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

Is there a way to undo workspace chaining?

asked 2018-07-18 04:01:48 -0500

amelia gravatar image

updated 2018-07-18 04:02:07 -0500

From my $ROS_PACKAGE_PATH, I realised my workspaces have been chained together. Is there a way to undo it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2018-07-18 04:17:42 -0500

mgruhler gravatar image

for catkin_make:

  • Delete build, devel and install.
  • Source /opt/ros/kinetic/setup.bash
  • catkin_make

for catkin_tools:

  • catkin clean --yes (essentially the same as above)
  • catkin config --extend /opt/ros/<DISTRO>
  • catkin build
edit flag offensive delete link more

Comments

THANK YOU SO MUCH!!!!!!!!!!!!!!!!!!!

amelia gravatar image amelia  ( 2018-07-18 04:30:01 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-07-18 04:01:48 -0500

Seen: 558 times

Last updated: Jul 18 '18