multiple-object-tracking-lidar/CHANGELOG.rst

31 lines
1.3 KiB
ReStructuredText
Raw Normal View History

2019-04-14 02:35:24 +08:00
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package multi_object_tracking_lidar
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2019-12-02 06:13:37 +08:00
1.0.2 (2019-12-01)
------------------
* Added link to wiki pages
* Updated readme with suuported pointcloud sources
* Updated README to clarify real, sim, dataset LiDAR data
* Contributors: Praveen Palanisamy
2019-04-26 18:33:58 +08:00
1.0.1 (2019-04-26)
------------------
2019-04-26 18:32:17 +08:00
* Fixed cv_bridge build depend
* Removed indirection op to be compatible with OpenCV 3+
* Added visualization_msgs & cv_bridge build & run dependencies
* Contributors: Praveen Palanisamy
2019-04-14 02:35:24 +08:00
1.0.0 (2019-04-13)
------------------
* Updated README with usage instructions
* Renamed node name to kf_tracker to match bin name
* Changed package name to multi_object_tracking_lidar
* Updated package info & version num
* Updated with a short demo on sample AV LIDAR scans
* Added README with a short summary of the code
* Working state of Multiple object stable tracking using Lidar scans with an extended Kalman Filter (rosrun kf_tracker tracker). A naive tracker is implemented in main_naive.cpp for comparison (rosrun kf_tracker naive_tracker).
* v2. Unsupervised clustering is incorporated into the same node (tracker).
* v1. Object ID/data association works. In this version PCL based unsupervised clustering is done separately.
* Contributors: Praveen Palanisamy