mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
start lidar
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Modelec
|
||||
"/enemy/long_time", 10);
|
||||
|
||||
start_sub_ = this->create_subscription<std_msgs::msg::Bool>(
|
||||
"/lidar/start", 10,
|
||||
"lidar/start", 10,
|
||||
[this](const std_msgs::msg::Bool::SharedPtr msg)
|
||||
{
|
||||
game_stated_ = msg->data;
|
||||
|
||||
Reference in New Issue
Block a user