File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ This plugin can be started from your URDF or world.sdf file.
46
46
<render_engine >ogre2</render_engine >
47
47
</plugin >
48
48
</gazebo >
49
- ```
49
+ ```
50
50
51
51
you can also refer to the the [ example.urdf.xacro] ( ./urdf/example_d415_gazebo.urdf.xacro ) included.
52
52
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ For example:
25
25
Assumptions:
26
26
Simulated RGB and Depth sensors are in the same location as the RGB sensor of the physical camera.
27
27
Simulated RGB and Depth sensors and have the same FOV as the RGB physical sensor.
28
- Note physical hardware publishes pointcloud in `camera_depth_optical_frame` where this sensor will use
28
+ Note: physical hardware publishes pointcloud in `camera_depth_optical_frame` where this sensor will use
29
29
the referenced camera color_frame. -->
30
30
<xacro : property name =" realsense_h_fov" value =" ${69 * pi/180}" />
31
31
<xacro : property name =" realsense_v_fov" value =" ${42 * pi/180}" />
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ For example:
25
25
Assumptions:
26
26
Simulated RGB and Depth sensors are in the same location as the RGB sensor of the physical camera.
27
27
Simulated RGB and Depth sensors and have the same FOV as the RGB physical sensor.
28
- Note physical hardware publishes pointcloud in `camera_depth_optical_frame` where this sensor will use
28
+ Note: physical hardware publishes pointcloud in `camera_depth_optical_frame` where this sensor will use
29
29
the referenced camera color_frame. -->
30
30
<xacro : property name =" realsense_h_fov" value =" ${69 * pi/180}" />
31
31
<xacro : property name =" realsense_v_fov" value =" ${42 * pi/180}" />
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ For example:
21
21
image_width:=1280
22
22
image_height:=720" >
23
23
24
- <!-- Realsense D435 RGB properties
24
+ <!-- Realsense D435 RGB properties
25
25
Assumptions:
26
26
Simulated RGB and Depth sensors are in the same location as the RGB sensor of the physical camera.
27
27
Simulated RGB and Depth sensors and have the same FOV as the RGB physical sensor.
28
- Note physical hardware publishes pointcloud in `camera_depth_optical_frame` where this sensor will use
28
+ Note: physical hardware publishes pointcloud in `camera_depth_optical_frame` where this sensor will use
29
29
the referenced camera color_frame. -->
30
30
<xacro : property name =" realsense_h_fov" value =" ${87 * pi/180}" />
31
31
<xacro : property name =" realsense_v_fov" value =" ${58 * pi/180}" />
You can’t perform that action at this time.
0 commit comments