GUI and Hardware Implementation #82
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi Harsh, The controllers can be used in simulation or on hardware. In fact, I used this package both in Gazebo and on hardware just last week! You can find some simulation examples here. There is no GUI for the controllers - if you would like to dynamically change the controller gains or monitor the status of your launched controllers, the ROS 2 interface can be used. To answer your questions regarding the Alpha,
I maintain a driver and ros2_control hardware interface that can be found here
The simulation examples linked above provide some references demonstrating how to integrate the Alpha into the system for whole-body control.
Are you trying to use the BlueROV (or similar)? I use Please feel free to reach out if you have any additional questions. |
Beta Was this translation helpful? Give feedback.

Hi Harsh,
The controllers can be used in simulation or on hardware. In fact, I used this package both in Gazebo and on hardware just last week! You can find some simulation examples here. There is no GUI for the controllers - if you would like to dynamically change the controller gains or monitor the status of your launched controllers, the ROS 2 interface can be used.
To answer your questions regarding the Alpha,
I maintain a driver and ros2_control hardware interface that can be found here
The simulation examples linked above provide some references demonstra…