Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <launch>
  2.  
  3. <node pkg="nodelet" type="nodelet" name="teleop_velocity_smoother" args="load yocs_velocity_smoother/VelocitySmootherNodelet mobile_base_nodelet_manager">
  4. <rosparam file="$(find turtlebot_bringup)/param/defaults/smoother.yaml" command="load"/>
  5. <remap from="teleop_velocity_smoother/smooth_cmd_vel" to="cmd_vel_mux/input/teleop"/>
  6.  
  7. <!-- Robot velocity feedbacks; use the one configured as base default -->
  8. <remap from="teleop_velocity_smoother/odometry" to="odom"/>
  9. <remap from="teleop_velocity_smoother/robot_cmd_vel" to="mobile_base/commands/veclocity"/>
  10. </node>
  11.  
  12. <node pkg="wander-bot" type="demo2_ver_1.py" name="wander_sm">
  13.  
  14. <!-- <remap from="cmd_vel" to="cmd_vel_mux/input/teleop" /> -->
  15. <remap from="cmd_vel" to="teleop_velocity_smoother/raw_cmd_vel"/>
  16. </node>
  17.  
  18. </launch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement