mirror of
https://github.com/ROBOTIS-GIT/turtlebot3.git
synced 2025-09-15 12:59:04 +08:00
Add launch parameter to list analog pins to read
This commit is contained in:
parent
7a1a861222
commit
336094c942
@ -26,6 +26,9 @@
|
|||||||
illumination: 0
|
illumination: 0
|
||||||
ir: 0
|
ir: 0
|
||||||
sonar: 0
|
sonar: 0
|
||||||
|
# Analog pins to read from (0-5). Must match firmware CONNECTED_ANALOG_PINS configuration
|
||||||
|
analog_pins: [0, 1, 2, 3, 4, 5]
|
||||||
|
|
||||||
/**:
|
/**:
|
||||||
diff_drive_controller:
|
diff_drive_controller:
|
||||||
ros__parameters:
|
ros__parameters:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user