Skip to content

Commit

Permalink
Add camera type aliases to docs. (#514)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
  • Loading branch information
peci1 authored Mar 16, 2021
1 parent 0a141a2 commit c1f7ba1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions sdf/1.6/sensor.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
altimeter,
camera,
contact,
depth_camera,
depth_camera, depth,
force_torque,
gps,
gpu_lidar,
Expand All @@ -25,9 +25,9 @@
ray,
rfid,
rfidtag,
rgbd_camera,
rgbd_camera, rgbd,
sonar,
thermal_camera,
thermal_camera, thermal,
wireless_receiver, and
wireless_transmitter.
The "ray" and "gpu_ray" types are equivalent to "lidar" and "gpu_lidar", respectively. It is preferred to use "lidar" and "gpu_lidar" since "ray" and "gpu_ray" will be deprecated. The "ray" and "gpu_ray" types are maintained for legacy support.
Expand Down
6 changes: 3 additions & 3 deletions sdf/1.7/sensor.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
altimeter,
camera,
contact,
depth_camera,
depth_camera, depth,
force_torque,
gps,
gpu_lidar,
Expand All @@ -25,9 +25,9 @@
ray,
rfid,
rfidtag,
rgbd_camera,
rgbd_camera, rgbd,
sonar,
thermal_camera,
thermal_camera, thermal,
wireless_receiver, and
wireless_transmitter.
The "ray" and "gpu_ray" types are equivalent to "lidar" and "gpu_lidar", respectively. It is preferred to use "lidar" and "gpu_lidar" since "ray" and "gpu_ray" will be deprecated. The "ray" and "gpu_ray" types are maintained for legacy support.
Expand Down

0 comments on commit c1f7ba1

Please sign in to comment.