Closed 708yamaguchi closed 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
-t src
FYI: The following is a ROS Answer that solves a similar problem. https://answers.ros.org/question/191130/error-in-catkin_ws/
I was trying to do the installation and got the following error output.
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#L12FYI: The following is a ROS Answer that solves a similar problem. https://answers.ros.org/question/191130/error-in-catkin_ws/