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