time.cpp 114 Bytes
Newer Older
1 2 3 4 5
#include "time.h"

std::string ros_bridge::messages::std_msgs::time::messageType(){
    return "std_msgs/Time";
}