Update robot_joy_teleop.launch.py

This commit is contained in:
bjoernellens1 2023-11-16 13:52:45 +01:00 committed by GitHub
parent f0225e21af
commit 8eb6a862f2
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')]
)
joy_params = os.path.join(get_package_share_directory('bot_mini_bringup'),'config','joystick.yaml')
joy_node = Node(
package='joy',
executable='joy_node',