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 <[email protected]>

Co-authored-by: Berkay <[email protected]>
Signed-off-by: Shumpei Wakabayashi <[email protected]>
  • Loading branch information
2 people authored and shmpwk committed May 24, 2022
1 parent 6f4c53a commit 44c3088
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 44c3088

Please sign in to comment.