Open osrf-migration opened 8 years ago
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
confirming test failure:
Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).
changes in disable_nested (c93f8b0486c7ed08dda48531b140ca5d42f525f1) branch present gazebo from crashing with nested models - queued a jenkins dart gpu job
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
Nested models were added by pull request #1868 with an example world (worlds/nested_model.world) and a test (INTEGRATION_nested_model) that currently passes. The test with that world remains paused for the duration of the test, which hides the fact that DART will crash when running that world unpaused. The recent pull request #2085 added
nested_model.world
to theINTEGRATION_world_reset
test, which is now failing for dart. We should probably disable that test for now.This is with gazebo's default branch using dart 4.3.5 debian from the PPA.