Skip to content

Commit

Permalink
Merge Merge branch 'master' of github.com:rm-controls/rm_control into…
Browse files Browse the repository at this point in the history
… calculate_heat_trigger
  • Loading branch information
BlanchardLj committed Jul 15, 2024
1 parent 8b39c68 commit 5e1f09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rm_common/include/rm_common/decision/command_sender.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class Vel2DCommandSender : public CommandSenderBase<geometry_msgs::Twist>
max_angular_z_.init(xml_rpc_value);
std::string topic;
nh.getParam("power_limit_topic", topic);
target_vel_yaw_threshold_ = getParam(nh, "target_vel_yaw_threshold", 4.);
target_vel_yaw_threshold_ = getParam(nh, "target_vel_yaw_threshold", 3.);
chassis_power_limit_subscriber_ =
nh.subscribe<rm_msgs::ChassisCmd>(topic, 1, &Vel2DCommandSender::chassisCmdCallback, this);
}
Expand Down

0 comments on commit 5e1f09b

Please sign in to comment.