-
Notifications
You must be signed in to change notification settings - Fork 798
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 Lift Drag Plugin #1032
Comments
@gurselturkeri You can look at how the liftdrag forces are being computed here: https://github.com/PX4/PX4-SITL_gazebo-classic/blob/main/src/liftdrag_plugin/liftdrag_plugin.cpp a tf tree is specific to your ROS setup, depending on how you are running px4 with ROS. Therefore it is likely the problem is with the specific setup you are using. |
Firstly, thank you for reply! |
Might be helpful - docs on advanced plane here https://docs.px4.io/main/en/sim_gazebo_gz/vehicles.html#advanced-plane and lift drag plugin here https://docs.px4.io/main/en/sim_gazebo_gz/tools_avl_automation.html |
Hi, I am using PX4 Autopilot with Gazebo. I have edited vehicle param iris to advanced_plane which is in
mavros_posix_sitl.launch
. When I am launching file I can control fixed wing vehicle on QGrounControl but I am not sure simulation take into account lift drag plugin param such as CL0, CDa. How can I check that?Also I think it has a mistake in tf tree it should be map -> odom -> base_link and I can not see other links.
The text was updated successfully, but these errors were encountered: