#include <CarlaIMUPublisher.h>
Public 成员函数 | |
CarlaIMUPublisher (CarlaIMUPublisher &&) | |
CarlaIMUPublisher (const CarlaIMUPublisher &) | |
CarlaIMUPublisher (const char *ros_name="", const char *parent="") | |
bool | Init () |
CarlaIMUPublisher & | operator= (CarlaIMUPublisher &&) |
CarlaIMUPublisher & | operator= (const CarlaIMUPublisher &) |
bool | Publish () |
void | SetData (int32_t seconds, uint32_t nanoseconds, float *accelerometer, float *gyroscope, float compass) |
const char * | type () const override |
~CarlaIMUPublisher () | |
Public 成员函数 继承自 carla::ros2::CarlaPublisher | |
CarlaPublisher ()=default | |
const std::string & | frame_id () const |
void | frame_id (std::string &&frame_id) |
const std::string & | name () const |
void | name (std::string &&name) |
const std::string & | parent () const |
void | parent (std::string &&parent) |
virtual | ~CarlaPublisher ()=default |
Private 属性 | |
std::shared_ptr< CarlaIMUPublisherImpl > | _impl |
额外继承的成员函数 | |
Protected 属性 继承自 carla::ros2::CarlaPublisher | |
std::string | _frame_id = "" |
std::string | _name = "" |
std::string | _parent = "" |
在文件 CarlaIMUPublisher.h 第 17 行定义.
carla::ros2::CarlaIMUPublisher::CarlaIMUPublisher | ( | const char * | ros_name = "", |
const char * | parent = "" ) |
在文件 CarlaIMUPublisher.cpp 第 199 行定义.
引用了 carla::ros2::CarlaPublisher::_name, carla::ros2::CarlaPublisher::_parent , 以及 carla::ros2::CarlaPublisher::parent().
carla::ros2::CarlaIMUPublisher::~CarlaIMUPublisher | ( | ) |
在文件 CarlaIMUPublisher.cpp 第 205 行定义.
引用了 _impl.
carla::ros2::CarlaIMUPublisher::CarlaIMUPublisher | ( | const CarlaIMUPublisher & | other | ) |
carla::ros2::CarlaIMUPublisher::CarlaIMUPublisher | ( | CarlaIMUPublisher && | other | ) |
bool carla::ros2::CarlaIMUPublisher::Init | ( | ) |
CarlaIMUPublisher & carla::ros2::CarlaIMUPublisher::operator= | ( | CarlaIMUPublisher && | other | ) |
CarlaIMUPublisher & carla::ros2::CarlaIMUPublisher::operator= | ( | const CarlaIMUPublisher & | other | ) |
bool carla::ros2::CarlaIMUPublisher::Publish | ( | ) |
在文件 CarlaIMUPublisher.cpp 第 89 行定义.
引用了 _impl.
void carla::ros2::CarlaIMUPublisher::SetData | ( | int32_t | seconds, |
uint32_t | nanoseconds, | ||
float * | accelerometer, | ||
float * | gyroscope, | ||
float | compass ) |
在文件 CarlaIMUPublisher.cpp 第 151 行定义.
引用了 carla::ros2::CarlaPublisher::_frame_id, _impl, std_msgs::msg::Header::frame_id(), builtin_interfaces::msg::Time::nanosec(), builtin_interfaces::msg::Time::sec(), std_msgs::msg::Header::stamp(), geometry_msgs::msg::Quaternion::w(), geometry_msgs::msg::Quaternion::x(), geometry_msgs::msg::Vector3::x(), geometry_msgs::msg::Quaternion::y(), geometry_msgs::msg::Vector3::y(), geometry_msgs::msg::Quaternion::z() , 以及 geometry_msgs::msg::Vector3::z().
|
inlineoverridevirtual |
实现了 carla::ros2::CarlaPublisher.
在文件 CarlaIMUPublisher.h 第 29 行定义.
|
private |
在文件 CarlaIMUPublisher.h 第 32 行定义.
被这些函数引用 CarlaIMUPublisher(), CarlaIMUPublisher(), Init(), operator=(), operator=(), Publish(), SetData() , 以及 ~CarlaIMUPublisher().