PX4 ROS 2 Interface Library
Library to interface with PX4 from a companion computer using ROS 2
|
Trait to check if a message type T
has a MESSAGE_VERSION
constant.
More...
#include <px4_ros2/utils/message_version.hpp>
Trait to check if a message type T
has a MESSAGE_VERSION
constant.
If T
has MESSAGE_VERSION
, HasMessageVersion<T>::value
is true
; otherwise it is false
.
T | The message type to check. |