We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d99cae commit 1ffee46Copy full SHA for 1ffee46
vehicle/autoware_raw_vehicle_cmd_converter/src/node.cpp
@@ -87,7 +87,7 @@ RawVehicleCommandConverterNode::RawVehicleCommandConverterNode(
87
88
// NOTE: The steering status can be published from the vehicle side or converted in this node.
89
convert_actuation_to_steering_status_ =
90
- declare_parameter<bool>("convert_actuation_to_steering_status");
+ declare_parameter<bool>("convert_actuation_to_steering_status", false);
91
if (convert_actuation_to_steering_status_) {
92
pub_steering_status_ = create_publisher<Steering>("~/output/steering_status", 1);
93
} else {
0 commit comments