Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix the URL for download .rosinstall
  • Loading branch information
tongtybj authored Apr 9, 2017
1 parent a5757f2 commit c1ac63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mkdir <catkin_ws>
cd <catkin_ws>
wstool init src
wstool set -t src jsk_uav_forest http://github.com/tongtybj/jsk_uav_forest --git
wstool merge -t src https://raw.githubusercontent.com/tongtybj/jsk_uav_forest/jsk_uav_forest.rosinstall
wstool merge -t src https://raw.githubusercontent.com/tongtybj/jsk_uav_forest/master/jsk_uav_forest.rosinstall
wstool update -t src
rosdep install -y -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO
catkin build
Expand Down

0 comments on commit c1ac63d

Please sign in to comment.