geopoint.cpp 141 Bytes
Newer Older
1 2 3
#include "geopoint.h"

std::string ros_bridge::messages::geographic_msgs::geo_point::messageType(){
Valentin Platzgummer's avatar
Valentin Platzgummer committed
4
    return "geographic_msgs/GeoPoint";
5
}