You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2023. It is now read-only.
@@ -213,7 +213,7 @@ The use of the parameters can be looked up in the launch files. This is also rec
213
213
214
214
- Angle compensation: For highest angle accuracy the NAV-Lidar series supports an [angle compensation mechanism](./doc/angular_compensation.md).
215
215
216
-
- The **TiM7xxS**family has[extended settings for field monitoring](./doc/tim7xxs_extensions.md).
216
+
- The **TiM7xx** and **TiM7xxS**families have[extended settings for field monitoring](./doc/tim7xxs_extensions.md).
217
217
218
218
## Sopas Mode
219
219
This driver supports both COLA-B (binary) and COLA-A (ASCII) communication with the laser scanner. Binary mode is activated by default. Since this mode generates less network traffic.
Copy file name to clipboardExpand all lines: doc/tim7xxs_extensions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Extensions for TiM7xxS
2
2
3
-
The TiM7xxS family has the following extended settings for field monitoring:
3
+
The TiM7xx and TiM7xxS families have the following extended settings for field monitoring:
4
4
5
5
## Field monitoring messages
6
6
7
-
TiM7xxS scanner support field monitoring. Fields can be configured by Sopas ET. Once they are configured, sick_scan publishes ros messages containing the monitoring information from the lidar.
7
+
TiM7xx and TiM7xxS scanner support field monitoring. Fields can be configured by Sopas ET. Once they are configured, sick_scan publishes ros messages containing the monitoring information from the lidar.
8
8
9
-
By default, field monitoring is enabled in the launch file [sick_tim_7xxS.launch](../launch/sick_tim_7xxS.launch) by following settings:
9
+
By default, field monitoring is enabled in the launch file [sick_tim_7xx.launch](../launch/sick_tim_7xx.launch) resp. [sick_tim_7xxS.launch](../launch/sick_tim_7xxS.launch) by following settings:
10
10
```
11
11
<param name="activate_lferec" type="bool" value="True"/> <!-- activate field monitoring by lferec messages -->
12
12
<param name="activate_lidoutputstate" type="bool" value="True"/> <!-- activate field monitoring by lidoutputstate messages -->
0 commit comments