robotrt-action-core 0.1.0-beta.2

RobotRT modular robotics runtime and middleware components.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod client_server;
pub mod message;

pub use client_server::{
    ActionChannel, ActionClient, ActionServer, BasicActionClient, BasicActionServer,
};
pub use message::{
    ActionFeedback, ActionLiveness, ActionResult, ActionSchema, ActionSessionHealth, GoalAck,
    GoalStatus,
};