|
@@ -155,7 +155,7 @@ bool LoadedMPC::solve(const Trajectory& trajectory, const Pose2d& target,Eigen::
|
|
|
angular = fabs(line_velocity) / radius;
|
|
|
if (wmg < 0) angular = -angular;
|
|
|
}
|
|
|
- double max_wmg=fabs(line_velocity) / radius;
|
|
|
+ double max_wmg=0.5/radius;//fabs(line_velocity) / radius;
|
|
|
|
|
|
std::vector<Pose2d> filte_poses;
|
|
|
if (filte_Path(pose_agv, target, trajectory, filte_poses, 50) == false)
|