mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-03 19:24:09 +05:30
Removed case-sensitive note for sensor type in example params file
This commit is contained in:
parent
04712b6609
commit
4297345cd4
@ -31,7 +31,7 @@ base_frame: base_link
|
||||
#accel_limit: 1.0
|
||||
|
||||
# === Sensor definitions. Examples only - edit for your robot.
|
||||
# Sensor type can be one of the follow (case sensitive!):
|
||||
# Sensor type can be one of the following:
|
||||
# * Ping
|
||||
# * GP2D12
|
||||
# * Analog
|
||||
@ -41,7 +41,6 @@ base_frame: base_link
|
||||
# * PhidgetsCurrent (20 Amp, DC)
|
||||
|
||||
|
||||
|
||||
sensors: {
|
||||
#motor_current_left: {pin: 0, type: PololuMotorCurrent, rate: 5},
|
||||
#motor_current_right: {pin: 1, type: PololuMotorCurrent, rate: 5},
|
||||
|
Loading…
x
Reference in New Issue
Block a user