Open gurselturkeri opened 8 months ago
@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.
@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! So this cpp file is getting data from model sdf file? I use this document for ROS px4 setup. Is there any method to see tf tree suitable form and visualization on Rviz.
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.