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

Specifying package build order with Ament

asked 2018-04-04 21:36:06 -0500

Dan.K gravatar image

Is there a way to make Ament build packages in a specific order? I have a package set up similar to how the Common Interfaces package is set up in Ardent (like a metapackage) and the packages get built in alphabetical order by default. I am trying to resolve dependency issues with the packages.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-04-04 21:38:54 -0500

tfoote gravatar image

ament will build things in dependency order. You should make sure to declare the dependencies and then it will build them in the right order. Alphabetical order is just used as a deterministic tie breaker.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-04-04 21:36:06 -0500

Seen: 270 times

Last updated: Apr 04 '18