Skip to content
This repository was archived by the owner on Feb 21, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions src/tools/rgbdViewer/freenect_ros.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
rgbdViewer:
CameraRGB:
Server: 2 # 0 -> Deactivate, 1 -> Ice , 2 -> ROS
Proxy: "cameraA:tcp -h localhost -p 9998"
Format: RGB8
Topic: "/camera/rgb/image_raw"
Name: cameraA
Fps: 30

CameraDEPTH:
Server: 2 # 0 -> Deactivate, 1 -> Ice , 2 -> ROS
Proxy: "cameraB:tcp -h localhost -p 9998"
Format: RGB8
Topic: "/camera/depth_registered/sw_registered/image_rect"
Name: cameraB
Fps: 30

PointCloud:
Server: 0 # 0 -> Deactivate, 1 -> Ice , 2 -> ROS
Proxy: "pointcloud1:tcp -h localhost -p 9999"
Topic: "/TurtlebotROS/cameraL/image_raw"
Name: pointcloud
Fps: 30

RGBD:
Server: 0 # 0 -> Deactivate, 1 -> Ice , 2 -> ROS
Proxy: "rgbd1:tcp -h localhost -p 9999"
Topic: "/TurtlebotROS/cameraL/image_raw"
Name: RGBD
Fps: 30

Pose3DMotors:
Server: 0 # 0 -> Deactivate, 1 -> Ice , 2 -> ROS
Proxy: "Pose3DMotors1:tcp -h 193.147.14.20 -p 9999"
Topic: "/TurtlebotROS/cameraL/image_raw"
Name: Pose3DMotors

KinectLeds:
Server: 0 # 0 -> Deactivate, 1 -> Ice , 2 -> ROS
Proxy: "kinectleds1:tcp -h 193.147.14.20 -p 9999"
Topic: "/TurtlebotROS/cameraL/image_raw"
Name: KinectLeds


NodeName: rgbdViewer
Width: 640
Height: 480
Fps: 15
Debug: 1