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
11
12
mod recognized_object_array;
pub use recognized_object_array::RecognizedObjectArray;
mod object_type;
pub use object_type::ObjectType;
mod object_information;
pub use object_information::ObjectInformation;
mod recognized_object;
pub use recognized_object::RecognizedObject;
mod table;
pub use table::Table;
mod table_array;
pub use table_array::TableArray;