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

Is editing anything in /opt/ros/fuerte/stacks acceptable?

asked 2012-11-02 08:31:04 -0500

updated 2012-11-02 08:32:25 -0500

I followed this tutorial(The tutorial mentions that it's currently failure, but my question seems irrelevant to the failure), I downloaded the package to my own ros directory.

hg clone https://kforge.ros.org/collvoid/collvoid

However, in the tutorial it mentions patching amcl by

roscd collvoid
mv amcl.patch ../navigation
roscd navigation
patch -p1 < amcl.patch

It moves amcl.patch to navigation package like they are in same directory, for which is in /opt/ros/fuerte/stacks. In my understanding, I should not change anything in /opt/ros/fuerte/stacks, so move amcl.patch to navigation and patch it seems weird to me.

Is there anything wrong with my understanding?

Thanks.

edit retag flag offensive close merge delete

Comments

They may be assuming that you have your local copy of the stack.

SL Remy gravatar image SL Remy  ( 2012-11-02 09:24:27 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-11-02 09:21:58 -0500

SL Remy gravatar image

updated 2012-11-02 09:22:54 -0500

(The official answer is) no.

Use Overlays. The premise is that you get the source, and modify that in a controlled manner.

edit flag offensive delete link more

Comments

1

Not only the "official answer", but also the correct answer. Don't do it. Use overlays.

joq gravatar image joq  ( 2012-11-02 12:37:44 -0500 )edit

Got it! Thanks~

Po-Jen Lai gravatar image Po-Jen Lai  ( 2012-11-02 15:26:25 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-11-02 08:31:04 -0500

Seen: 270 times

Last updated: Nov 02 '12