Skip to content

Commit

Permalink
fix(vehicle_cmd_gate): fix double-published topic (#1537)
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 committed Aug 17, 2022
1 parent 98c46eb commit b0d3b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion control/vehicle_cmd_gate/src/vehicle_cmd_gate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ void VehicleCmdGate::onTimer()
}

// Publish topics
gate_mode_pub_->publish(current_gate_mode_);
turn_indicator_cmd_pub_->publish(turn_indicator);
hazard_light_cmd_pub_->publish(hazard_light);
gear_cmd_pub_->publish(gear);
Expand Down

0 comments on commit b0d3b9d

Please sign in to comment.