-
Notifications
You must be signed in to change notification settings - Fork 277
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
Make breadcrumb static after specified time #90
Conversation
Co-Authored-By: iche033 <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just a minor comment
#include "ignition/gazebo/components/Geometry.hh" | ||
#include "ignition/gazebo/components/Link.hh" | ||
#include "ignition/gazebo/components/DetachableJoint.hh" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate
#include "ignition/gazebo/components/DetachableJoint.hh" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed. 1824e78
Signed-off-by: Ian Chen <[email protected]>
ded47ae
to
b8ac88b
Compare
Signed-off-by: Ian Chen <[email protected]>
Added
<disable_physics_time>
param to the breadcrumbs plugin, which allows users to make the breadcrumb model static after the specified time. The timer starts when the model is spawned into the world.Note that the model is currently made static by attaching it to a static entity. We can switch to using an ignition-physics API for doing this when that feature is available.
Signed-off-by: Ian Chen [email protected]