SOAR-UWU / UWU-Blobfish

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

Clean up Arduino package structure #15

Open CyonixC opened 6 months ago

CyonixC commented 6 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?).