ros2-interfaces-iron 0.0.2

Structs for Messages and Services listed by ROS Index for ROS2 Iron. Built around the `ros2-client` crate.
Documentation
mod accelerometer;
pub use accelerometer::Accelerometer;
mod joint_stiffnesses;
pub use joint_stiffnesses::JointStiffnesses;
mod joint_statuses;
pub use joint_statuses::JointStatuses;
mod gyroscope;
pub use gyroscope::Gyroscope;
mod battery;
pub use battery::Battery;
mod angle;
pub use angle::Angle;
mod touch;
pub use touch::Touch;
mod joint_indexes;
pub use joint_indexes::JointIndexes;
mod robot_config;
pub use robot_config::RobotConfig;
mod joint_currents;
pub use joint_currents::JointCurrents;
mod joint_temperatures;
pub use joint_temperatures::JointTemperatures;
mod buttons;
pub use buttons::Buttons;
mod sonar;
pub use sonar::Sonar;
mod joint_positions;
pub use joint_positions::JointPositions;
mod fsr;
pub use fsr::FSR;