From 5d435fd3f2cb7458b1563fc13634495c9efeb7ca Mon Sep 17 00:00:00 2001 From: Praveen Palanisamy <4770482+praveen-palanisamy@users.noreply.github.com> Date: Tue, 27 Aug 2019 00:14:41 -0700 Subject: [PATCH] Updated README to clarify real, sim, dataset LiDAR data --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a5a67f..6c0208b 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ Follow the steps below to use this (`multi_object_tracking_lidar`) package: 1. Add the catkin workspace to your ROS environment: `source ~/catkin_ws/devel/setup.bash` 1. Run the `kf_tracker` ROS node in this package: `rosrun multi_object_tracking_lidar kf_tracker` -If all went well, the ROS node should be up and running! As long as you have the point clouds (from LIDAR or other pointcloud generator) published on to the `filtered_cloud` rostopic, you should see outputs from this node published onto the `obj_id`, `cluster_0`, `cluster_1`, …, `cluster_5` topics along with the markers on `viz` topic which you can visualize using RViz. +If all went well, the ROS node should be up and running! As long as you have the point clouds (from 1. A real LiDAR or 2. A simulated LiDAR or 3. A point cloud dataset or 4. Any other data source that produces point clouds) published on to the `filtered_cloud` rostopic, you should see outputs from this node published onto the `obj_id`, `cluster_0`, `cluster_1`, …, `cluster_5` topics along with the markers on `viz` topic which you can visualize using RViz.