ROS2 Control
This folder will contain all the information necessary for getting ROS2 Control up and running (both on a real robot and in Gazebo). These guides will not explain the URDF aspect of implementing ROS2 Control, there is a dedicated folder to that. These guides will mention when to do something with URDF. These guides assume you are writing custom everything unless otherwise specified.
TODO:
- Overview
- Control flow
- Individual components how they fit together
- Controllers vs hardware components vs interfaces
- Best practices for file structure
- Base controllers
- Custom controllers
- Interfaces (might not need its own file)
- Hardware components
- Hardware component + serial comms to microcontroller