Skip to content

Commit

Permalink
Merge pull request #42 from mehtank/addedrobots
Browse files Browse the repository at this point in the history
Bug fix KNOWN_PARAMS
  • Loading branch information
cathywu authored Sep 15, 2016
2 parents 74002b1 + cd9ec5a commit bea814b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/loopsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
KNOWN_PARAMS = {
"maxSpeed" : traci.vehicletype.setMaxSpeed,
"accel" : traci.vehicletype.setAccel,
"decel" : traci.vehicletype.setAccel,
"decel" : traci.vehicletype.setDecel,
"sigma" : traci.vehicletype.setImperfection,
"tau" : traci.vehicletype.setTau,
"speedFactor" : traci.vehicletype.setSpeedFactor,
Expand Down

0 comments on commit bea814b

Please sign in to comment.