#include <converters.hpp>
Public Member Functions | |
ArmUavcanToRos (ros::NodeHandle &ros_node, UavcanNode &uavcan_node, const char *ros_topic) | |
Private Member Functions | |
void | uavcan_callback (const uavcan::ReceivedDataStructure< IN_UAVCAN_MSG > &uavcan_msg) override |
Additional Inherited Members | |
![]() | |
typedef uavcan::equipment::safety::ArmingStatus | IN_UAVCAN_MSG |
typedef std_msgs::Bool | OUT_ROS_MSG |
![]() | |
UavcanToRosConverter (ros::NodeHandle &ros_node, UavcanNode &uavcan_node, const char *ros_topic) | |
![]() | |
OUT_ROS_MSG | ros_msg_ |
ros::Publisher | ros_pub_ |
uavcan::Subscriber< IN_UAVCAN_MSG > | uavcan_sub_ |
Definition at line 141 of file converters.hpp.
|
inline |
Definition at line 147 of file converters.hpp.
|
overrideprivatevirtual |
Implements UavcanToRosConverter< uavcan::equipment::safety::ArmingStatus, std_msgs::Bool >.
Definition at line 83 of file converters.cpp.