Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
GuraMumei committed Jul 17, 2024
2 parents 4497516 + 3cb79ef commit 6415ad0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rm_common/include/rm_common/decision/command_sender.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ class ChassisCommandSender : public TimeStampCommandSenderBase<rm_msgs::ChassisC
{
power_limit_->setRefereeStatus(status);
}
void setFollowVelDes(double follow_vel_des)
{
msg_.follow_vel_des = follow_vel_des;
}
void sendChassisCommand(const ros::Time& time, bool is_gyro)
{
power_limit_->setLimitPower(msg_, is_gyro);
Expand Down
1 change: 1 addition & 0 deletions rm_msgs/msg/ChassisCmd.msg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ uint8 FALLEN = 4
uint8 mode
geometry_msgs/Accel accel
float64 power_limit
float64 follow_vel_des
string follow_source_frame
string command_source_frame
time stamp

0 comments on commit 6415ad0

Please sign in to comment.