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

Building only ROS messages or services

asked 2012-10-15 06:22:13 -0500

PerkinsJames gravatar image

Is there a way to only build ROS message or services without building the entire package? I sometimes want to separate the building of the entire package and just the messages to more concisely determine if I have an issue.

Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
6

answered 2012-10-15 06:25:14 -0500

Lorenz gravatar image

Normally, people just create a package that does not contain anything but messages to split up the dependency tree and to not force the user to compile source code if she just wants messages. You can find many examples for this in ROS, for instance nav_msgs, geometry_msgs, std_msgs, etc.

edit flag offensive delete link more

Comments

1

+1 A separate message and service package is a best-practice that almost everyone should follow.

joq gravatar image joq  ( 2012-10-15 08:15:43 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-10-15 06:22:13 -0500

Seen: 1,025 times

Last updated: Oct 15 '12