Merge pull request #32 from LinxiFan/jimfix
Remove special characters from YAML
This commit is contained in:
commit
fcdd08c8f1
|
@ -40,7 +40,7 @@ goal_format: polar
|
||||||
# sensor spec
|
# sensor spec
|
||||||
output: [sensor, rgb, depth]
|
output: [sensor, rgb, depth]
|
||||||
# image
|
# image
|
||||||
# Intel® RealSense™ Depth Camera D435
|
# Intel Realsense Depth Camera D435
|
||||||
# https://store.intelrealsense.com/buy-intel-realsense-depth-camera-d435.html
|
# https://store.intelrealsense.com/buy-intel-realsense-depth-camera-d435.html
|
||||||
fisheye: false
|
fisheye: false
|
||||||
image_width: 160
|
image_width: 160
|
||||||
|
|
|
@ -40,7 +40,7 @@ goal_format: polar
|
||||||
# sensor spec
|
# sensor spec
|
||||||
output: [sensor, rgb, depth]
|
output: [sensor, rgb, depth]
|
||||||
# image
|
# image
|
||||||
# Intel® RealSense™ Depth Camera D435
|
# Intel Realsense Depth Camera D435
|
||||||
# https://store.intelrealsense.com/buy-intel-realsense-depth-camera-d435.html
|
# https://store.intelrealsense.com/buy-intel-realsense-depth-camera-d435.html
|
||||||
fisheye: false
|
fisheye: false
|
||||||
image_width: 160
|
image_width: 160
|
||||||
|
|
Loading…
Reference in New Issue