personalrobotics / ada_ros2

ROS2 Hardware Interface and Description for the ADA Robot
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Add code formatting/copyright #13

Open egordon opened 1 year ago

egordon commented 1 year ago

Low Priority

Add ament_black as a dependency

Make sure all packages pass ament_copyright.

Make sure all python packages pass ament_pep257 and ament_black.

Make sure all CPP packages pass ament_cmake_copyright and ament_cmake_clang_format.