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
13
14
15
16
mod spawn_entity;
pub use spawn_entity::SpawnEntity;
pub use spawn_entity::SpawnEntityReq;
pub use spawn_entity::SpawnEntityRes;
mod control_world;
pub use control_world::ControlWorld;
pub use control_world::ControlWorldReq;
pub use control_world::ControlWorldRes;
mod delete_entity;
pub use delete_entity::DeleteEntity;
pub use delete_entity::DeleteEntityReq;
pub use delete_entity::DeleteEntityRes;
mod set_entity_pose;
pub use set_entity_pose::SetEntityPose;
pub use set_entity_pose::SetEntityPoseReq;
pub use set_entity_pose::SetEntityPoseRes;