gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.19k stars 481 forks source link

Handling multiple harness joints #2336

Open osrf-migration opened 7 years ago

osrf-migration commented 7 years ago

Original report (archived issue) by Peter Horak (Bitbucket: pchorak).


The new ability to reattach a harness (pull request #2697) raises the question of how to treat harnesses with multiple joints. Currently, only one joint can be identified as detachable. Any other harness joints will remain after the harness is detached. If the harness is reattached, Gazebo will crash when the plugin fails to create the harness joints that still exist.

osrf-migration commented 7 years ago

Original comment by Peter Horak (Bitbucket: pchorak).


Some potential solution ideas:

osrf-migration commented 7 years ago

Original comment by Peter Horak (Bitbucket: pchorak).


Potential use cases for the ideas above:

Thoughts?