No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
object_analytics_node package from ros2_object_analytics repoobject_analytics_msgs object_analytics_node object_analytics_rviz |
|
Package Summary
Tags | No category tags. |
Version | 0.5.4 |
License | Apache 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/intel/ros2_object_analytics.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2019-09-16 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The object_analytics_node package
Additional Links
No additional links.
Maintainers
- Chris Ye
Authors
- Peter Han
README
No README found.
See repository README.
CHANGELOG
Changelog for package object_analytics_node
0.5.3 (2019-01-24)
- Merge remote-tracking branch 'upstream/devel'
- delete no tracking launch file this file is no used.
- Merge pull request #66 from intel/unit_test fix unittest segment issue
- fix unittest_segmenter failure
- Merge pull request #65 from intel/obj_id_zero Obj id zero
- fix build warning with unused parameter fix warning: unused parameter ‘cloud’ [-Wunused-parameter]
- Merge pull request #56 from intel/gtest add ament_cmake_gtest in package.xml
- add ament_cmake_gtest in package.xml
- Contributors: Chris Ye
0.5.2 (2018-12-07)
- rename launcher filename
- add ament_cmake_gtest in package.xml
- Merge remote-tracking branch 'origin/master' into crystal
- Disable tracking for CRYSTAL RELEASE
- Contributors: Chris Ye
0.5.1 (2018-12-06)
- Merge pull request #55 from intel/devel update launcher file and license
- update launcher file and license
- Merge pull request #54 from nuclearsandwich/dependencies Reconcile dependencies between package.xml and CMakeLists.txt
- Merge pull request #53 from intel/devel remove depth_image_proc when launch
- Add ament_index dependencies to the package manifest. Failures due to these missing dependencies were encountered on the ROS buildfarm. I added ament_index_python as an exec depend as it appears to be used by the launch files included with the package.
- remove depth_image_proc when launch depth_image_proc will has reduce image transport performance, subscribe pointcloud from camera directly, although there has blue points. To fix later with good performance.
- Merge pull request #52 from intel/for_release For release
- add BUILD_TRACKING option Add BUILD_TRACKING option in order to disable tracking build for crystal bloom release, as opencv3.3 no provided debian installation from ubuntu18.04
- remap topic in launch instead of code hardcode remap topic name in launch.py instead of hardcode in code
- Contributors: Chris Ye, Steven! Ragnarök
0.5.0 (2018-11-14)
- update launch file
- delete object_analytics_launch package and create object_analytics_node/launch folder
- rename node name from composition to object_anaytics_node
- fix loading MovementNode to class typo
* update readme to simple launch example Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #49 from ahuizxc/merged_mo Enable moving object feature
- changed code as recommended
- merged with moving object project
- Merge pull request #44 from ahuizxc/master remove merger-node to simplify the code
- remove merger-node to simplify the code
- Merge pull request #43 from intel/fix_build_issue add semicolon after RCLCPP_INFO
- add semicolon after RCLCPP_INFO Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #42 from challen-zhou/master Enable tracking algorithm select in tracker_regression tool
- Merge pull request #41 from qingmingjie/test modify unittest_trackingmanager.cpp based on tracking new code.
- Enable tracking algorithm select in tracker_regression tool
- Enable tracker_regression tool to select algorithms for tracking.
- Add tracker_regression tool usage introduction.
- modify unittest_trackingmanager.cpp
- Merge pull request #40 from intel/ament_test Ament test
- update copyright format to pass colcon test Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- use ament_lint_auto for ros2 code style check Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #39 from challen-zhou/master Enable tracking dataset support
- Tuning tracker's roburst to detection
- Tuning tracker's strategy to be more roburst to detection's result.
- Change code style to match ROS2 requirement.
- Enabled more tracking features
- Changed tracking tick tock to image data topic instead of detection topic.
- Enabled more tracking features such as KCF/TLD/BOOSTING/MEDIAN_FLOW.
- Enable tracking dataset support
- Add functions to enable dataset support in tracking module.
- Add one regression tool to track tracking precision and perf.
- Merge pull request #38 from ahuizxc/remove_plane_seg remove the plane segment part according to the new algorithm
- remove the plane segment part according to the new algorithm
- Merge pull request #36 from intel/message_filter update message_filter and interface
- update message_filter and interface Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Contributors: Chris Ye, ahuizxc, challen.zhou, qingmingjie
0.4.0 (2018-09-07)
- update maintainer Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- remove unused cloud_segment parameter Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- fix c++ code style issue Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- add ament_cppcheck Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #31 from ahuizxc/new-segmentation-alg new segmentation algorithm, faster and more accurate
- fixed bugs to pass CI test
- fix format bug
- Merge pull request #32 from intel/fix_performance_issue Remove ncs launch code out of OA code
- Remove ncs launch code add ncs launch step in Readme.txt Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- new segmentation algorithm, faster and more accurate
- Merge pull request #30 from qingmingjie/test update unittest_trackingmanager.cpp
- update unittest_trackingmanager.cpp
- Merge pull request #24 from qingmingjie/add_test add tracking test code
- Modify unittest_trackingmanager.cpp
- add tracking test code
- Merge pull request #23 from intel/perf Merge detected object in localization and tracking
- Update unittest after add object in objects_in_boxes unnitest also need to update after added object_name and probility in ObjectInBox3D msgs. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge detected object in localization and tracking Merged detected object_name and probability in localization and tracking object, so that users could only subscribe localization or tracking, needn't sub detected object and needn't do message fileter again. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #22 from intel/perf splite pointcloud2 to rgb and xyz
- splite pointcloud2 to rgb and xyz Currently localization using pcl segementation api which not required rgb, this patch splited Pointcloud2 to XYZ, reduced half size of PointCloud2 (from 9.83M reduce to 4.91M) imporved pointcloud2 sub-pub transport performance. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #17 from intel/rviz_cpp ported image_publisher work on ros2 rviz
- optimize parameter to be passed by reference Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #14 from intel/tracking_roi fix tracking roi not match objected roi
- fix tracking roi not match objected roi tracking will change objects roi because of size boundary. Backup objected roi before handle tracking, after tracking handled, restore objected roi, so that the roi of tracking and objected could match. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Revert "add CMakeLists" function not stable, revert first This reverts commit 0275614c16c0a7a2ba8612abdb665b11e397a951.
- Merge pull request #8 from qingmingjie/add_test add test
- add CMakeLists
- add message_filters build_depend Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #4 from intel/for_deb_build add class_loader dependence for deb package build
- add class_loader dependence for deb package build Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- add cv_bridge dep in package.xml Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- add CHANGELOG.rst Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Remove useless parameter to supress warning Signed-off-by: Peter Han <<peter9606@gmail.com>>
- Change class_loader to default branch Signed-off-by: Peter Han <<peter.han@intel.com>>
- Contributors: Chris Ye, Peter Han, ahuizxc, qingmingjie, yechun1
0.3.0 (2018-05-14)
- Change class_loader to default branch Signed-off-by: Peter Han <<peter.han@intel.com>>
- ros2 object analytics package - V0.3.0 Release Signed-off-by: Peter Han <<peter.han@intel.com>>
- Contributors: Peter Han
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
Name |
---|
libpcl-all-dev |
lz4 |
libpcl-all |
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged object_analytics_node at Robotics Stack Exchange
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
object_analytics_node package from ros2_object_analytics repoobject_analytics_msgs object_analytics_node object_analytics_rviz |
|
Package Summary
Tags | No category tags. |
Version | 0.5.4 |
License | Apache 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/intel/ros2_object_analytics.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2019-09-16 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The object_analytics_node package
Additional Links
No additional links.
Maintainers
- Chris Ye
Authors
- Peter Han
README
No README found.
See repository README.
CHANGELOG
Changelog for package object_analytics_node
0.5.3 (2019-01-24)
- Merge remote-tracking branch 'upstream/devel'
- delete no tracking launch file this file is no used.
- Merge pull request #66 from intel/unit_test fix unittest segment issue
- fix unittest_segmenter failure
- Merge pull request #65 from intel/obj_id_zero Obj id zero
- fix build warning with unused parameter fix warning: unused parameter ‘cloud’ [-Wunused-parameter]
- Merge pull request #56 from intel/gtest add ament_cmake_gtest in package.xml
- add ament_cmake_gtest in package.xml
- Contributors: Chris Ye
0.5.2 (2018-12-07)
- rename launcher filename
- add ament_cmake_gtest in package.xml
- Merge remote-tracking branch 'origin/master' into crystal
- Disable tracking for CRYSTAL RELEASE
- Contributors: Chris Ye
0.5.1 (2018-12-06)
- Merge pull request #55 from intel/devel update launcher file and license
- update launcher file and license
- Merge pull request #54 from nuclearsandwich/dependencies Reconcile dependencies between package.xml and CMakeLists.txt
- Merge pull request #53 from intel/devel remove depth_image_proc when launch
- Add ament_index dependencies to the package manifest. Failures due to these missing dependencies were encountered on the ROS buildfarm. I added ament_index_python as an exec depend as it appears to be used by the launch files included with the package.
- remove depth_image_proc when launch depth_image_proc will has reduce image transport performance, subscribe pointcloud from camera directly, although there has blue points. To fix later with good performance.
- Merge pull request #52 from intel/for_release For release
- add BUILD_TRACKING option Add BUILD_TRACKING option in order to disable tracking build for crystal bloom release, as opencv3.3 no provided debian installation from ubuntu18.04
- remap topic in launch instead of code hardcode remap topic name in launch.py instead of hardcode in code
- Contributors: Chris Ye, Steven! Ragnarök
0.5.0 (2018-11-14)
- update launch file
- delete object_analytics_launch package and create object_analytics_node/launch folder
- rename node name from composition to object_anaytics_node
- fix loading MovementNode to class typo
* update readme to simple launch example Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #49 from ahuizxc/merged_mo Enable moving object feature
- changed code as recommended
- merged with moving object project
- Merge pull request #44 from ahuizxc/master remove merger-node to simplify the code
- remove merger-node to simplify the code
- Merge pull request #43 from intel/fix_build_issue add semicolon after RCLCPP_INFO
- add semicolon after RCLCPP_INFO Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #42 from challen-zhou/master Enable tracking algorithm select in tracker_regression tool
- Merge pull request #41 from qingmingjie/test modify unittest_trackingmanager.cpp based on tracking new code.
- Enable tracking algorithm select in tracker_regression tool
- Enable tracker_regression tool to select algorithms for tracking.
- Add tracker_regression tool usage introduction.
- modify unittest_trackingmanager.cpp
- Merge pull request #40 from intel/ament_test Ament test
- update copyright format to pass colcon test Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- use ament_lint_auto for ros2 code style check Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #39 from challen-zhou/master Enable tracking dataset support
- Tuning tracker's roburst to detection
- Tuning tracker's strategy to be more roburst to detection's result.
- Change code style to match ROS2 requirement.
- Enabled more tracking features
- Changed tracking tick tock to image data topic instead of detection topic.
- Enabled more tracking features such as KCF/TLD/BOOSTING/MEDIAN_FLOW.
- Enable tracking dataset support
- Add functions to enable dataset support in tracking module.
- Add one regression tool to track tracking precision and perf.
- Merge pull request #38 from ahuizxc/remove_plane_seg remove the plane segment part according to the new algorithm
- remove the plane segment part according to the new algorithm
- Merge pull request #36 from intel/message_filter update message_filter and interface
- update message_filter and interface Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Contributors: Chris Ye, ahuizxc, challen.zhou, qingmingjie
0.4.0 (2018-09-07)
- update maintainer Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- remove unused cloud_segment parameter Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- fix c++ code style issue Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- add ament_cppcheck Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #31 from ahuizxc/new-segmentation-alg new segmentation algorithm, faster and more accurate
- fixed bugs to pass CI test
- fix format bug
- Merge pull request #32 from intel/fix_performance_issue Remove ncs launch code out of OA code
- Remove ncs launch code add ncs launch step in Readme.txt Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- new segmentation algorithm, faster and more accurate
- Merge pull request #30 from qingmingjie/test update unittest_trackingmanager.cpp
- update unittest_trackingmanager.cpp
- Merge pull request #24 from qingmingjie/add_test add tracking test code
- Modify unittest_trackingmanager.cpp
- add tracking test code
- Merge pull request #23 from intel/perf Merge detected object in localization and tracking
- Update unittest after add object in objects_in_boxes unnitest also need to update after added object_name and probility in ObjectInBox3D msgs. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge detected object in localization and tracking Merged detected object_name and probability in localization and tracking object, so that users could only subscribe localization or tracking, needn't sub detected object and needn't do message fileter again. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #22 from intel/perf splite pointcloud2 to rgb and xyz
- splite pointcloud2 to rgb and xyz Currently localization using pcl segementation api which not required rgb, this patch splited Pointcloud2 to XYZ, reduced half size of PointCloud2 (from 9.83M reduce to 4.91M) imporved pointcloud2 sub-pub transport performance. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #17 from intel/rviz_cpp ported image_publisher work on ros2 rviz
- optimize parameter to be passed by reference Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #14 from intel/tracking_roi fix tracking roi not match objected roi
- fix tracking roi not match objected roi tracking will change objects roi because of size boundary. Backup objected roi before handle tracking, after tracking handled, restore objected roi, so that the roi of tracking and objected could match. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Revert "add CMakeLists" function not stable, revert first This reverts commit 0275614c16c0a7a2ba8612abdb665b11e397a951.
- Merge pull request #8 from qingmingjie/add_test add test
- add CMakeLists
- add message_filters build_depend Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Merge pull request #4 from intel/for_deb_build add class_loader dependence for deb package build
- add class_loader dependence for deb package build Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- add cv_bridge dep in package.xml Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- add CHANGELOG.rst Signed-off-by: Chris Ye <<chris.ye@intel.com>>
- Remove useless parameter to supress warning Signed-off-by: Peter Han <<peter9606@gmail.com>>
- Change class_loader to default branch Signed-off-by: Peter Han <<peter.han@intel.com>>
- Contributors: Chris Ye, Peter Han, ahuizxc, qingmingjie, yechun1
0.3.0 (2018-05-14)
- Change class_loader to default branch Signed-off-by: Peter Han <<peter.han@intel.com>>
- ros2 object analytics package - V0.3.0 Release Signed-off-by: Peter Han <<peter.han@intel.com>>
- Contributors: Peter Han
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
Name |
---|
libpcl-all-dev |
lz4 |
libpcl-all |
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged object_analytics_node at Robotics Stack Exchange
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.