SOAR-UWU / UWU-Blobfish

General repo for Underwater Unit 2024
6 stars 0 forks source link

Clean up Arduino package structure #15

Open CyonixC opened 11 months ago

CyonixC commented 11 months ago

The arduino_bridge package currently relies on setting a fixed path to the Arduino code in the root directory in order to find it for compilation / upload. There should be a better way to make it more contained within the package (maybe using ament_cmake_python instead?).