ros2-interfaces-rolling 0.0.1

Structs for Messages and Services listed by ROS Index for ROS2 Rolling. Built around the `ros2-client` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
mod calibration_data;
pub use calibration_data::CalibrationData;
mod observation;
pub use observation::Observation;
mod camera_parameter;
pub use camera_parameter::CameraParameter;
mod capture_config;
pub use capture_config::CaptureConfig;
mod extended_camera_info;
pub use extended_camera_info::ExtendedCameraInfo;