-
Notifications
You must be signed in to change notification settings - Fork 121
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
Unable to view scan line run clustering? #6
Comments
Hi, for visualization you should launch roscore After that, you can launch the Rviz for visualization by typing rosrun rviz rviz in another terminal. |
Thanks for your reply. But to view the results of segmentation i subscribed "/all_points" topic in RVIZ. Iam unable to observe the results as it is just the same input pointcloud. Am i missing anything. KIndly let us know. |
The clustered point cloud object is publish as topic |
@VincentCheungM Thanks for opening source code! Waiting for your reply! Thanks! |
@kxhit @chowkamlee81 Hi, sorry for replying you so late. Each point was given a cluster ID as label value, and RVIZ can render that property by selecting label (maybe it's intensity in default). And as there are too many clusters like 2000 or more (it can be seen as 'Max intensity' on RViz pannel), and it's hard to tell a difference between cluster ID 1 and cluster ID 2 by your eyes, after those 2000 or more clusters are scaled. So they are simply looks the same, and in red.. |
Hai,
I got simulated ros codes ground plane fit and scanline codes. All the topics are published but i don't know how to view the results... I already installed visualization ros toolkit. Kindly help us....
The text was updated successfully, but these errors were encountered: