MotorSpeed.proto 117 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 syntax = "proto2"; package mav_msgs.msgs; message MotorSpeed { repeated float motor_speed = 1 [packed=true]; }