ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi,
You might take a look at the sensor_msgs::Imu
here.
It comes with angular_velocity
and linear_acceleration
fields.
It doesn't have linear velocities though.
If you are using an IMU, that's what you are looking for. Otherwise, to my best knowledge, you'll have to make your own msg (see here how to do so).
Enrique