#include <test_safety_limiter_base.h>
|
geometry_msgs::Twist::ConstPtr | cmd_vel_ |
|
diagnostic_msgs::DiagnosticArray::ConstPtr | diag_ |
|
safety_limiter_msgs::SafetyLimiterStatus::ConstPtr | status_ |
|
|
void | cbCmdVel (const geometry_msgs::Twist::ConstPtr &msg) |
|
void | cbDiag (const diagnostic_msgs::DiagnosticArray::ConstPtr &msg) |
|
void | cbStatus (const safety_limiter_msgs::SafetyLimiterStatus::ConstPtr &msg) |
|
Definition at line 81 of file test_safety_limiter_base.h.
SafetyLimiterTest::SafetyLimiterTest |
( |
| ) |
|
|
inline |
void SafetyLimiterTest::broadcastTF |
( |
const std::string |
parent_frame_id, |
|
|
const std::string |
child_frame_id, |
|
|
const float |
lin, |
|
|
const float |
ang |
|
) |
| |
|
inline |
void SafetyLimiterTest::cbCmdVel |
( |
const geometry_msgs::Twist::ConstPtr & |
msg | ) |
|
|
inlineprotected |
void SafetyLimiterTest::cbDiag |
( |
const diagnostic_msgs::DiagnosticArray::ConstPtr & |
msg | ) |
|
|
inlineprotected |
void SafetyLimiterTest::cbStatus |
( |
const safety_limiter_msgs::SafetyLimiterStatus::ConstPtr & |
msg | ) |
|
|
inlineprotected |
bool SafetyLimiterTest::hasDiag |
( |
| ) |
const |
|
inline |
bool SafetyLimiterTest::hasStatus |
( |
| ) |
const |
|
inline |
void SafetyLimiterTest::publishEmptyPointPointcloud2 |
( |
const std::string |
frame_id, |
|
|
const ros::Time |
stamp |
|
) |
| |
|
inline |
void SafetyLimiterTest::publishSinglePointPointcloud2 |
( |
const float |
x, |
|
|
const float |
y, |
|
|
const float |
z, |
|
|
const std::string |
frame_id, |
|
|
const ros::Time |
stamp |
|
) |
| |
|
inline |
void SafetyLimiterTest::publishTwist |
( |
const float |
lin, |
|
|
const float |
ang |
|
) |
| |
|
inline |
void SafetyLimiterTest::publishWatchdogReset |
( |
| ) |
|
|
inline |
geometry_msgs::Twist::ConstPtr SafetyLimiterTest::cmd_vel_ |
diagnostic_msgs::DiagnosticArray::ConstPtr SafetyLimiterTest::diag_ |
safety_limiter_msgs::SafetyLimiterStatus::ConstPtr SafetyLimiterTest::status_ |
The documentation for this class was generated from the following file: