Skip to content

Commit b197317

Browse files
Update segway.launch.py
1 parent dbb9155 commit b197317

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

carter_navigation/launch/include/segway.launch.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@ def generate_launch_description():
2929
name='segway_rmp',
3030
remappings=[
3131
('/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-
}]
32+
]
3933
)
4034

4135
segway_rmp_container = ComposableNodeContainer(

0 commit comments

Comments
 (0)