-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Labels
Milestone
Description
I have made a ros node and send land, takeoff and geometry::Twist messages through their respective topics. The robot is running as it should but when i check the state i get the following
takeoff -> 7 . It should have been 6 (taking off).
landing -> 9 . It should have been 8.
And when its in the air with zero velocity i get hover mode (4) instead of 3 or 7. This happens even if i disable auto-hover mode by giving angular.x (and y) non zero values.
Twist messages are published for a specific duration and with a fixed rate of 40hz.