Go to the source code of this file.
Functions | |
float | clamp_float (float value, float min, float max) |
std::unique_ptr< Converter > | instantiate_converter (std::string converter_name, ros::NodeHandle &ros_node, UavcanNode &uavcan_node, const char *ros_topic) |
uint64_t | simulate_gnss_utc_timestamp_usec () |
float clamp_float | ( | float | value, |
float | min, | ||
float | max | ||
) |
Definition at line 23 of file converters.cpp.
std::unique_ptr<Converter> instantiate_converter | ( | std::string | converter_name, |
ros::NodeHandle & | ros_node, | ||
UavcanNode & | uavcan_node, | ||
const char * | ros_topic | ||
) |
Definition at line 223 of file converters.cpp.
uint64_t simulate_gnss_utc_timestamp_usec | ( | ) |
Definition at line 131 of file converters.cpp.