Namespaces | Macros | Variables
DbwNode.cpp File Reference
#include "DbwNode.h"
#include <dbw_fca_can/dispatch.h>
#include <dbw_fca_can/pedal_lut.h>
Include dependency graph for DbwNode.cpp:

Go to the source code of this file.

Namespaces

 dbw_fca_can
 

Macros

#define ROS_DEBUG_ONCE_ID(id, ...)   ROS_LOG_ONCE_ID(id, ::ros::console::levels::Debug, ROSCONSOLE_DEFAULT_NAME, __VA_ARGS__)
 
#define ROS_ERROR_ONCE_ID(id, ...)   ROS_LOG_ONCE_ID(id, ::ros::console::levels::Error, ROSCONSOLE_DEFAULT_NAME, __VA_ARGS__)
 
#define ROS_FATAL_ONCE_ID(id, ...)   ROS_LOG_ONCE_ID(id, ::ros::console::levels::Fatal, ROSCONSOLE_DEFAULT_NAME, __VA_ARGS__)
 
#define ROS_INFO_ONCE_ID(id, ...)   ROS_LOG_ONCE_ID(id, ::ros::console::levels::Info, ROSCONSOLE_DEFAULT_NAME, __VA_ARGS__)
 
#define ROS_LOG_ONCE_ID(id, level, name, ...)
 
#define ROS_WARN_ONCE_ID(id, ...)   ROS_LOG_ONCE_ID(id, ::ros::console::levels::Warn, ROSCONSOLE_DEFAULT_NAME, __VA_ARGS__)
 

Variables

PlatformMap dbw_fca_can::FIRMWARE_HIGH_RATE_LIMIT ({{PlatformVersion(P_FCA_RU, M_STEER, ModuleVersion(1, 1, 0))},{PlatformVersion(P_FCA_WK2, M_STEER, ModuleVersion(0, 2, 0))},})
 
PlatformMap dbw_fca_can::FIRMWARE_LATEST ({{PlatformVersion(P_FCA_RU, M_BPEC, ModuleVersion(1, 4, 2))},{PlatformVersion(P_FCA_RU, M_TPEC, ModuleVersion(1, 4, 2))},{PlatformVersion(P_FCA_RU, M_STEER, ModuleVersion(1, 4, 2))},{PlatformVersion(P_FCA_RU, M_SHIFT, ModuleVersion(1, 4, 2))},{PlatformVersion(P_FCA_WK2, M_TPEC, ModuleVersion(1, 2, 2))},{PlatformVersion(P_FCA_WK2, M_STEER, ModuleVersion(1, 2, 2))},{PlatformVersion(P_FCA_WK2, M_SHIFT, ModuleVersion(1, 2, 2))},{PlatformVersion(P_FCA_WK2, M_ABS, ModuleVersion(1, 2, 2))},})
 

Macro Definition Documentation

#define ROS_DEBUG_ONCE_ID (   id,
  ... 
)    ROS_LOG_ONCE_ID(id, ::ros::console::levels::Debug, ROSCONSOLE_DEFAULT_NAME, __VA_ARGS__)

Definition at line 52 of file DbwNode.cpp.

#define ROS_ERROR_ONCE_ID (   id,
  ... 
)    ROS_LOG_ONCE_ID(id, ::ros::console::levels::Error, ROSCONSOLE_DEFAULT_NAME, __VA_ARGS__)

Definition at line 55 of file DbwNode.cpp.

#define ROS_FATAL_ONCE_ID (   id,
  ... 
)    ROS_LOG_ONCE_ID(id, ::ros::console::levels::Fatal, ROSCONSOLE_DEFAULT_NAME, __VA_ARGS__)

Definition at line 56 of file DbwNode.cpp.

#define ROS_INFO_ONCE_ID (   id,
  ... 
)    ROS_LOG_ONCE_ID(id, ::ros::console::levels::Info, ROSCONSOLE_DEFAULT_NAME, __VA_ARGS__)

Definition at line 53 of file DbwNode.cpp.

#define ROS_LOG_ONCE_ID (   id,
  level,
  name,
  ... 
)
Value:
do \
{ \
ROSCONSOLE_DEFINE_LOCATION(true, level, name); \
static std::map<int, bool> map; \
bool &hit = map[id]; \
if (ROS_UNLIKELY(__rosconsole_define_location__enabled) && ROS_UNLIKELY(!hit)) \
{ \
hit = true; \
ROSCONSOLE_PRINT_AT_LOCATION(__VA_ARGS__); \
} \
} while(false)
#define ROS_UNLIKELY(x)

Definition at line 40 of file DbwNode.cpp.

#define ROS_WARN_ONCE_ID (   id,
  ... 
)    ROS_LOG_ONCE_ID(id, ::ros::console::levels::Warn, ROSCONSOLE_DEFAULT_NAME, __VA_ARGS__)

Definition at line 54 of file DbwNode.cpp.



dbw_fca_can
Author(s): Kevin Hallenbeck
autogenerated on Wed May 12 2021 02:14:05