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

Restart a package with a clean state

asked 2012-02-16 03:43:34 -0500

alfa_80 gravatar image

updated 2012-02-16 03:53:14 -0500

Could someone remind me a way to flush/reset our package. There are some files needed to be deleted inside a package, like "something to do with cache, the file name", and so on. I did this long time ago, but, now I forgot already.

Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2012-02-16 03:55:46 -0500

updated 2012-02-16 04:01:39 -0500

If I understand you correctly, a "make clean" when in the package directory should do it. To also rebuild dependencies you can also do a "rosmake [your_package_name] --pre-clean".

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-02-16 03:43:34 -0500

Seen: 456 times

Last updated: Feb 16 '12