To move the UAV using velocity commands #32
Unanswered
arjungupta1012
asked this question in
Q&A
Replies: 1 comment
-
Hi, see discussion here (from last year) on the options of doing velocity commands and reasoning behind our "position-control based stack". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I've been trying to move the UAV using velocity commands only instead of publishing PoseStamped or MultiDOFTrajectoryPoint, to essentially bypass the position controller (pid_carrot node and all).
In the rqt_graph, it can be seen that pid_carrot_node publishes on /red/mavros/setpoint_raw/attitude but when i publish a waypoint, no change can be seen in the values published on the above topic.
Is there any way to publish linear and angular velocities to move the drone?
Beta Was this translation helpful? Give feedback.
All reactions