-
 
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.

Package Summary

Tags No category tags.
Version 0.5.4
License Apache License 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

Display object analytics result in rviz

Additional Links

No additional links.

Maintainers

  • Chris Ye

Authors

  • Chris Ye
README
No README found. See repository README.
CHANGELOG

Changelog for package object_analytics_rviz

0.5.3 (2019-01-24)

  • Merge remote-tracking branch 'upstream/devel'
  • 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
  • remove obj_id for 3d localization currently obj_id is already zero, because the 2d tracking is not accurate and 3d localication did not use this value. but zero display will confuse user in visualization. so just remove it. Once 2d tracking is good quality and 3d localization will based on 2d tracking output, and then re-add this obj_id again.
  • Merge pull request #62 from intel/rviz_corner_issue fix rviz process die when launch oa
  • fix rviz process die when launch object_analytics the minimun corner of the box must be less than or equal to maximum corner. when moving object velocity is (0,0,0), it and will assert rviz ogre rander. fix issue: https://github.com/intel/ros2_object_analytics/issues/61 Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Contributors: Chris Ye

0.5.2 (2018-12-07)

  • Merge remote-tracking branch 'origin/master' into crystal
  • Contributors: Chris Ye

0.5.1 (2018-12-06)

  • Merge pull request #54 from nuclearsandwich/dependencies Reconcile dependencies between package.xml and CMakeLists.txt
  • fix error in CTest
  • Add ament_lint_auto dependency to package manifest. This package is required when BUILD_TESTING is enabled but is not in the package manifest and is causing failures on the ROS buildfarm. I added ament_lint_common since that seems to be the practice when using ament_lint_auto but I do not know whether that's necessary or desired in this case.
  • 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
  • merged with moving object project
  • Merge pull request #47 from ahuizxc/master better display
  • remove message_filters used in rviz for better display and changed the default layout of rviz
  • Merge pull request #45 from ahuizxc/master fixed rviz cannot show localization marker
  • remove message_filter used in rviz for better display
  • 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 #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 #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

0.4.0 (2018-09-07)

  • update maintainer 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 #29 from ahuizxc/multi-obj-in-rviz support showing multi objects localization marks in RVIZ
  • deleted these two lines and changed the clear objects code
  • support showing multi objects localization marks in RVIZ
  • Merge pull request #23 from intel/perf Merge detected object in localization and tracking
  • 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>>
  • Revert "moving object rectangle with correct position" ros2_movidius_ncs have fixed roi issue, revert the patch. This reverts commit 17a1120a37905e2fe619225f89f0903e7fb90f97.
  • Merge pull request #18 from intel/rviz_cpp fix rviz line draw malposition issue
  • fix rviz line draw malposition issue set marker.pos.position is not correct, the value should be zero, just remove it and it will use default zero value. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • moving object rectangle with correct position 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>>
  • reduce scope of variable Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • ported image_publisher work on ros2 rviz enabled image_publisher on cpp and py, cpp pass test while py not work. image publisher used to display rectangle of tracked object on image viewer. this is full ros2 rviz support without ros1_bridge. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Merge pull request #15 from intel/rviz_cpp Rviz cpp
  • Initialize object_analytics_rviz for ros2 rewrite marker_publisher with cpp from python. subscibe detection/localization/tracking topic and publish box_3d_markers, to display object analytics result on rviz. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Contributors: Chris Ye, ahuizxc

0.3.0 (2018-07-03)

  • create marker_publisher.cpp, subscribe detection/localization/tracking and publish 3d box to rviz markers
  • create image_publisher.cpp, subscribe detection/localization/tracking and publish 2d box to rviz image

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.

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_rviz at Robotics Stack Exchange

No version for distro eloquent. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.5.4
License Apache License 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

Display object analytics result in rviz

Additional Links

No additional links.

Maintainers

  • Chris Ye

Authors

  • Chris Ye
README
No README found. See repository README.
CHANGELOG

Changelog for package object_analytics_rviz

0.5.3 (2019-01-24)

  • Merge remote-tracking branch 'upstream/devel'
  • 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
  • remove obj_id for 3d localization currently obj_id is already zero, because the 2d tracking is not accurate and 3d localication did not use this value. but zero display will confuse user in visualization. so just remove it. Once 2d tracking is good quality and 3d localization will based on 2d tracking output, and then re-add this obj_id again.
  • Merge pull request #62 from intel/rviz_corner_issue fix rviz process die when launch oa
  • fix rviz process die when launch object_analytics the minimun corner of the box must be less than or equal to maximum corner. when moving object velocity is (0,0,0), it and will assert rviz ogre rander. fix issue: https://github.com/intel/ros2_object_analytics/issues/61 Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Contributors: Chris Ye

0.5.2 (2018-12-07)

  • Merge remote-tracking branch 'origin/master' into crystal
  • Contributors: Chris Ye

0.5.1 (2018-12-06)

  • Merge pull request #54 from nuclearsandwich/dependencies Reconcile dependencies between package.xml and CMakeLists.txt
  • fix error in CTest
  • Add ament_lint_auto dependency to package manifest. This package is required when BUILD_TESTING is enabled but is not in the package manifest and is causing failures on the ROS buildfarm. I added ament_lint_common since that seems to be the practice when using ament_lint_auto but I do not know whether that's necessary or desired in this case.
  • 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
  • merged with moving object project
  • Merge pull request #47 from ahuizxc/master better display
  • remove message_filters used in rviz for better display and changed the default layout of rviz
  • Merge pull request #45 from ahuizxc/master fixed rviz cannot show localization marker
  • remove message_filter used in rviz for better display
  • 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 #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 #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

0.4.0 (2018-09-07)

  • update maintainer 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 #29 from ahuizxc/multi-obj-in-rviz support showing multi objects localization marks in RVIZ
  • deleted these two lines and changed the clear objects code
  • support showing multi objects localization marks in RVIZ
  • Merge pull request #23 from intel/perf Merge detected object in localization and tracking
  • 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>>
  • Revert "moving object rectangle with correct position" ros2_movidius_ncs have fixed roi issue, revert the patch. This reverts commit 17a1120a37905e2fe619225f89f0903e7fb90f97.
  • Merge pull request #18 from intel/rviz_cpp fix rviz line draw malposition issue
  • fix rviz line draw malposition issue set marker.pos.position is not correct, the value should be zero, just remove it and it will use default zero value. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • moving object rectangle with correct position 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>>
  • reduce scope of variable Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • ported image_publisher work on ros2 rviz enabled image_publisher on cpp and py, cpp pass test while py not work. image publisher used to display rectangle of tracked object on image viewer. this is full ros2 rviz support without ros1_bridge. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Merge pull request #15 from intel/rviz_cpp Rviz cpp
  • Initialize object_analytics_rviz for ros2 rewrite marker_publisher with cpp from python. subscibe detection/localization/tracking topic and publish box_3d_markers, to display object analytics result on rviz. Signed-off-by: Chris Ye <<chris.ye@intel.com>>
  • Contributors: Chris Ye, ahuizxc

0.3.0 (2018-07-03)

  • create marker_publisher.cpp, subscribe detection/localization/tracking and publish 3d box to rviz markers
  • create image_publisher.cpp, subscribe detection/localization/tracking and publish 2d box to rviz image

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.

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_rviz 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.