Skip to content
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

Fixed uuv_bluerov2_heavy SDF model, adding jinja for multi vehicle simulations #1042

Merged
merged 3 commits into from
Jun 4, 2024

Conversation

matteodelseppia
Copy link
Contributor

Currently, the uuv_bluerov2_heavy SDF model is not working in PX4 SITL with Gazebo Classic, since the IMU link & joint are missing. It is impossible even to get the vehicle armed. I have restructured the SDF file to add the IMU, and I also added the jinja file to allow for multi-bluerov2 simulations (the sitl_multiple_run.sh in the PX4-Autopilot repo must be edited to allow this, but I will create a pull request once this is approved).

Adding the iMU link and joint the uuv_bluerov2_heavy model, since it is currently unusable.
<plugin name='gazebo_imu_plugin' filename='libgazebo_imu_plugin.so'>
<robotNamespace/>
<linkName>uuv_bluerov2_heavy/imu_link</linkName>
<imuTopic>/imu</imuTopic>
<gyroscopeNoiseDensity>0.0003394</gyroscopeNoiseDensity>
<gyroscopeRandomWalk>3.8785e-05</gyroscopeRandomWalk>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the sdf file in favor of the jinja template?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jaeyoung-Lim done👍

Deleting the SDF model in favor of the jinja template
@Jaeyoung-Lim Jaeyoung-Lim merged commit 383a68e into PX4:main Jun 4, 2024
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants