
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, 6, 2))}, {PlatformVersion(P_FCA_RU, M_TPEC, ModuleVersion(1, 6, 2))}, {PlatformVersion(P_FCA_RU, M_STEER, ModuleVersion(1, 6, 2))}, {PlatformVersion(P_FCA_RU, M_SHIFT, ModuleVersion(1, 6, 2))}, {PlatformVersion(P_FCA_WK2, M_TPEC, ModuleVersion(1, 4, 2))}, {PlatformVersion(P_FCA_WK2, M_STEER, ModuleVersion(1, 4, 2))}, {PlatformVersion(P_FCA_WK2, M_SHIFT, ModuleVersion(1, 4, 2))}, {PlatformVersion(P_FCA_WK2, M_ABS, ModuleVersion(1, 4, 2))}, }) |
| #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, | |||
| ... | |||
| ) |
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.