ros-visualization / visualization_tutorials

Tutorials related to using and extending RViz and interactive_markers.
263 stars 263 forks source link

fix frame names in cpp tutorials too #30

Closed rhaschke closed 9 years ago

rhaschke commented 9 years ago

Removed leading slash in frame names of interactive markers. Same fix as in #26, but now for cpp. Fixes issue #29.

wjwwood commented 9 years ago

@rhaschke thanks for the pull. I didn't notice that was why he was stripping the /'s from the python tutorial in #26.