NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
util.h File Reference
#include <ros/time.h>
#include <rapidDds/Header.h>
#include <rapidDds/HeaderSupport.h>
#include <rapidUtil/RapidHelper.h>
#include <std_msgs/Header.h>
#include <stdint.h>
#include <string>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 util
 

Functions

::ros::Time util::RapidTime2RosTime (const int64_t dds_time)
 
int64_t util::RosTime2RapidTime (::ros::Time const &ros_time)
 
void util::RosHeader2Rapid (::std_msgs::Header const &ros_hdr, ::rapid::Header *rapid_hdr, int status=0, int serial=-1)
 
void util::RapidHeader2Ros (::rapid::Header const &rapid_hdr, ::std_msgs::Header *ros_hdr, std::string const &frame_id="world")