Namespaces | |
speed | |
Classes | |
struct | MsgUlcCfg |
struct | MsgUlcCmd |
struct | MsgUlcReport |
class | UlcNode |
class | UlcNodelet |
Enumerations | |
enum | { ID_ULC_CMD = 0x076, ID_ULC_CONFIG = 0x077, ID_ULC_REPORT = 0x078 } |
Functions | |
static void | dispatchAssertSizes () |
template<typename T > | |
static void | getParamWithSaturation (ros::NodeHandle &nh, const std::string &key, T &value, T min, T max) |
template<class T > | |
static T | overflowSaturation (double input, T limit_min, T limit_max, double scale_factor, const std::string &input_name, const std::string &units) |
static bool | validInputs (const dataspeed_ulc_msgs::UlcCmd &cmd) |
anonymous enum |
Enumerator | |
---|---|
ID_ULC_CMD | |
ID_ULC_CONFIG | |
ID_ULC_REPORT |
Definition at line 97 of file dispatch.h.
|
static |
Definition at line 90 of file dispatch.h.
|
static |
Definition at line 42 of file UlcNode.cpp.
|
static |
Definition at line 56 of file UlcNode.cpp.
|
inlinestatic |
Definition at line 69 of file UlcNode.cpp.