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

make and rosmake

asked 2014-10-10 06:07:58 -0500

kohei  ulu gravatar image

What is the difference between make and rosmake?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-10-10 06:18:40 -0500

dornhege gravatar image

In a rosbuild setup (i.e. when using rosmake). make is just the standard make, which will build your package only. It will not build any dependencies nor will it realize that any dependencies have changed.

The safe way is to use rosmake. If you do that once and only change your package, using make for that should be safe.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-10-10 06:07:58 -0500

Seen: 223 times

Last updated: Oct 10 '14