Skip to content

Commit

Permalink
refactor(vehicle_cmd_gate): change namespace in launch file (autoware…
Browse files Browse the repository at this point in the history
…foundation#927)

Signed-off-by: Berkay <berkay@leodrive.ai>

Co-authored-by: Berkay <berkay@leodrive.ai>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
  • Loading branch information
2 people authored and ktro2828 committed Jun 7, 2022
1 parent 5b81d15 commit 986817d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/tier4_control_launch/launch/control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,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 986817d

Please sign in to comment.