Merge API branch into main #12

Merged
SemvdH merged 334 commits from api into main 2023-06-13 19:54:43 +00:00
Showing only changes of commit 34e4748737 - Show all commits

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;
}