Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 876 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 876 Bytes

RenderTexture2ROS2Image

Bridge between RenderTexture (Unity) object and sensor_msgs/Image (ROS2).

The size of the image to be published depends on the value set in RenderTexture.

Requirements

Run on Unity

  1. Create Project (3D World)
  2. Add Assets from this repository

  1. Add Components
  2. Setting "TargetTexture" to "Camera2Texture"

  1. Push Play button

Check image topic using ROS2

source /opt/ros/foxy/setup.bash
ros2 run rqt_image_view rqt_image_view

About writer