Advertisement
softwarety6

Untitled

Dec 4th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # Example configuration:
  2. # - velocity limits are around a 10% above the physical limits
  3. # - acceleration limits are just low enough to avoid jerking
  4.  
  5. # Mandatory parameters
  6. speed_lim_v: 1.4
  7. speed_lim_w: 3.5
  8.  
  9. accel_lim_v: 1.0
  10. accel_lim_w: 3.14
  11.  
  12. # Optional parameters
  13. frequency: 100.0
  14. decel_factor: 1.0
  15.  
  16. # Robot velocity feedback type:
  17. # 0 - none
  18. # 1 - odometry
  19. # 2 - end robot commands
  20. robot_feedback: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement