Expand description
Error types (mirror libfranka’s exception hierarchy).
Structs§
- Control
Exception - A motion ended abnormally (mirrors
franka::ControlException). - Record
- One entry of the control log attached to a
ControlException(mirrorsfranka::Record). - Robot
Command Log - The robot command that was sent in one cycle, as recorded in the control log.
Enums§
- Franka
Error - Every error the crate can return (mirrors libfranka’s exception types).
- Move
Status - Terminal status of a
Movecommand (research_interface::robot::Move::Status).
Type Aliases§
- Franka
Result - Result alias used throughout the crate.