mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
test lidar
This commit is contained in:
@@ -89,11 +89,11 @@ namespace Modelec
|
||||
|
||||
void EnemyManager::OnLidarData(const sensor_msgs::msg::LaserScan::SharedPtr msg)
|
||||
{
|
||||
if (!game_stated_)
|
||||
/*if (!game_stated_)
|
||||
{
|
||||
RCLCPP_INFO(this->get_logger(), "Game not started, ignoring Lidar data");
|
||||
return;
|
||||
}
|
||||
}*/
|
||||
|
||||
is_enemy_close_ = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user