Expand description
Macros§
- export_
plugin - Exports the plugin that will instantiated with the specified expression.
Structs§
- Gamepad
Proxy - FFI-safe equivalent of
Box<dyn arci::Gamepad>
. - Joint
Trajectory Client Proxy - FFI-safe equivalent of
Box<dyn arci::JointTrajectoryClient>
. - Laser
Scan2D Proxy - FFI-safe equivalent of
Box<dyn arci::LaserScan2D>
. - Localization
Proxy - FFI-safe equivalent of
Box<dyn arci::Localization>
. - Motor
Drive Effort Proxy - FFI-safe equivalent of
Box<dyn arci::MotorDriveEffort>
. - Motor
Drive Position Proxy - FFI-safe equivalent of
Box<dyn arci::MotorDrivePosition>
. - Motor
Drive Velocity Proxy - FFI-safe equivalent of
Box<dyn arci::MotorDriveVelocity>
. - Move
Base Proxy - FFI-safe equivalent of
Box<dyn arci::MoveBase>
. - Navigation
Proxy - FFI-safe equivalent of
Box<dyn arci::Navigation>
. - Plugin
Proxy - FFI-safe equivalent of
Box<dyn Plugin>
. - Speaker
Proxy - FFI-safe equivalent of
Box<dyn arci::Speaker>
. - Transform
Resolver Proxy - FFI-safe equivalent of
Box<dyn arci::TransformResolver>
.
Traits§
- Plugin
- The plugin trait.