You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2020. It is now read-only.
Fix issue stereolabs#106: Rename ´camera´ to ´zed´ in Readme
Might be confusing for beginners to see the placeholder "camera" instead of the actual zed (plus respective ID when using ´zed_multi_cam.launch´ for instance). This commit attempts to make the ReadMe file more consistent with the actual implementation.
-*/zed/left/image_rect_color* : `Color rectified left image.`
59
+
-*/zed/left/image_raw_color* : `Color unrectified left image.`
60
+
-*/zed/left/camera_info* : `Left camera calibration data.`
61
61
62
62
#### Right camera
63
-
-*/camera/right/image_rect_color* : `Color rectified right image.`
64
-
-*/camera/right/image_raw_color* : `Color unrectified right image.`
65
-
-*/camera/right/camera_info* : `Right camera calibration data.`
63
+
-*/zed/right/image_rect_color* : `Color rectified right image.`
64
+
-*/zed/right/image_raw_color* : `Color unrectified right image.`
65
+
-*/zed/right/camera_info* : `Right camera calibration data.`
66
66
67
67
#### Depth and point cloud
68
-
-*/camera/depth/depth_registered* : `Depth map image registered on left image (by default 32 bits float, in meters).`
69
-
-*/camera/point_cloud/cloud_registered* : `Registered color point cloud.`
68
+
-*/zed/depth/depth_registered* : `Depth map image registered on left image (by default 32 bits float, in meters).`
69
+
-*/zed/point_cloud/cloud_registered* : `Registered color point cloud.`
70
70
71
71
#### Visual odometry
72
-
-*/camera/odom* : `Absolute 3D position and orientation relative to zed_initial_frame.`
72
+
-*/zed/odom* : `Absolute 3D position and orientation relative to zed_initial_frame.`
73
73
74
-
All topics have their *id* published.
74
+
All topics have their *id* published. When using [*zed_multi_cam.launch*](https://github.com/stereolabs/zed-ros-wrapper/blob/master/launch/zed_multi_cam.launch) topics begin with */zed[CameraID]/...* (for instance */zed1/...*) instead of a pure */zed/...*.
0 commit comments