hyperspec-ai / orion-ros2-reference

Project Orion is an open source initiative to democratize the development of intelligent data collection systems for autonomous vehicle software, infrastructure and data pipelines for creating high quality certified data sets for researchers. The project is driven by a committee established by industrial partners.
MIT License
3 stars 2 forks source link

Switch common lib to be dynamically linked #21

Open darthcoder1 opened 4 years ago

darthcoder1 commented 4 years ago

common lib is currently linked statically, as ConfigNode is not supporting deploy of non-ros-node libraries.

depends on #20