X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=blobdiff_plain;f=cfg%2Fcmd_vel_mux.yaml;fp=cfg%2Fcmd_vel_mux.yaml;h=6ed42cb07c5ccc6283bed847975a47cbb2f1eede;hp=0000000000000000000000000000000000000000;hb=53c52f19f4cd243c9f5a66780ca365d54820761f;hpb=3708a6b10b4b3b98e1c3422f545dba82948fec5a diff --git a/cfg/cmd_vel_mux.yaml b/cfg/cmd_vel_mux.yaml new file mode 100644 index 0000000..6ed42cb --- /dev/null +++ b/cfg/cmd_vel_mux.yaml @@ -0,0 +1,16 @@ +subscribers: + - name: "Default input" + topic: "/cmd_vel" + timeout: 0.1 + priority: 0 + short_desc: "The default cmd_vel, controllers unaware that we are multiplexing cmd_vel should come here" + - name: "Navigation stack" + topic: "/move_base/cmd_vel" + timeout: 0.5 + priority: 1 + short_desc: "Navigation stack controller" + - name: "Wii Teleop" + topic: "/turtlebot_teleop_joystick/cmd_vel" + timeout: 0.1 + priority: 10 +publisher: "/cmd_vel_out"