|
nros C++ API
Lightweight ROS 2 client for embedded real-time systems (C++ headers)
|
#include <action_client.hpp>
Static Public Member Functions | |
| static int | ffi_deserialize (const uint8_t *data, size_t len, GoalAccept *out) |
Public Attributes | |
| bool | accepted |
| uint8_t | goal_id [16] |
Static Public Attributes | |
| static const size_t | SERIALIZED_SIZE_MAX = 32 |
Goal acceptance response for the Future pattern.
Returned by send_goal_future(). Contains the goal UUID and whether the server accepted the goal.
|
inlinestatic |
| bool nros::ActionClient< A >::GoalAccept::accepted |
| uint8_t nros::ActionClient< A >::GoalAccept::goal_id[16] |
|
static |