Update robot_joy_teleop.launch.py

This commit is contained in:
bjoernellens1 2023-11-16 13:54:19 +01:00 committed by GitHub
parent 8eb6a862f2
commit 73b0fdd034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,7 @@ def generate_launch_description():
remappings=[('/cmd_vel_out','/diffbot_base_controller/cmd_vel_unstamped')] remappings=[('/cmd_vel_out','/diffbot_base_controller/cmd_vel_unstamped')]
) )
use_sim_time = false
joy_params = os.path.join(get_package_share_directory('bot_mini_bringup'),'config','joystick.yaml') joy_params = os.path.join(get_package_share_directory('bot_mini_bringup'),'config','joystick.yaml')
joy_node = Node( joy_node = Node(
package='joy', package='joy',