You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An SDF file of boat model is broken, which causes SITL to hang during loading. No clear error is indicated.
The problem is caused by line 456: </plugin>
which doesn't have a start-tag. Removing the line solves the issue.
An SDF file of boat model is broken, which causes SITL to hang during loading. No clear error is indicated.
The problem is caused by line 456:
</plugin>
which doesn't have a start-tag. Removing the line solves the issue.
I discovered the issue following a tutorial on SITL and trying to make gazebo_boat:
make px4_sitl gazebo_boat
(https://docs.px4.io/main/en/simulation/gazebo.html)
The text was updated successfully, but these errors were encountered: