jsk-ros-pkg / jsk_demos

JSK demo programs
https://github.com/jsk-ros-pkg/jsk_demos
25 stars 89 forks source link

[jsk_2013_04_pr2_610] Fix installation README #1386

Closed 708yamaguchi closed 1 year ago

708yamaguchi commented 1 year ago

I was trying to do the installation and got the following error output.

$ wstool merge https://raw.githubusercontent.com/jsk-ros-pkg/jsk_demos/master/jsk_2013_04_pr2_610/jsk_2013_04_pr2_610.rosinstall
ERROR in config: Command requires a target workspace.

This PR avoids this error by adding the -t src option. The -t src option is also used for Github Action CI. https://github.com/jsk-ros-pkg/jsk_demos/blob/74a2c31203af453150a1ea9d159ff5b76dd35179/.travis.before_script.sh#L12

FYI: The following is a ROS Answer that solves a similar problem. https://answers.ros.org/question/191130/error-in-catkin_ws/