We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4c16f48 commitc1773d0Copy full SHA for c1773d0
docs/src/wrapper/ros.rst
@@ -54,19 +54,22 @@ The ROS file is structured like follows:
54
│ ├─config/
55
│ │ ├─device/
56
│ │ ├─standard.yaml # S1030
57
- │ │ └─standard2.yaml #S21XX
+ │ │ └─standard2.yaml #S21X0/S210A
58
│ │ ├─laserscan/
59
│ │ ├─process/
60
│ │ └─...
61
│ ├─launch/
62
│ │ ├─display.launch
63
│ │ └─mynteye.launch
64
65
- │ ├─msg/
+ │ ├─mesh/
66
│ ├─rviz/
67
│ ├─src/
68
+ | | ├─configuru.hpp
69
│ │ ├─wrapper_node.cc
70
│ │ └─wrapper_nodelet.cc
71
+ │ ├─srv/
72
+ | | └─GetInfo.srv
73
│ ├─CMakeLists.txt
74
│ ├─nodelet_plugins.xml
75
│ └─package.xml
@@ -92,7 +95,7 @@ standard.yaml/standard2.yaml:
92
95
# standard/imu_frequency: 200
93
96
...
94
97
- #s2100 modify brightness
98
+ #s21X0 modify brightness
99
# standard2/brightness range: [1,255]
100
standard2/brightness: -1
101
# standard2/brightness: 70