Skip to content

Commit

Permalink
Fixed power limit bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
GuraMumei committed Apr 27, 2024
1 parent 3a5a1e8 commit 0b57050
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rm_common/include/rm_common/decision/power_limit.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ class PowerLimit
void charge(rm_msgs::ChassisCmd& chassis_cmd)
{
chassis_cmd.power_limit = chassis_power_limit_ * 0.70;
ROS_INFO("error");
}
void normal(rm_msgs::ChassisCmd& chassis_cmd)
{
Expand Down

0 comments on commit 0b57050

Please sign in to comment.