File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,11 @@ repos:
22
22
- id : check-docstring-first
23
23
- id : check-merge-conflict
24
24
- id : check-symlinks
25
+ - id : check-xml
25
26
- id : debug-statements
26
27
- id : end-of-file-fixer
27
28
- id : mixed-line-ending
29
+ - id : trailing-whitespace
28
30
- id : fix-byte-order-marker
29
31
- repo : https://github.com/psf/black
30
32
rev : 24.10.0
36
38
- id : codespell
37
39
args : ['--write-changes']
38
40
exclude : CHANGELOG.rst
41
+ # XML Lint
42
+ - repo : https://github.com/comkieffer/xml-linter-hook.git
43
+ rev : 1.0.0
44
+ hooks :
45
+ - id : xmllint
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