ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Creating Second Workspace

asked 2019-07-05 09:31:04 -0500

gktg1514 gravatar image

I have a workspace called "catkin_ws" in my home directory. I built the workspace with the command catkin_make and I added two extra lines to .bashrc file:

source /opt/ros/indigo/setup.bash

source ~/catkin_ws/devel/setup.bash

Then, I created second workspace called "catkin_ws2" in my home directory and built it by using the command catkin_make. Finally, I decided to delete second workspace by using the command catkin clean. However, when I try to delete it with that command, the message current or desired workspace could not be determined is displayed.

Why cannot I delete it ? (Note: I execute catkin clean in the directory ~/catkin_ws2)

My opinion: Since I did not source setup.bash file of second workspace, catkin build tool does not know such a workspace exists.Hence, the command does not work.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-07-05 10:00:28 -0500

chilicheese gravatar image

Here I think that should be helpful.

http://answers.ros.org/question/66012...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-07-05 09:31:04 -0500

Seen: 237 times

Last updated: Jul 05 '19