Skip to content

Commit bb6cf9d

Browse files
Initialize dock backwards (#5114)
Signed-off-by: Steve Macenski <[email protected]>
1 parent 4b9b711 commit bb6cf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_docking/opennav_docking/src/docking_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ DockingServer::on_configure(const rclcpp_lifecycle::State & state)
6060
get_parameter("dock_prestaging_tolerance", dock_prestaging_tolerance_);
6161
RCLCPP_INFO(get_logger(), "Controller frequency set to %.4fHz", controller_frequency_);
6262

63-
bool dock_backwards;
63+
bool dock_backwards = false;
6464
try {
6565
if (get_parameter("dock_backwards", dock_backwards)) {
6666
dock_backwards_ = dock_backwards;

0 commit comments

Comments
 (0)