|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Supplies the current observation for one policy inference. More...
#include <execute_policy.hpp>
Public Member Functions | |
| virtual | ~ObservationSourceInterface ()=default |
| virtual tl::expected< PolicyObservation, std::string > | getObservation ()=0 |
| Read the current observation. | |
Supplies the current observation for one policy inference.
Returns the latest sensed joint positions ordered like the commanded joints plus the latest frame from each configured camera. Hidden behind an interface so the production topic subscriber and a test double share one seam, mirroring ActionChunkProducerInterface.
|
virtualdefault |
|
pure virtual |
Read the current observation.