Skip to content

Commit

Permalink
This commit submits 2 changes. The first is to shift the center of ma…
Browse files Browse the repository at this point in the history
…ss of the baselink back and move the center of mass of the vehicle forward. This helps resolve some of the spinning in #47. It also is based on the actual positions of the robot.

The second change made is an increase in distance between the linkand the center of volume. This helps damp oscillations when running `testPitchMass.xml`.

Additionally, this commit updates the pitchmass plots to contain the Error as well as the current Pitch command.

Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed Nov 3, 2021
1 parent 76fac20 commit c742136
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/debug_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ fi
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

cd $DIR

# exit if build fails
set -e

# Build the docker image
docker build -t mbari_lrauv_debug -f $DIR/debug_integration/Dockerfile ..

Expand Down

0 comments on commit c742136

Please sign in to comment.