#include <power_limit.h>
|
void | burst (rm_msgs::ChassisCmd &chassis_cmd, bool is_gyro) |
|
void | charge (rm_msgs::ChassisCmd &chassis_cmd) |
|
void | normal (rm_msgs::ChassisCmd &chassis_cmd) |
|
void | zero (rm_msgs::ChassisCmd &chassis_cmd) |
|
Definition at line 80 of file power_limit.h.
◆ Mode
Enumerator |
---|
CHARGE | |
BURST | |
NORMAL | |
ALLOFF | |
TEST | |
Definition at line 134 of file power_limit.h.
◆ PowerLimit()
◆ burst()
void rm_common::PowerLimit::burst |
( |
rm_msgs::ChassisCmd & |
chassis_cmd, |
|
|
bool |
is_gyro |
|
) |
| |
|
inlineprivate |
◆ charge()
void rm_common::PowerLimit::charge |
( |
rm_msgs::ChassisCmd & |
chassis_cmd | ) |
|
|
inlineprivate |
◆ getState()
uint8_t rm_common::PowerLimit::getState |
( |
| ) |
|
|
inline |
◆ normal()
void rm_common::PowerLimit::normal |
( |
rm_msgs::ChassisCmd & |
chassis_cmd | ) |
|
|
inlineprivate |
◆ setCapacityData()
void rm_common::PowerLimit::setCapacityData |
( |
const rm_msgs::PowerManagementSampleAndStatusData |
data | ) |
|
|
inline |
◆ setChassisPowerBuffer()
void rm_common::PowerLimit::setChassisPowerBuffer |
( |
const rm_msgs::PowerHeatData |
data | ) |
|
|
inline |
◆ setGameRobotData()
void rm_common::PowerLimit::setGameRobotData |
( |
const rm_msgs::GameRobotStatus |
data | ) |
|
|
inline |
◆ setLimitPower()
void rm_common::PowerLimit::setLimitPower |
( |
rm_msgs::ChassisCmd & |
chassis_cmd, |
|
|
bool |
is_gyro |
|
) |
| |
|
inline |
◆ setRefereeStatus()
void rm_common::PowerLimit::setRefereeStatus |
( |
bool |
status | ) |
|
|
inline |
◆ updateCapSwitchState()
void rm_common::PowerLimit::updateCapSwitchState |
( |
bool |
state | ) |
|
|
inline |
◆ updateSafetyPower()
void rm_common::PowerLimit::updateSafetyPower |
( |
int |
safety_power | ) |
|
|
inline |
◆ updateState()
void rm_common::PowerLimit::updateState |
( |
uint8_t |
state | ) |
|
|
inline |
◆ zero()
void rm_common::PowerLimit::zero |
( |
rm_msgs::ChassisCmd & |
chassis_cmd | ) |
|
|
inlineprivate |
◆ buffer_threshold_
double rm_common::PowerLimit::buffer_threshold_ {} |
|
private |
◆ burst_power_
double rm_common::PowerLimit::burst_power_ {} |
|
private |
◆ cap_energy_
float rm_common::PowerLimit::cap_energy_ |
|
private |
◆ cap_state_
uint8_t rm_common::PowerLimit::cap_state_ {} |
|
private |
◆ capacitor_is_on_
bool rm_common::PowerLimit::capacitor_is_on_ { true } |
|
private |
◆ capacitor_threshold_
double rm_common::PowerLimit::capacitor_threshold_ {} |
|
private |
◆ capacity_is_online_
bool rm_common::PowerLimit::capacity_is_online_ { false } |
|
private |
◆ charge_power_
double rm_common::PowerLimit::charge_power_ {} |
|
private |
◆ chassis_power_buffer_
int rm_common::PowerLimit::chassis_power_buffer_ |
|
private |
◆ chassis_power_limit_
int rm_common::PowerLimit::chassis_power_limit_ |
|
private |
◆ expect_state_
uint8_t rm_common::PowerLimit::expect_state_ {} |
|
private |
◆ extra_power_
double rm_common::PowerLimit::extra_power_ {} |
|
private |
◆ is_new_capacitor_
bool rm_common::PowerLimit::is_new_capacitor_ { false } |
|
private |
◆ power_gain_
double rm_common::PowerLimit::power_gain_ {} |
|
private |
◆ referee_is_online_
bool rm_common::PowerLimit::referee_is_online_ { false } |
|
private |
◆ robot_id_
int rm_common::PowerLimit::robot_id_ |
|
private |
◆ safety_power_
double rm_common::PowerLimit::safety_power_ {} |
|
private |
The documentation for this class was generated from the following file: