We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb9155 commit b197317Copy full SHA for b197317
carter_navigation/launch/include/segway.launch.py
@@ -29,13 +29,7 @@ def generate_launch_description():
29
name='segway_rmp',
30
remappings=[
31
('/cmd_vel', '/mux/cmd_vel')
32
- ],
33
- parameters=[{
34
- 'enable_statistics': True,
35
- 'topics_list': ['odom'],
36
- 'expected_fps_list': [40.0],
37
- 'jitter_tolerance_us': 50000
38
- }]
+ ]
39
)
40
41
segway_rmp_container = ComposableNodeContainer(
0 commit comments