-
Notifications
You must be signed in to change notification settings - Fork 42
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
Adding excluded points publisher in track_with_cloud_node
.
#57
Comments
track_with_cloud_node
.
track_with_cloud_node
.track_with_cloud_node
.
Thank you @h-wata for your report! 👍🏻 Your idea is quite interesting and valuable, especially for SLAM where filtering out dynamic objects such as people and cars is essential. Since the KITTI datasets come with IMU data, it could be easy to evaluate this concept with SLAM like LIO-SAM. I would really appreciate it if you could submit a Pull Request. Your contribution could significantly enhance the project's utility. On another note, I am considering updating the noetic-devel branch to align with humble-devel. Specifically, I will move the VoxelGrid filter from ultralytics_ros/src/tracker_with_cloud_node.cpp Lines 53 to 80 in a8a6a7e
ultralytics_ros/src/tracker_with_cloud_node.cpp Lines 266 to 304 in a8a6a7e
In that case, Instead of creating a new function like Best regards, |
Thank you for your replay and sharing the road map of this project.
I think your suggestion is a good idea, but how do you deal with the case of multiple targets? |
I see that your point is valid after looking at the code again. It looks like significant changes to the Considering a short-term implementation of this feature, I think your approach should be fine. Could you please go ahead and submit a pull request? I'll do a functionality check and a detailed code review. However, due to my current academic schedule, I may be a bit slow to respond. Thank you for your understanding. Best regards, |
Branch
noetic-devel
Description
Thanks to sharing great project.
I've noticed that the
tracker_with_cloud node
currently only publishes/detection_points
. However, it would be highly beneficial to also have it publishexcluded_points
, which would be the original Point Cloud excluding the/detection_points
.For example, when doing Mapping or Localization, we may need a point cloud excluding people and cars. I think
excluded_points
would be useful in such cases.Additional
I've implemented the publisher in my fork of the project. If you're interested, I'd be happy to send over a PR. Just let me know!
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: