mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-19 00:57:37 +01:00
log
This commit is contained in:
@@ -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)});
|
||||
});
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user