mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
log
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Modelec
|
||||
double best_x = 0.0;
|
||||
double best_y = 0.0;
|
||||
|
||||
// RCLCPP_INFO(this->get_logger(), "Processing Lidar min %f | %f | %f", msg->range_min, msg->range_max, msg->ranges[1]);
|
||||
RCLCPP_INFO(this->get_logger(), "Processing Lidar min %f | %f | %f", msg->range_min, msg->range_max, msg->ranges[1]);
|
||||
// RCLCPP_INFO(this->get_logger(), "Robot pos %f | %f | %f", robot_x, robot_y, robot_theta);
|
||||
|
||||
for (size_t i = 0; i < msg->ranges.size(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user