param.yaml 550 B

1234567891011121314151617
  1. #####################################################
  2. # Copyright: 2016-2020 www.corvin.cn ROS小课堂
  3. # Description:使用小车上三个红外测距传感器进行避障
  4. # 走迷宫,这里是一些可以配置的参数.
  5. # Author: corvin
  6. # History:
  7. # 20200404:init this file.
  8. ######################################################
  9. infrared_topic: /mobilebase_arduino/sensor/GP2Y0A41
  10. cmd_topic: /cmd_vel
  11. linear_x: 0.17
  12. linear_y: 0.15
  13. angular_speed: 0.4
  14. warn_dist: 0.12
  15. tolerance_dist: 0.05
  16. odom_frame: /odom_combined
  17. base_frame: /base_footprint