-
Notifications
You must be signed in to change notification settings - Fork 243
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
setLifetime method does not affect triangle_marker_ #72
Comments
Not only triangle_marker_, but also line_list_marker_ and spheres_marker_ have the same problem. I checked the differences in the appearance of the string
result:
I am using the ros2 branch, so I modified it as follows and confirmed that before:
after:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rviz_visual_tools/src/rviz_visual_tools.cpp
Line 346 in d907809
triangle_marker_ is not included in this method so its lifetime is not affected. Now I do the trick calling loadRvizMarkers immediately afterwards.
The text was updated successfully, but these errors were encountered: