diff --git a/config/joystick.yaml b/config/joystick.yaml index f4536a6..7e7c500 100644 --- a/config/joystick.yaml +++ b/config/joystick.yaml @@ -2,7 +2,7 @@ joy_node: ros__parameters: device_id: 0 deadzone: 0.05 - autorepeat_rate: 50.0 + #autorepeat_rate: 50.0 coalesce_interval: 0.001 # merging messeges in this interval teleop_node: diff --git a/description/robot_core.xacro b/description/robot_core.xacro index 14702fd..a97224e 100644 --- a/description/robot_core.xacro +++ b/description/robot_core.xacro @@ -229,7 +229,7 @@ - + diff --git a/launch/robot_joystick.launch.py b/launch/robot_joystick.launch.py index 7c16b76..0bb2776 100644 --- a/launch/robot_joystick.launch.py +++ b/launch/robot_joystick.launch.py @@ -65,7 +65,7 @@ def generate_launch_description(): package="twist_mux", executable="twist_mux", parameters=[twist_mux_params, {'use_sim_time': False}], - #remappings=[('/cmd_vel_out','/diffbot_base_controller/cmd_vel_unstamped')] + remappings=[('/cmd_vel_out','/cmd_vel_mux')] ) rmp_teleop_node = Node( diff --git a/test.urdf b/test.urdf index 71e46e0..d5f4982 100644 --- a/test.urdf +++ b/test.urdf @@ -185,7 +185,7 @@ - +