cyberbotics / epuck_ros2

ROS2 node for the e-puck robot and its simulation model
https://cyberbotics.com/doc/guide/epuck
Apache License 2.0
57 stars 19 forks source link

Refactor Package Structure #21

Closed lukicdarkoo closed 4 years ago

lukicdarkoo commented 4 years ago

Description This aims to improve the structure of the packages, by renaming, deleting unnecessary code and adding proper documentation before it is released:

Related Issues Fixes #9 Also, this is related to this PR: https://github.com/cyberbotics/webots_ros2/pull/69

Tasks

Additional Context ROS2 installation tutorial will be properly written later with #18.

For organizing documentation I followed this package:

Building the packages in development on RPi:

colcon build --packages-select epuck_ros2 epuck_ros2_driver epuck_ros2_camera --cmake-args -DBUILD_TESTING:BOOL=OFF