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

Build package everytime a file on the workspace is modified?

asked 2016-03-28 13:18:33 -0500

Sed gravatar image

I modified some parameters on a file in the catkin worskpace, but nothing happens in the robot. Do i have to build the package everytime i modify something?

edit retag flag offensive close merge delete

Comments

What kind of file is it? Is it copied to the install-directory when building? How do you read the parameter file?

NEngelhard gravatar image NEngelhard  ( 2016-03-28 14:07:08 -0500 )edit

it is a publisher node in the catkin workspace

Sed gravatar image Sed  ( 2016-03-29 13:57:05 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-07-28 13:48:42 -0500

skr_robo gravatar image

If you require the changes in the publisher node to be reflected when you run it, you need to run catkin_make after making changes to the source file.

edit flag offensive delete link more

Comments

Thank you very much

Sed gravatar image Sed  ( 2016-08-04 04:59:21 -0500 )edit

If this solved your problem, could you please mark it answered. Thank You.

skr_robo gravatar image skr_robo  ( 2016-08-04 09:42:07 -0500 )edit

Question Tools

Stats

Asked: 2016-03-28 13:18:33 -0500

Seen: 1,210 times

Last updated: Jul 28 '16