Skip to content

Commit 8502e8d

Browse files
authored
1 parent e33928c commit 8502e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

software/sensors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sort: 8
1010

1111
The RPLIDAR connects to the TurtleBot 4 with a micro USB to USB-A cable. The sensor does not require high data throughput, so using a USB 2.0 port is sufficient.
1212

13-
Once connected, the RPLIDAR should register on the Raspberry PI as a USB device. If the [udev rules](https://github.com/turtlebot/turtlebot4_setup/blob/jazzy/udev/turtlebot4.rules) are installed, the RPLIDAR will appear as `/dev/RPLIDAR`. Otherwise it will be `/dev/ttyUSB0`.
13+
Once connected, the RPLIDAR should register on the Raspberry PI as a USB device. If the [udev rules](https://github.com/turtlebot/turtlebot4_setup/blob/jazzy/udev/50-turtlebot4.rules) are installed, the RPLIDAR will appear as `/dev/RPLIDAR`. Otherwise it will be `/dev/ttyUSB0`.
1414

1515
To check that the USB device exists, use the command
1616

@@ -138,4 +138,4 @@ Wheel slip and stall is also detected by the Create® 3. The status can be viewe
138138

139139
### Kidnap
140140

141-
The robot uses a fusion of sensor data to detect when it has been picked up and "kidnapped". Motors will be disabled in this state, and will re-enable when placed on the ground again. The `/kidnap_status` topic shows the current kidnap state.
141+
The robot uses a fusion of sensor data to detect when it has been picked up and "kidnapped". Motors will be disabled in this state, and will re-enable when placed on the ground again. The `/kidnap_status` topic shows the current kidnap state.

0 commit comments

Comments
 (0)