We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to find a way to add walking pedestrians to gazebo ignition via sending external position updates via a script.
I found the terminal command to interact with the ign services /set_pose:
/set_pose
ign service -s /world/my_world/set_pose --reqtype ignition.msgs.Pose --reptype ignition.msgs.Boolean --timeout 300 --req 'name: "spawned_model", position: {z: 5.0}'
However, by sending these /set_pose commands very frequently the performance of ignition drops to a real time factor of 2%.
Is there a way to set of the position more frequently without the performance loss?
The text was updated successfully, but these errors were encountered:
I found that there are actors in ignition which can follow predefined paths. https://gazebosim.org/docs/citadel/actors
However, this path is not changeable during runtime.
Sorry, something went wrong.
No branches or pull requests
I'm trying to find a way to add walking pedestrians to gazebo ignition via sending external position updates via a script.
I found the terminal command to interact with the ign services
/set_pose
:However, by sending these
/set_pose
commands very frequently the performance of ignition drops to a real time factor of 2%.Is there a way to set of the position more frequently without the performance loss?
The text was updated successfully, but these errors were encountered: