Skip to content

Commit

Permalink
add ranger msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzheqie committed May 24, 2021
1 parent 4f79544 commit 69b1b25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,16 @@ source devel/setup.bash
cd ~/agilex_ws/src/
git clone https://github.com/westonrobot/ranger_ros.git

# install the ascent library at first
cd ranger_ros/ranger_base/ascent
mkdir -p build && cd build && cmake -DBUILD_TESTING=OFF .. && sudo make install

cd ~/agilex_ws/
catkin_make install
catkin_make install # or just catkin_make

# if you catch error: ranger_msgs/RangerSetting.h: No such file or directory
# then install `ranger_msgs` first
catkin_make install --pkg ranger_msgs

# for install
catkin_make install
Expand Down

0 comments on commit 69b1b25

Please sign in to comment.