open-rmf / free_fleet

A free fleet management system.
Apache License 2.0
157 stars 65 forks source link

Generate message source files from IDL during build #90

Open aaronchongth opened 3 years ago

aaronchongth commented 3 years ago

Feature request

Description

Instead of committing the generated message source files into the repository, they should be generated, compiled and linked during build.

Implementation considerations

Avoid using ament macros as this package will need to support non-ROS 2 systems.

Examples,