No version for distro humble showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 jazzy showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 kilted showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 rolling showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 ardent showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 bouncy showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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

Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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

Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
dashing

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

File truncated at 100 lines see the full file

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 showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 foxy showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 iron showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 lunar showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 jade showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 indigo showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 hydro showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 kinetic showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 melodic showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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 noetic showing crystal. Known supported distros are highlighted in the buttons above.
Package symbol

object_analytics_rviz package from ros2_object_analytics repo

object_analytics_msgs object_analytics_node object_analytics_rviz

ROS Distro
crystal

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

File truncated at 100 lines see the full file

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