This commit is contained in:
acki
2025-05-15 20:00:15 -04:00
parent 5fea49cdb7
commit 394a90b3f9
2 changed files with 3 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ namespace Modelec
"action/move/asc", 10,
[this](const modelec_interfaces::msg::ActionAscPos::SharedPtr msg)
{
RCLCPP_INFO(this->get_logger(), "ASC move: %d", msg->pos);
SendMove("ASC", {std::to_string(msg->pos)});
});

View File

@@ -98,6 +98,8 @@ namespace Modelec
{
case DEPLOY_BANNER_STEP:
{
RCLCPP_INFO(node_->get_logger(), "Deploy banner step");
modelec_interfaces::msg::ActionServoPos msg;
msg.id = 5; // TODO : to define
msg.pos = 1;