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 am playing a bag file (Velodyne LiDAR 32 channel). Then I am running this command
rosrun depth_clustering show_objects_node
How to visualize the clusters using rviz?
The text was updated successfully, but these errors were encountered:
You would need to write a node that publishes the clusters on some topic to visualize them in rviz. Currently, this is not implemented.
Sorry, something went wrong.
Is there any other way (using your program ) to visualize the cluster in real time (as shown in video)??
No branches or pull requests
I am playing a bag file (Velodyne LiDAR 32 channel). Then I am running this command
rosrun depth_clustering show_objects_node
How to visualize the clusters using rviz?
The text was updated successfully, but these errors were encountered: