machines-in-motion / dynamic_graph_manager

BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Run strip down version without ros #37

Closed jviereck closed 2 years ago

jviereck commented 3 years ago

This PR implements a way to run a minimal subset of DGM without ros & dynamic graph. This is needed for running on the raspberry pi, where ros is not available.

In detail, this PR implements a new option BUILD_ROS_DYNAMIC_GRAPH which is ON by default. When the setting is off, only the hardware process and the dynamic graph head code is built. All other code (ros integration + dynamic graph integration) are disabled.