follower.launch 523 B

123456789101112131415161718192021222324
  1. <launch>
  2. <node pkg="rbx1_apps" name="follower" type="follower.py" output="screen">
  3. <remap from="point_cloud" to="/camera/depth/points" />
  4. <rosparam>
  5. min_x: -0.3
  6. max_x: 0.3
  7. min_y: 0.1
  8. max_y: 0.5
  9. max_z: 1.6
  10. goal_z: 0.8
  11. z_threshold: 0.025
  12. x_threshold: 0.025
  13. z_scale: 1.0
  14. x_scale: 3.0
  15. max_angular_speed: 5.0
  16. min_angular_speed: 0.1
  17. max_linear_speed: 0.4
  18. min_linear_speed: 0.05
  19. </rosparam>
  20. </node>
  21. </launch>