add u16 [prefix

This commit is contained in:
Sem van der Hoeven
2023-05-29 12:07:21 +02:00
parent bb8182baa0
commit 34e4748737

View File

@@ -259,7 +259,7 @@ public:
if (!this->received_lidar_message)
{
RCLCPP_WARN(this->get_logger(), "Lidar not sending messages, enabling failsafe");
enable_failsafe("No healthy connection to LIDAR!");
enable_failsafe(u"No healthy connection to LIDAR!");
}
this->received_lidar_message = false;
}