fake_turtlebot_arbotix.yaml 374 B

123456789101112
  1. port: /dev/ttyUSB0
  2. baud: 115200
  3. rate: 20
  4. sync_write: True
  5. sync_read: True
  6. read_rate: 20
  7. write_rate: 20
  8. controllers: {
  9. # Pololu motors: 1856 cpr = 0.3888105m travel = 4773 ticks per meter (empirical: 4100)
  10. base_controller: {type: diff_controller, base_frame_id: base_footprint, base_width: 0.26, ticks_meter: 4100, Kp: 12, Kd: 12, Ki: 0, Ko: 50, accel_limit: 1.0 }
  11. }