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
The newly added joystick interface for crazyflie (fixing #30) uses mav_msgs::RollPitchYawrateThrustCrazyflie. This message type is also used in rotors_control/roll_pitch_yawrate_thrust_crazyflie.h.
I feel this is a typo and the message type which was supposed to be used was mav_msgs::RollPitchYawrateThrust.
The text was updated successfully, but these errors were encountered:
The latest version of mav_comm fixed the errors. However, there are still some problems with controlling a crazyflie using a joystick. Thrust commands work as expected but the roll and pitch commands are not working. The drone is only able to take flight and not tilt as per the roll and pitch commands.
I'll close this issue and we can continue this discussion on the original joystick control issue (#30).
The newly added joystick interface for crazyflie (fixing #30) uses mav_msgs::RollPitchYawrateThrustCrazyflie. This message type is also used in rotors_control/roll_pitch_yawrate_thrust_crazyflie.h.
I feel this is a typo and the message type which was supposed to be used was mav_msgs::RollPitchYawrateThrust.
The text was updated successfully, but these errors were encountered: