roslibrust_serde_rosmsg 0.3.0

A rosmsg serialization file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Perform tests on real world data
//!
//! The data was accumulated listening to communication between
//! `rostopic pub` and `rostopic echo` for various standard messages.

mod nav_sat_fix;
mod pose;
mod pose_array;
mod pose_with_covariance;
mod sensor_msgs_image;
mod string;