-
Notifications
You must be signed in to change notification settings - Fork 27
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
Gazebo crash on /delete_model service calls #7
Comments
/delete_model
service call on handler1
This is definitely not handled. Spawning a new model to a handler could possibly work depending if you haven't reached the maximum cf per handler. But removing a cf model was not supposed to be done, Moreover Removing a handler is definitely not allowed. But fair enough that can be a useful feature ! |
Otherwise, would it be easier to implement a kind of 'reset' mechanism? |
It's trickier than I thought because I need to do changes on the crazyflie-firmware part. Let me handle it this we and update you |
Context
I was investigating the use of service
gazebo/delete_model
to clean up gazebo simulation without having to restart the server every time.In current setup, re-spawning
cf1
,cf2
, etc. fails as there are already existing models with that name. The objective was to ask gazebo to remove them before adding them back.My scripts are however causing a
runtime_error what()=timeout
in gazebo server, that terminates.Script
output:
Questions:
The text was updated successfully, but these errors were encountered: