mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-10 18:30:20 +08:00
5 lines
171 B
Bash
Executable File
5 lines
171 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source /opt/ros/galactic/setup.bash
|
|
|
|
ros2 topic echo --qos-durability=transient_local /camera/extrinsic/depth_to_color --qos-profile=services_default
|