Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ros2 camera calibration, tests are strangely failing #376

Closed
wants to merge 11 commits into from
Closed

ros2 camera calibration, tests are strangely failing #376

wants to merge 11 commits into from

Commits on Oct 18, 2018

  1. Initial ROS2 commit.

    mjcarroll committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    5b22dfe View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Port depth image proc on ROS2 (#362)

    * Port depth_image_proc on ROS2
    
    * Port depth_image_proc of image_pipeline on ROS2
    
    * rename Nodelets as Node
    
    * add launch examples, such as "ros2 launch depth_image_proc point_cloud_xyzi.launch.py"
    
    * verified point_cloud_xyzrgb, point_cloud_xyz, convert_metric based on Realsense camera(https://github.com/intel/ros2_intel_realsense).
    
    Signed-off-by: Chris Ye <chris.ye@intel.com>
    
    * add ament_lint_auto test and adjust code style
    
    Signed-off-by: Chris Ye <chris.ye@intel.com>
    
    * update test example for depth_image_proc
    
    - rename raw topic as image_transport fixed the issue (ros-perception/image_common#96)
    - update test example of point_cloud_xyzrgb.launch
    
    Signed-off-by: Chris Ye <chris.ye@intel.com>
    
    * remove unused dependence in cmakelist
    
    * remove boost which is unused on ROS2
    
    * remove cv_bridge version check logic as setted in find_package
    
    * update maintainer in package.xml
    
    Signed-off-by: Chris Ye <chris.ye@intel.com>
    
    * added all example launchers for demo test
    
    pass test:
     ros2 launch depth_image_proc point_cloud_xyzrgb.launch.py
     ros2 launch depth_image_proc point_cloud_xyz.launch.py
     ros2 launch depth_image_proc convert_metric.launch.py
     ros2 launch depth_image_proc crop_foremost.launch.py
     ros2 launch depth_image_proc point_cloud_xyz_radial.launch.py
     ros2 launch depth_image_proc disparity.launch.py
     ros2 launch depth_image_proc register.launch.py
     ros2 launch depth_image_proc point_cloud_xyzi.launch.py
     ros2 launch depth_image_proc point_cloud_xyzi_radial.launch.py
    
    Signed-off-by: Chris Ye <chris.ye@intel.com>
    
    * @wip update to use raw pointers.
    
    * continue to update to use raw pointer
    
    Signed-off-by: Chris Ye <chris.ye@intel.com>
    yechun1 authored and mjcarroll committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    843b932 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. enable rclcpp_register_node_plugins (#368)

    this may be remarked while code debugging, should be enabled to build node plugin file
    and added points remap in point_cloud_xyzrgb.launch.py
    yechun1 authored and mjcarroll committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    4585b0d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. port image_publisher on ROS2 (#366)

    * port image_publisher on ROS2
    * switch to use cmake 3.5
    * change nodelet to classloader
    * change ros::param to ros2 parameter APIs
    * use ros2 code style
    * enable ros2 camera_info_manager
    yechun1 authored and mjcarroll committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    975661c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Changelogs.

    mjcarroll committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    4a1532a View commit details
    Browse the repository at this point in the history
  2. 2.0.0

    mjcarroll committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    b244db2 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. Configuration menu
    Copy the full SHA
    2ad64b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. fixed py3 tar bytes issue

    klintan committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    8614e7b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    0450ff3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    44f7c34 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    c214cdc View commit details
    Browse the repository at this point in the history