Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ai4ce/ai4ce_sensor_ros2_interfaces

This repo contains all the ROS2 packages developed at AI4CE lab for interfacing with various specialized sensors
https://github.com/ai4ce/ai4ce_sensor_ros2_interfaces

gelsight gelsight-mini hand-eye-calibration realsense robotics ros2 sensors tactile-sensing tactile-sensor

Last synced: 13 days ago
JSON representation

This repo contains all the ROS2 packages developed at AI4CE lab for interfacing with various specialized sensors

Awesome Lists containing this project

README

        

This repo contains all the ROS2 packages that interface different specialized sensors with robots and joysticks/controllers, and a package to do hand-eye-calibration. They are all developed at the [AI4CE](https://ai4ce.github.io/) lab at [New York University](https://www.nyu.edu/).

They are tested on `Ubuntu 22.04` and `ROS2 Humble`. However, most of them do not rely on OS and ROS2 distro-specific features, so they should be easily portable.

# Hand-Eye Calibration
A ROS2 native package to do hand-eye calibration.

[Repo Link](https://github.com/ai4ce/joy_hand_eye_ROS2)

# Intel RealSense
Intel RealSense is a family of stereo-based RGBD cameras.

[Repo Link](https://github.com/ai4ce/realsense_ROS2_interface)

# GelSight Mini
GelSight is a series of gel-based tactile sensors that can render touch as high-resolution RGB images and point clouds.

[Repo Link](https://github.com/ai4ce/gelsight_ROS2_interface)

# USB Camera
Good ol' USB RGB Camera

[Repo Link](https://github.com/ai4ce/usbcam_ROS2_interface)