Skip to content

Commit

Permalink
One more fix for the catkin devel/setup.bash location
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Dec 1, 2021
1 parent 2010869 commit af17571
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion localization/sparse_mapping/build_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,13 @@ be visualized in the ISS as follows:

Open two terminals, and in each one type:

export BUILD_PATH=$HOME/astrobee/build
export BUILD_PATH=$HOME/astrobee
source $BUILD_PATH/devel/setup.bash

The Astrobee directory above must have ``src`` and ``devel``
subdirectories, and needs to be adjusted given its location on your
disk.

In the first terminal start the simulator:

roslaunch astrobee sim.launch speed:=0.75 rviz:=true
Expand Down

0 comments on commit af17571

Please sign in to comment.