You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everyone I’m trying to use mavros for control t200 thruster(pwm), I’m using ros2 and I’m using the topic of overrideRCIn but when I run this nothing happened, the thruster doesn’t spin
Does anyone know how to solve this? Or how to send pwm msg to motor with mavros?
MAVROS version and platform
ROS: foxy
Ubuntu: 20.04
The text was updated successfully, but these errors were encountered:
galversano
changed the title
Control thruster
Control thruster using overrideRCIn
Jul 23, 2024
If you are trying to control an individual thruster using the OverrideRCIn input, you will need to verify that the SERVON_FUNCTION parameter for that respective thruster is set to PWM passthrough. Note that, by doing that, the ArduSub arm/disarm functionality will no longer stop you from sending commands to the thrusters. Here is an example that demonstrates how to do this.
Issue
Hey everyone I’m trying to use mavros for control t200 thruster(pwm), I’m using ros2 and I’m using the topic of overrideRCIn but when I run this nothing happened, the thruster doesn’t spin
Does anyone know how to solve this? Or how to send pwm msg to motor with mavros?
MAVROS version and platform
ROS: foxy
Ubuntu: 20.04
The text was updated successfully, but these errors were encountered: