Robotic-Decision-Making-Lab / alpha

ROS 2 interface for the Reach Alpha 5 manipulator.
MIT License
11 stars 2 forks source link

Improved namespace naming #36

Closed evan-palmer closed 1 year ago

evan-palmer commented 1 year ago

Checklist

Changes Made

This PR places the alpha_driver and alpha_hardware namespaces under a single common alpha namespace, with smaller namespaces for the respective modules (i.e., alpha::driver and alpha::hardware).

Associated Issues

Files Changed

All file namespaces were updated according to the changes documented above.

Testing

Regression tests were performed to verify the correctness of the changes.