#include <pacmod3_core.h>
Public Member Functions | |
void | parse (uint8_t *in) |
Public Member Functions inherited from AS::Drivers::PACMod3::Pacmod3TxMsg | |
virtual bool | isSystem () |
Public Attributes | |
double | front_left_wheel_speed |
double | front_right_wheel_speed |
double | rear_left_wheel_speed |
double | rear_right_wheel_speed |
Static Public Attributes | |
static const int64_t | CAN_ID = 0x407 |
Additional Inherited Members | |
Static Public Member Functions inherited from AS::Drivers::PACMod3::Pacmod3TxMsg | |
static std::shared_ptr< Pacmod3TxMsg > | make_message (const int64_t &can_id) |
Definition at line 639 of file pacmod3_core.h.
|
virtual |
Implements AS::Drivers::PACMod3::Pacmod3TxMsg.
Definition at line 737 of file pacmod3_core.cpp.
|
static |
Definition at line 643 of file pacmod3_core.h.
double AS::Drivers::PACMod3::WheelSpeedRptMsg::front_left_wheel_speed |
Definition at line 645 of file pacmod3_core.h.
double AS::Drivers::PACMod3::WheelSpeedRptMsg::front_right_wheel_speed |
Definition at line 646 of file pacmod3_core.h.
double AS::Drivers::PACMod3::WheelSpeedRptMsg::rear_left_wheel_speed |
Definition at line 647 of file pacmod3_core.h.
double AS::Drivers::PACMod3::WheelSpeedRptMsg::rear_right_wheel_speed |
Definition at line 648 of file pacmod3_core.h.