Skip to content

Repository files navigation

roboreg - ROS 2

License: Apache License 2.0 Code Style: Black Jazzy Rolling

ROS 2 integration for roboreg.

Table of Contents

Installation

pip3 install roboreg==0.6.7
  • Build this roboreg ROS 2 integration
mkdir -p roboreg-ros2/src && cd roboreg-ros2
git clone https://github.com/roboreg/roboreg-ros2.git src/roboreg-ros2
rosdep install --from-paths src -r -i -y
colcon build --symlink-install

Nodes

Monocular Depth

This node performs eye-to-hand calibration from RGB images and corresponding depth images. This does e.g. apply to

  • RealSense cameras (monocular + depth)
  • ZED cameras (monocular or stereo + depth)

To run, simply do

ros2 launch roboreg_local monocular_server.launch.py

Sample configurations are provided in monocular_depth.yaml. Please note that compressed image / depth topics are also supported.

Subscribed Topics

  • /camera/image_rect_color
  • /camera/image_rect_color/camera_info
  • /camera/depth_registered
  • /camera/depth_registered/camera_info
  • /joint_states
  • /robot_description

Published Topics

  • /tf_static

Services

  • collect_data
  • clear_data
  • register/hydra_robust_icp
  • export/data
  • export/transform
  • import/transform
  • broadcast_transform

Static TF Broadcaster

Utility node for publishing static transform as acquired through roboreg_local / roboreg_cloud.

ros2 run roboreg_base broadcaster --help

Acknowledgements

Organizations and Grants

We would further like to acknowledge following supporters:

Logo Notes
wellcome This work was supported by core and project funding from the Wellcome/EPSRC [WT203148/Z/16/Z; NS/A000049/1; WT101957; NS/A000027/1].
eu_flag This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 101016985 (FAROS project).
RViMLab Built at RViMLab.
King's College London Built at CAI4CAI.
King's College London Built at King's College London.

About

ROS 2 integration of roboreg: https://github.com/roboreg/roboreg.

Resources

Stars

52 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages