Skip to content

Commit

Permalink
Fix latest external command name (autowarefoundation#361)
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi authored Aug 26, 2021
1 parent 78bbf70 commit 0549b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control_launch/launch/control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def launch_setup(context, *args, **kwargs):
('in/current_gate_mode', '/control/current_gate_mode'),
('in/twist', '/localization/twist'),
('out/control_cmd', '/external/selected/control_cmd'),
('out/latest_remote_control_cmd', '/external/selected/latest_external_control_cmd'),
('out/latest_external_control_cmd', '/external/selected/latest_external_control_cmd'),
],
parameters=[
{
Expand Down

0 comments on commit 0549b36

Please sign in to comment.