ROS 2 integration for roboreg.
- Install roboreg version
0.6.7:
pip3 install roboreg==0.6.7- Build this
roboregROS 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-installThis node performs eye-to-hand calibration from RGB images and corresponding depth images. This does e.g. apply to
To run, simply do
ros2 launch roboreg_local monocular_server.launch.pySample configurations are provided in monocular_depth.yaml. Please note that compressed image / depth topics are also supported.
/camera/image_rect_color/camera/image_rect_color/camera_info/camera/depth_registered/camera/depth_registered/camera_info/joint_states/robot_description
/tf_static
collect_dataclear_dataregister/hydra_robust_icpexport/dataexport/transformimport/transformbroadcast_transform
Utility node for publishing static transform as acquired through roboreg_local / roboreg_cloud.
ros2 run roboreg_base broadcaster --helpWe would further like to acknowledge following supporters:
| Logo | Notes |
|---|---|
| This work was supported by core and project funding from the Wellcome/EPSRC [WT203148/Z/16/Z; NS/A000049/1; WT101957; NS/A000027/1]. | |
| This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 101016985 (FAROS project). | |
| Built at RViMLab. | |
| Built at CAI4CAI. | |
| Built at King's College London. |