Removed case-sensitive note for sensor type in example params file

This commit is contained in:
Patrick Goebel 2015-12-15 17:47:47 -08:00
parent 04712b6609
commit 4297345cd4

View File

@ -31,7 +31,7 @@ base_frame: base_link
#accel_limit: 1.0 #accel_limit: 1.0
# === Sensor definitions. Examples only - edit for your robot. # === 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 # * Ping
# * GP2D12 # * GP2D12
# * Analog # * Analog
@ -41,7 +41,6 @@ base_frame: base_link
# * PhidgetsCurrent (20 Amp, DC) # * PhidgetsCurrent (20 Amp, DC)
sensors: { sensors: {
#motor_current_left: {pin: 0, type: PololuMotorCurrent, rate: 5}, #motor_current_left: {pin: 0, type: PololuMotorCurrent, rate: 5},
#motor_current_right: {pin: 1, type: PololuMotorCurrent, rate: 5}, #motor_current_right: {pin: 1, type: PololuMotorCurrent, rate: 5},