[ros-users] [Discourse.ros.org] [Computer Vision / Perceptio…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Andreas Gustavsson via ros-users
Date:  
To: ros-users
CC: Andreas Gustavsson
Subject: [ros-users] [Discourse.ros.org] [Computer Vision / Perception] find_moving_objects


Hey guys,

I am fairly new to ROS but have written a package called find_moving_objects. It does what its name suggests, from either a laser scan or point cloud 2 data stream. The wiki page is found here (sources are linked to from the wiki):
http://wiki.ros.org/find_moving_objects

There is **no classification**, **only detection**, of objects. I have tried to write the package with performance computing in mind. The biggest bottleneck is mapping the points of the clouds onto a 2D plane, like in the laser scan case, which is used internally for the detection algorithm. Any suggestions on how to improve this are welcome!

Two message types are defined which are used to provide information about the detected objects' positions and velocities in the
* sensor's frame, as well as a
* map,
* fixed (typically odom) and
* base (typically base_link) frame.

Visualization messages are also published so that RViz can be used for debugging etc.

I hope that this can be helpful to someone!





---
[Visit Topic](https://discourse.ros.org/t/find-moving-objects/7178/1) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>