Wind.proto 199 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 syntax = "proto2"; package physics_msgs.msgs; import "vector3d.proto"; message Wind { required string frame_id = 1; required int64 time_usec = 2; required gazebo.msgs.Vector3d velocity = 3; }