26#include "cyber/proto/simple.pb.h"
27#include "modules/common_msgs/sensor_msgs/gnss_best_pose.pb.h"
28#include "modules/common_msgs/sensor_msgs/ins.pb.h"
32#if __has_include("sensor_msgs/msg/nav_sat_fix.hpp")
33#include "sensor_msgs/msg/nav_sat_fix.hpp"
38using RosNavMsg = sensor_msgs::msg::NavSatFix;
56 InputTypes<RosNavMsgPtr>,
57 OutputTypes<BestPoseMsgPtr, InsStatMsgPtr>> {
virtual bool ConvertMsg(InputTypes< RosNavMsgPtr > &, OutputTypes< BestPoseMsgPtr, InsStatMsgPtr > &)
convert the message between ros and apollo
#define CYBER_PLUGIN_MANAGER_REGISTER_PLUGIN(name, base)
std::shared_ptr< RosNavMsg > RosNavMsgPtr
std::shared_ptr< BestPoseMsg > BestPoseMsgPtr
std::shared_ptr< InsStatMsg > InsStatMsgPtr