-
Notifications
You must be signed in to change notification settings - Fork 5
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
Visualize rviz Marker/MarkerArray #8
Comments
That would be awesome. It would require extending rerun_ros_interface.cpp and adding the corresponding subscriber factory method to the visualizer node. I am currently porting the bridge to ROS 2 and will also work on adding support for more of the standard types once that is done. |
Here's what I have so far:
I could take a look at adding any of the above that apply to the core rerun. After fixing the arrows I can look at moving some of this to the bridge. |
That looks great!
|
I did create a rerun transform per marker, arrows are looking good and it turned out I did have a few cases of other marker types setting orientation so those all work now too.
|
I've just started using rerun and am trying out making a Marker-to-rerun standalone node (I don't think I've seen one elsewhere): https://github.com/lucasw/cpp-example-ros-bridge/blob/viz_markers/rerun_bridge/scripts/rerun_marker.py (so far it only converts a line strip, but the other primitives should be easy). I could convert to C++ later once I've gotten it mostly working in python- and it ought to go into the bridge?
The text was updated successfully, but these errors were encountered: