|
| 1 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 2 | +Changelog for package mav_msgs |
| 3 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4 | +3.3.3 (2019-08-16) |
| 5 | +------------------ |
| 6 | +* Add `degrees_of_freedom` to EigenTrajectoryPoint for 6DOF compatibility. |
| 7 | +* Add functions to common.h: |
| 8 | +* skewMatrixFromVector, vectorFromSkewMatrix, isRotationMatrix, |
| 9 | +* matrixFromRotationVector, vectorFromRotationMatrix, omegaFromRotationVector |
| 10 | +* omegaDotFromRotationVector |
| 11 | + |
| 12 | +3.3.2 (2018-08-22) |
| 13 | +------------------ |
| 14 | +* Fix indigo eigen3 compatibility. |
| 15 | + |
| 16 | +3.3.1 (2018-08-21) |
| 17 | +------------------ |
| 18 | +* Fix Eigen3 warning. Migration from Jade. |
| 19 | +* Change maintainer. |
| 20 | + |
| 21 | +3.3.0 (2018-08-17) |
| 22 | +------------------ |
| 23 | +* Add time conversion utilities. |
| 24 | +* Add motor position and force default topics. |
| 25 | +* Add conversion from pose message to Eigen trajectory point. |
| 26 | +* Add angular accelerations as member of EigenMavState to calculate motor speeds. |
| 27 | +* Contributors: Helen Oleynikova, Karen Bodie, Rik Bähnemann |
| 28 | + |
| 29 | +3.2.0 (2017-03-02) |
| 30 | +------------------ |
| 31 | +* Access covariance in eigen odometry |
| 32 | +* External force default topic |
| 33 | +* External wind speed default topic |
| 34 | + |
| 35 | +3.1.0 (2016-12-01) |
| 36 | +------------------ |
| 37 | +* Add getEulerAngles method to EigenOdometry message. |
| 38 | +* Improved quaternionFromMsg unit quaternion checking. |
| 39 | +* Add EigenMavState to eigen_mav_msgs. |
| 40 | +* Add EigenMavStateFromEigenTrajectoryPoint conversion. |
| 41 | +* Add `timestamp_ns` to EigenTrajectoryPoint. |
| 42 | +* Add default values in a seperate header. |
| 43 | +* Add in_air bool to Status.msg. |
| 44 | +* Add many helper function to calculate earth gravitational field based on hight and latitude, get euler angles from quaternion and shortest distance between two yaw angles. |
| 45 | +* Contributors: Mina Kamel, Helen Oleynikova, Michael Burri |
| 46 | + |
| 47 | +3.0.0 (2015-08-09) |
| 48 | +------------------ |
| 49 | +* Dropped "Command" from the names of all messages. |
| 50 | +* Converted CommandPositionYawTrajectory message to MultiDOFJointTrajectory (with an additional option to use a geometry_msgs/PoseStamped instead) as the two ways to send trajectory/waypoint commands. |
| 51 | +* Added conversions between the Eigen and ROS message types. |
| 52 | +* Switched to using full orientation instead of just yaw where appropriate. |
| 53 | +* Documented reference frame in the Eigen messages where possible. |
| 54 | +* Contributors: Helen Oleynikova, Markus Achtelik |
| 55 | + |
| 56 | +2.0.3 (2015-05-22) |
| 57 | +------------------ |
| 58 | +* added install target for include |
| 59 | + Headers can be included outside of this package. |
| 60 | +* Contributors: Fadri Furrer |
0 commit comments