mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update
This commit is contained in:
parent
10bf420dc5
commit
f4a9b98574
@ -10,7 +10,8 @@ def generate_launch_description():
|
||||
package='segwayrmp',
|
||||
executable='SmartCar',
|
||||
name='SmartCar',
|
||||
remappings=[('/cmd_vel','/cmd_vel_out')]
|
||||
remappings=[('/cmd_vel','/cmd_vel_out')],
|
||||
namespace = "/rmp"
|
||||
)
|
||||
|
||||
|
||||
|
@ -34,6 +34,7 @@ def generate_launch_description():
|
||||
executable="twist_mux",
|
||||
parameters=[twist_mux_params, {'use_sim_time': False}],
|
||||
#remappings=[('/cmd_vel_out','/diffbot_base_controller/cmd_vel_unstamped')]
|
||||
namespace = "/rmp"
|
||||
)
|
||||
|
||||
return LaunchDescription([
|
||||
|
@ -65,6 +65,7 @@ def generate_launch_description():
|
||||
'serial_baudrate': serial_baudrate,
|
||||
'inverted': inverted,
|
||||
'angle_compensate': angle_compensate
|
||||
}]
|
||||
}],
|
||||
namespace = "/rmp"
|
||||
)
|
||||
])
|
||||
|
@ -46,6 +46,7 @@ def generate_launch_description():
|
||||
"mapper_params_online_async.yaml"
|
||||
]
|
||||
)
|
||||
namespace = "/rmp"
|
||||
mapper_node = Node(
|
||||
package="slam_toolbox",
|
||||
executable="async_slam_toolbox_node",
|
||||
@ -55,6 +56,7 @@ def generate_launch_description():
|
||||
slam_params_file,
|
||||
{'use_sim_time': use_sim_time}
|
||||
],
|
||||
namespace = namespace
|
||||
)
|
||||
|
||||
return LaunchDescription([
|
||||
|
@ -73,7 +73,7 @@ def generate_launch_description():
|
||||
|
||||
declare_namespace_cmd = DeclareLaunchArgument(
|
||||
'namespace',
|
||||
default_value='',
|
||||
default_value='/rmp',
|
||||
description='Top-level namespace')
|
||||
|
||||
declare_use_sim_time_cmd = DeclareLaunchArgument(
|
||||
|
Loading…
Reference in New Issue
Block a user