Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
refactor(vehicle_cmd_gate): add namespace (#316)
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <[email protected]>
  • Loading branch information
TakaHoribe authored May 20, 2022
1 parent 7fbe789 commit 3a79447
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 @@ -159,7 +159,7 @@ def launch_setup(context, *args, **kwargs):
# vehicle cmd gate
vehicle_cmd_gate_component = ComposableNode(
package="vehicle_cmd_gate",
plugin="VehicleCmdGate",
plugin="vehicle_cmd_gate::VehicleCmdGate",
name="vehicle_cmd_gate",
remappings=[
("input/emergency_state", "/system/emergency/emergency_state"),
Expand Down

0 comments on commit 3a79447

Please sign in to comment.