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

make changes to node

asked 2016-09-24 13:27:39 -0500

x.zheng gravatar image

I write a .cpp file using eclipse and created node through this .cpp file. Now I want to modify this node. So I modified the .cpp file and use catkin_make, but it seems that it doesn't work. The node is not modified at all. Even I remove the build and devel directory and catkin_make again it is still the same problem.

Could anyone help solve this problem? Thanks!

edit retag flag offensive close merge delete

Comments

could you give the code? (maybe post to the github, so that we can try to reproduce the problem)

gavran gravatar image gavran  ( 2016-09-26 02:46:12 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-09-24 15:05:01 -0500

NEngelhard gravatar image

How do you run it? I guess you installed the node (catkin_make install) and subsequently only built it (without installing), so that you still run the first installed version.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-09-24 13:27:39 -0500

Seen: 144 times

Last updated: Sep 24 '16