Apollo 10.0
自动驾驶开放平台
|
#include <cmath>
#include <fstream>
#include <string>
命名空间 | |
namespace | apollo |
class register implement | |
namespace | apollo::drivers |
apollo::drivers | |
namespace | apollo::drivers::velodyne |
函数 | |
template<typename T > | |
void | apollo::drivers::velodyne::dump_msg (const T &msg, const std::string &file_path) |
template<class T > | |
void | apollo::drivers::velodyne::load_msg (const std::string &file_path, T *msg) |
void | apollo::drivers::velodyne::init_sin_cos_rot_table (float *sin_rot_table, float *cos_rot_table, uint16_t rotation, float rotation_resolution) |