-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
About the position control of the offboard using mavros #12054
Comments
I can set position mode if vehicle is on the ground.But when vehicle is flying,mode become altitude mode.Can you help me? |
@roseyangyu please open a separate issue for your question and supply some details. |
Question 2: The Positon Controller is a P Controller. You can set the Max horizontal velocity in xy axes. but you cannot control the specific behaviour. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing as stale. |
Hello everyone!
I recently sent a pose to /mavros/mocap/pose via mavros.
Question 1. The /mavros/mocap/pose theme is also displayed in the rqt_graph diagram. Subscribe to /mavros/local_position/pose and find that its xyz is always around 0 and is not the same as /mavros/mocap/pose? This is why, I used the lpe firmware of px4. Is it appropriate to fuse the data?
Question 2. I did an experiment and found that the speed of the drone is too large after starting the set_position. How should I limit the speed at which the drone starts and the speed at which it reaches a certain point. If it is a parameter, what is the specific parameter?
Question 3. What is the conversion of mocap's reference system under mavros? The coordinates of the drone under mocap are (0,0,2), and the starting coordinates of the drone are (0,0,0)? If so how should I convert two coordinate systems?
Thanks!
The text was updated successfully, but these errors were encountered: