Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies in Joystick interface #35

Closed
naiveHobo opened this issue Feb 10, 2020 · 2 comments
Closed

Missing dependencies in Joystick interface #35

naiveHobo opened this issue Feb 10, 2020 · 2 comments
Assignees
Labels
type: question Further information is requested

Comments

@naiveHobo
Copy link

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.

@gsilano
Copy link
Owner

gsilano commented Feb 10, 2020

Did you pull the latest changes in the mav_comm repository?

@gsilano gsilano self-assigned this Feb 10, 2020
@gsilano gsilano added the type: question Further information is requested label Feb 10, 2020
@naiveHobo
Copy link
Author

naiveHobo commented Feb 11, 2020

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants