Skip to content

Commit cfcba02

Browse files
committed
Fix Twist topic
Signed-off-by: Francisco Martín Rico <[email protected]>
1 parent a643343 commit cfcba02

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

br2_bt_patrolling/launch/patrolling.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def generate_launch_description():
3737
}],
3838
remappings=[
3939
('input_scan', '/scan_raw'),
40-
('output_vel', '/nav_vel')
40+
('output_vel', '/cmd_vel')
4141
],
4242
output='screen'
4343
)

br2_fsm_bumpgo_cpp/launch/bump_and_go.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def generate_launch_description():
2626
}],
2727
remappings=[
2828
('input_scan', '/scan_raw'),
29-
('output_vel', '/nav_vel')
29+
('output_vel', '/cmd_vel')
3030
])
3131

3232
ld = LaunchDescription()

br2_fsm_bumpgo_py/launch/bump_and_go.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def generate_launch_description():
2626
}],
2727
remappings=[
2828
('input_scan', '/scan_raw'),
29-
('output_vel', '/nav_vel')
29+
('output_vel', '/cmd_vel')
3030
])
3131

3232
ld = LaunchDescription()

br2_vff_avoidance/launch/avoidance_vff.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def generate_launch_description():
2626
}],
2727
remappings=[
2828
('input_scan', '/scan_raw'),
29-
('output_vel', '/nav_vel')
29+
('output_vel', '/cmd_vel')
3030
],
3131
output='screen'
3232
)

0 commit comments

Comments
 (0)