123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779 |
- //
- // Created by zx on 22-12-2.
- //
- #include "navigation.h"
- #include "loaded_mpc.h"
- #include "rotate_mpc.h"
- #include "../define/TimerRecord.h"
- Navigation::~Navigation() {
- exit_ = true;
- if (terminator_)
- delete terminator_;
- if (brotherEmqx_)
- delete brotherEmqx_;
- if (monitor_)
- delete monitor_;
- if (pubthread_ != nullptr) {
- if (pubthread_->joinable())
- pubthread_->join();
- delete pubthread_;
- }
- }
- /*
- * 高斯函数压缩,x=3
- */
- double limit_gause(double x, double min, double max) {
- double r = x >= 0 ? 1.0 : -1.0;
- double delta = max / 1.0;
- return (max - (max - min) * exp(-x * x / (delta * delta))) * r;
- }
- double limit(double x, double min, double max) {
- double ret = x;
- if (x >= 0) {
- if (x > max) ret = max;
- if (x < min) ret = min;
- } else {
- if (x < -max) ret = -max;
- if (x > -min) ret = -min;
- }
- return ret;
- }
- double next_speed(double speed, double target_speed, double acc, double dt) {
- if (fabs(target_speed - speed) / dt < acc) {
- return target_speed;
- } else {
- double r = target_speed - speed >= 0. ? 1.0 : -1.0;
- return speed + r * acc * dt;
- }
- }
- bool Navigation::PoseTimeout() {
- // if (timedPose_.timeout() == false && timedBrotherPose_.timeout() == false) {
- if (timedPose_.timeout() == false) {
- return false;
- } else {
- if (timedPose_.timeout()) {
- printf(" current pose is timeout \n");
- }
- // if (timedBrotherPose_.timeout()) {
- // printf(" brother pose is timeout \n");
- // }
- return true;
- }
- }
- bool Navigation::Init(const NavParameter::Navigation_parameter ¶meter) {
- parameter_ = parameter;
- NavParameter::AgvEmqx_parameter agv_p = parameter.agv_emqx();
- if (monitor_ == nullptr) {
- monitor_ = new Monitor_emqx(agv_p.nodeid());
- if (monitor_->Connect(agv_p.ip(), agv_p.port()) == false) {
- printf(" agv emqx connected failed\n");
- return false;
- }
- monitor_->set_speedcmd_topic(agv_p.pubspeedtopic());
- monitor_->set_clampLifterCmd_topic(agv_p.pubclampliftertopic());
- monitor_->AddCallback(agv_p.subposetopic(), Navigation::RobotPoseCallback, this);
- monitor_->AddCallback(agv_p.subspeedtopic(), Navigation::RobotSpeedCallback, this);
- }
- NavParameter::Emqx_parameter terminal_p = parameter.terminal_emqx();
- if (terminator_ == nullptr) {
- terminator_ = new Terminator_emqx(terminal_p.nodeid());
- if (terminator_->Connect(terminal_p.ip(), terminal_p.port()) == false) {
- printf(" terminator emqx connected failed\n");
- return false;
- }
- }
- if (parameter.has_brother_emqx()) {
- NavParameter::BrotherEmqx brotherEmqx = parameter.brother_emqx();
- if (brotherEmqx_ == nullptr) {
- brotherEmqx_ = new Terminator_emqx(brotherEmqx.nodeid());
- if (brotherEmqx_->Connect(brotherEmqx.ip(), brotherEmqx.port()) == true) {
- brotherEmqx_->AddCallback(brotherEmqx.subbrotherstatutopic(), Navigation::BrotherAgvStatuCallback,
- this);
- } else {
- printf(" brother emqx connected failed\n");
- // return false;
- }
- //
- }
- }
- inited_ = true;
- if (pubthread_ != nullptr) {
- exit_ = true;
- if (pubthread_->joinable())
- pubthread_->join();
- delete pubthread_;
- }
- exit_ = false;
- pubthread_ = new std::thread(&Navigation::pubStatuThreadFuc, this);
- return true;
- }
- void Navigation::RobotPoseCallback(const MqttMsg &msg, void *context) {
- Navigation *navigator = (Navigation *) context;
- NavMessage::LidarOdomStatu statu;
- if (msg.toProtoMessage(statu)) {
- navigator->ResetPose(Pose2d(statu.x(), statu.y(), statu.theta()));
- }
- }
- void Navigation::HandleAgvStatu(const MqttMsg &msg) {
- NavMessage::AgvStatu speed;
- if (msg.toProtoMessage(speed)) {
- ResetStatu(speed.v(), speed.w());
- ResetClamp((ClampStatu) speed.clamp());
- ResetLifter((LifterStatus) speed.lifter());
- }
- }
- void Navigation::RobotSpeedCallback(const MqttMsg &msg, void *context) {
- Navigation *navigator = (Navigation *) context;
- navigator->HandleAgvStatu(msg);
- }
- void Navigation::pubStatuThreadFuc(void *p) {
- Navigation *navogator = (Navigation *) p;
- if (navogator) {
- while (navogator->exit_ == false) {
- std::this_thread::sleep_for(std::chrono::milliseconds(50));
- NavMessage::NavStatu statu;
- statu.set_main_agv(false);
- navogator->publish_statu(statu);
- }
- }
- }
- void Navigation::publish_statu(NavMessage::NavStatu &statu) {
- if (timedPose_.timeout() == false) {
- NavMessage::LidarOdomStatu odom;
- odom.set_x(timedPose_.Get().x());
- odom.set_y(timedPose_.Get().y());
- odom.set_theta(timedPose_.Get().theta());
- if (timedV_.timeout() == false)
- odom.set_v(timedV_.Get());
- if (timedA_.timeout() == false)
- odom.set_vth(timedA_.Get());
- statu.mutable_odom()->CopyFrom(odom);
- }
- statu.set_in_space(isInSpace_);
- if (isInSpace_) statu.set_space_id(space_id_);
- //发布nav状态
- statu.set_statu(actionType_); //
- statu.set_move_mode(move_mode_);
- if (running_) {
- statu.set_key(global_navCmd_.key());
- }
- //发布MPC信息
- //发布mpc 预选点
- if (selected_traj_.timeout() == false) {
- for (int i = 0; i < selected_traj_.Get().size(); ++i) {
- Pose2d pt = selected_traj_.Get()[i];
- NavMessage::Pose2d *pose = statu.mutable_selected_traj()->add_poses();
- pose->set_x(pt.x());
- pose->set_y(pt.y());
- pose->set_theta(pt.theta());
- }
- }
- //发布 mpc 预测点
- if (predict_traj_.timeout() == false) {
- for (int i = 0; i < predict_traj_.Get().size(); ++i) {
- Pose2d pt = predict_traj_.Get()[i];
- NavMessage::Pose2d *pose = statu.mutable_predict_traj()->add_poses();
- pose->set_x(pt.x());
- pose->set_y(pt.y());
- pose->set_theta(pt.theta());
- }
- }
- // std::cout<<"nav statu:"<<statu.DebugString()<<std::endl;
- MqttMsg msg;
- msg.fromProtoMessage(statu);
- if (terminator_)
- terminator_->Publish(parameter_.terminal_emqx().pubnavstatutopic(), msg);
- //发布位姿 ------robot状态--------------------------
- NavMessage::RobotStatu robot;
- if (CreateRobotStatuMsg(robot)) {
- if (terminator_) {
- MqttMsg msg;
- msg.fromProtoMessage(robot);
- terminator_->Publish(parameter_.terminal_emqx().pubstatutopic(), msg);
- }
- }
- }
- bool Navigation::CreateRobotStatuMsg(NavMessage::RobotStatu &robotStatu) {
- //printf(" %d %d %d \n",timedPose_.timeout(),timedV_.timeout(),timedA_.timeout());
- if (timedPose_.timeout() == false) {
- Pose2d pose = timedPose_.Get();
- robotStatu.set_x(pose.x());
- robotStatu.set_y(pose.y());
- robotStatu.set_theta(pose.theta());
- if ((timedV_.timeout() == false && timedA_.timeout() == false)) {
- NavMessage::AgvStatu plc;
- plc.set_v(timedV_.Get());
- plc.set_w(timedA_.Get());
- plc.set_clamp(timed_clamp_.Get());
- plc.set_lifter(timed_lifter_.Get());
- robotStatu.mutable_agvstatu()->CopyFrom(plc);
- }
- return true;
- }
- return false;
- }
- void Navigation::ResetStatu(double v, double a) {
- timedV_.reset(v, 0.5);
- timedA_.reset(a, 0.5);
- }
- void Navigation::ResetClamp(ClampStatu statu) {
- timed_clamp_.reset(statu, 1);
- }
- void Navigation::ResetLifter(LifterStatus status) {
- timed_lifter_.reset(status, 1);
- }
- void Navigation::ResetPose(const Pose2d &pose) {
- timedPose_.reset(pose, 1.0);
- if (pose.theta() > 0) {
- if (parameter_.main_agv()) {
- isFront_.reset(true, 1.0);
- } else {
- isFront_.reset(false, 1.0);
- }
- } else {
- if (parameter_.main_agv()) {
- isFront_.reset(false, 1.0);
- } else {
- isFront_.reset(true, 1.0);
- }
- }
- }
- void Navigation::Cancel(const NavMessage::NavCmd &cmd, NavMessage::NavResponse &response) {
- cancel_ = true;
- response.set_ret(0);
- }
- bool Navigation::Stop() {
- if (monitor_) {
- monitor_->stop();
- while (cancel_ == false) {
- if (timedV_.timeout() == false && timedA_.timeout() == false) {
- if (fabs(timedV_.Get()) < 1e-2 && fabs(timedA_.Get()) < 1e-3)
- return true;
- else
- monitor_->stop();
- printf("Stoped wait V/A ==0(1e-4,1e-4),V:%f,A:%f\n", fabs(timedV_.Get()), fabs(timedA_.Get()));
- std::this_thread::sleep_for(std::chrono::milliseconds(100));
- } else {
- printf("Stop failed V/A timeout\n");
- return false;
- }
- }
- }
- printf("stoped ret false.\n");
- return false;
- }
- bool Navigation::SlowlyStop() {
- double acc = 3.0;
- double dt = 0.1;
- while (cancel_ == false) {
- if (timedV_.timeout() == false) {
- double v = timedV_.Get();
- if (fabs(v < 1e-2 && fabs(timedA_.Get()) < 1e-3))
- return true;
- if (v > 0) {
- double new_v = v - acc * dt;
- new_v = new_v > 0 ? new_v : 0;
- SendMoveCmd(move_mode_, actionType_, new_v, 0);
- } else {
- double new_v = v + acc * dt;
- new_v = new_v < 0 ? new_v : 0;
- SendMoveCmd(move_mode_, actionType_, new_v, 0);
- }
- std::this_thread::sleep_for(std::chrono::milliseconds(100));
- } else {
- printf("Stop failed V/A timeout\n");
- return false;
- }
- }
- printf("stoped ret false.\n");
- return false;
- }
- Navigation::Navigation() {
- wheelBase_ = 0;
- isInSpace_ = false; //是否在车位或者正在进入车位
- RWheel_position_ = eUnknow;
- move_mode_ = eSingle;
- monitor_ = nullptr;
- terminator_ = nullptr;
- obs_h_ = 4.0;
- obs_w_ = 2.0;
- timedBrotherPose_.reset(Pose2d(-100, 0, 0), 0.5);
- }
- void Navigation::BrotherAgvStatuCallback(const MqttMsg &msg, void *context) {
- Navigation *navigator = (Navigation *) context;
- NavMessage::NavStatu brother_statu;
- if (msg.toProtoMessage(brother_statu) == false) {
- std::cout << " msg transform to AGVStatu failed,msg:" << msg.data() << std::endl;
- return;
- }
- //std::cout<<brother_nav.DebugString()<<std::endl<<std::endl;
- if (brother_statu.has_odom()) {
- NavMessage::LidarOdomStatu odom = brother_statu.odom();
- Pose2d pose(odom.x(), odom.y(), odom.theta());
- navigator->timedBrotherPose_.reset(pose, 1);
- navigator->timedBrotherV_.reset(odom.v(), 1);
- navigator->timedBrotherA_.reset(odom.vth(), 1);
- navigator->timedBrotherNavStatu_.reset(brother_statu, 0.1);
- }
- }
- //未使用
- bool Navigation::RotateReferToTarget(const Pose2d &target, stLimit limit_rotate, bool anyDirect) {
- while (cancel_ == false) {
- std::this_thread::sleep_for(std::chrono::milliseconds(100));
- if (timedPose_.timeout()) {
- printf(" RotateBytarget failed pose timeout\n");
- return false;
- }
- if (timedA_.timeout()) {
- printf(" RotateBytarget failed wmg timeout\n");
- return false;
- }
- Pose2d targetInPose = Pose2d::relativePose(target, timedPose_.Get());
- float yawDiff = Pose2d::vector2yaw(targetInPose.x(), targetInPose.y());
- float minYawdiff = yawDiff;
- if (anyDirect) {
- Pose2d p0 = timedPose_.Get();
- float yawdiff[4] = {0};
- yawdiff[0] = yawDiff;
- Pose2d relativePose;
- relativePose = Pose2d::relativePose(target, p0 - Pose2d(0, 0, M_PI / 2));
- yawdiff[1] = Pose2d::vector2yaw(relativePose.x(), relativePose.y()); ////使用减法,保证角度在【-pi pi】
- relativePose = Pose2d::relativePose(target, p0 - Pose2d(0, 0, M_PI));
- yawdiff[2] = Pose2d::vector2yaw(relativePose.x(), relativePose.y());
- relativePose = Pose2d::relativePose(target, p0 - Pose2d(0, 0, 3 * M_PI / 2));
- yawdiff[3] = Pose2d::vector2yaw(relativePose.x(), relativePose.y());
- for (int i = 1; i < 4; ++i) {
- if (fabs(yawdiff[i]) < fabs(minYawdiff)) {
- minYawdiff = yawdiff[i];
- targetInPose = Pose2d::relativePose(target, p0 - Pose2d(0, 0, i * M_PI / 2.0));
- }
- }
- }
- //std::cout<<" Rotate refer to target:"<<target<<",targetInPose:"
- //<<targetInPose<<",anyDirect:"<<anyDirect<<std::endl;
- //以当前点为原点,想方向经过目标点的二次曲线曲率>0.25,则需要调整 y=a x*x
- float cuv = compute_cuv(targetInPose);
- float dt = 0.1;
- float acc_angular = 15 * M_PI / 180.0;
- if (cuv > 2 * M_PI / 180.0) {
- double theta = limit_gause(minYawdiff, limit_rotate.min, limit_rotate.max);
- double angular = next_speed(timedA_.Get(), theta, acc_angular, dt);
- double limit_angular = limit(angular, limit_rotate.min, limit_rotate.max);
- SendMoveCmd(move_mode_, eRotation, 0, limit_angular);
- actionType_ = eRotation;
- printf(" Rotate | input angular:%f,next angular:%f,down:%f diff:%f anyDirect:%d\n",
- timedA_.Get(), angular, limit_angular, minYawdiff, anyDirect);
- continue;
- } else {
- if (fabs(timedA_.Get()) < 5 * M_PI / 180.0) {
- printf(" Rotate refer target completed,cuv:%f\n", cuv);
- return true;
- }
- continue;
- }
- }
- return false;
- }
- Navigation::MpcResult Navigation::RotateReferToTarget(NavMessage::PathNode node, stLimit limit_rotate, int directions) {
- if (inited_ == false) {
- printf(" MPC_rotate has not inited\n");
- return eMpcFailed;
- }
- if (PoseTimeout()) {
- printf(" MPC_rotate Error:Pose is timeout \n");
- return eMpcFailed;
- }
- printf(" exec MPC_rotate autoDirect:%d\n", directions);
- while (cancel_ == false) {
- std::this_thread::sleep_for(std::chrono::milliseconds(30));
- if (pause_ == true) {
- //发送暂停消息
- continue;
- }
- if (PoseTimeout()) {
- printf(" MPC_rotate Error:Pose is timeout \n");
- return eMpcFailed;
- }
- if (timedA_.timeout()) {
- printf(" MPC_rotate Error:v/a is timeout \n");
- return eMpcFailed;
- }
- Pose2d current = timedPose_.Get();
- Pose2d target(node.x(), node.y(), node.theta());
- Pose2d targetInPose = Pose2d::relativePose(target, current);
- // 需要旋转的角度
- float target_yaw_diff = Pose2d::vector2yaw(targetInPose.x(), targetInPose.y());
- // 自由方向
- if (directions) {
- std::vector<double> yaw_diffs;
- if (directions & Direction::eForward) {
- yaw_diffs.push_back(target_yaw_diff);
- }
- if (directions & Direction::eBackward) {
- Pose2d relative_pose = Pose2d::relativePose(targetInPose, Pose2d(0, 0, M_PI));
- yaw_diffs.push_back(Pose2d::vector2yaw(relative_pose.x(), relative_pose.y()));
- }
- if (directions & Direction::eLeft) {
- Pose2d relative_pose = Pose2d::relativePose(targetInPose, Pose2d(0, 0, 1.0 / 2 * M_PI));
- yaw_diffs.push_back(Pose2d::vector2yaw(relative_pose.x(), relative_pose.y()));
- }
- if (directions & Direction::eRight) {
- Pose2d relative_pose = Pose2d::relativePose(targetInPose, Pose2d(0, 0, 3.0 / 2 * M_PI));
- yaw_diffs.push_back(Pose2d::vector2yaw(relative_pose.x(), relative_pose.y()));
- }
- for (auto i = 0; i < yaw_diffs.size(); ++i) {
- if (fabs(yaw_diffs[i]) < fabs(target_yaw_diff))
- target_yaw_diff = yaw_diffs[i];
- }
- // std::cout << std::endl;
- // std::cout << std::endl << " min_diff: " << current_to_target.theta() << std::endl;
- }
- //一次变速
- std::vector<double> out;
- bool ret;
- TimerRecord::Execute([&, this]() {
- ret = Rotation_mpc_once(Pose2d(0, 0, target_yaw_diff), limit_rotate, out);
- }, "Rotation_mpc_once");
- if (ret == false) {
- Stop();
- return eMpcFailed;
- }
- //下发速度
- if (fabs(target_yaw_diff) < 0.2 * M_PI / 180.0 && fabs(timedA_.Get()) < 5 * M_PI / 180.0) {
- printf(" MPC_rotate | refer target completed\\n,cuv:%f\n", target_yaw_diff);
- Stop();
- return eMpcSuccess;
- } else {
- const int down_count = 3;
- double v[down_count] = {0, 0, 0};
- double w[down_count] = {out[0], out[1], out[2]};
- // if(out[0]>=0){
- // w[0]=1.*M_PI/180.0;
- // w[1]=1.*M_PI/180.0;
- // w[2]=1.*M_PI/180.0;
- // }else{
- // w[0]=-1.*M_PI/180.0;
- // w[1]=-1.*M_PI/180.0;
- // w[2]=-1.*M_PI/180.0;
- // }
- SendMoveCmd(move_mode_, eRotation, v, w);
- actionType_ = eRotation;
- double input_w = timedA_.Get();
- for (int i = 0; i < down_count; ++i) {
- printf(" MPC_rotate |P[%d], input anguar:%f, down:%f(%f), diff:%f anyDirect:%d\n",
- i, input_w, w[i], w[i] / M_PI * 180, target_yaw_diff, directions);
- }
- }
- continue;
- }
- return eMpcFailed;
- }
- bool Navigation::MoveToTarget(NavMessage::PathNode node, Navigation::stLimit limit_v, Navigation::stLimit limit_w,
- bool anyDirect, bool enable_rotate) {
- // LogWriter("MoveToTarget beg");
- if (IsArrived(node)) {
- return true;
- }
- bool already_in_mpc = false;
- while (cancel_ == false) {
- std::this_thread::sleep_for(std::chrono::milliseconds(100));
- if (PoseTimeout()) {
- printf(" navigation Error:Pose is timeout \n");
- break;
- }
- Pose2d current = timedPose_.Get();
- if (IsArrived(node)) {
- break;
- }
- //两个方向都无法到达目标点,旋转 朝向目标点
- bool x_enable = PossibleToTarget(node, false);
- bool y_enable = PossibleToTarget(node, true);
- bool enableTotarget = x_enable || y_enable;
- if (anyDirect == false) {
- enableTotarget = x_enable;
- }
- //巡线无法到达目标点
- Pose2d target(node.x(), node.y(), 0);
- Pose2d targetInCurrent = Pose2d::relativePose(target, current);
- if (enableTotarget == false && Pose2d::distance(Pose2d(0, 0, 0), targetInCurrent) > 0.3) {
- if (already_in_mpc && enable_rotate == false) {
- printf(" Move to node failed ,impossible to target and rotate is not enabled\n");
- return false;
- }
- int directions = Direction::eForward;
- if (anyDirect)
- directions = Direction::eForward | Direction::eBackward |
- Direction::eLeft | Direction::eRight;
- if (RotateReferToTarget(node, limit_w, directions) != eMpcSuccess) {
- std::cout << " Rotate refer to target failed,target: " << target <<
- " directions: " << std::hex << directions << " line_: " << __LINE__ << std::endl;
- return false;
- }
- continue;
- }
- already_in_mpc = true;
- MpcResult ret = MpcToTarget(node, limit_v, anyDirect);
- if (ret == eMpcSuccess) {
- printf(" MPC to target:%f %f l:%f,w:%f theta:%f completed\n",
- node.x(), node.y(), node.l(), node.w(), node.theta());
- break;
- } else if (ret == eImpossibleToTarget) {
- printf(" MPC to target:%f %f l:%f,w:%f theta:%f impossible ,retry ...\n",
- node.x(), node.y(), node.l(), node.w(), node.theta());
- } else {
- return false;
- }
- }
- if (cancel_) {
- return false;
- }
- return true;
- }
- bool Navigation::execute_nodes(NavMessage::NewAction action, int space_id) {
- if (action.type() == 3 || action.type() == 4) //最优动作导航 or 导航中保证朝向严格一致
- {
- if (!parameter_.has_nodeangularlimit() || !parameter_.has_nodevelocitylimit() || action.pathnodes_size() == 0) {
- std::cout << "execute pathNodes failed ,Action invalid:" << action.DebugString() << std::endl;
- return false;
- }
- bool anyDirect = (action.type() == 3);
- //速度限制
- stLimit wmg_limit = {parameter_.nodeangularlimit().min(), parameter_.nodeangularlimit().max()};
- stLimit mpc_velocity = {parameter_.nodevelocitylimit().min(), parameter_.nodevelocitylimit().max()};
- /////////////////////////////////////////
- std::thread *thread_clampOpenHalf = nullptr;
- if(move_mode_==eSingle) {
- thread_clampOpenHalf = new std::thread(&Navigation::clamp_half_open, this);
- }
- ////////////////////////////////////////////////////////////
- for (int i = 0; i < action.pathnodes_size(); ++i) {
- NavMessage::PathNode node = action.pathnodes(i);
- if (i + 1 < action.pathnodes_size()) {
- NavMessage::PathNode next = action.pathnodes(i + 1);
- Pose2d vec(next.x() - node.x(), next.y() - node.y(), 0);
- node.set_theta(Pose2d::vector2yaw(vec.x(), vec.y()) + M_PI / 2.0);
- node.set_l(0.03);
- node.set_w(0.20);
- } else {
- NavMessage::PathNode befor = action.pathnodes(i - 1);
- Pose2d vec(node.x() - befor.x(), node.y() - befor.y(), 0);
- node.set_theta(Pose2d::vector2yaw(vec.x(), vec.y()));
- node.set_l(0.02);
- node.set_w(0.2);
- }
- int directions = Direction::eForward;
- if (anyDirect)
- directions = Direction::eForward | Direction::eBackward |
- Direction::eLeft | Direction::eRight;
- if (i > 0) {
- if (RotateReferToTarget(node, wmg_limit, directions) != eMpcSuccess) {
- printf(" before move node RotateReferToNone Failed!!\n");
- return false;
- }
- }
- if (MoveToTarget(node, mpc_velocity, wmg_limit, anyDirect, true) == false)
- return false;
- else
- isInSpace_ = false;
- }
- if(move_mode_==eSingle) {
- printf(" wait clamp open half...\n");
- thread_clampOpenHalf->join();
- printf("clamp open half completed!!!\n");
- delete thread_clampOpenHalf;
- }
- if (cancel_ == true) {
- return false;
- }
- return true;
- }
- printf("execute PathNode failed ,action type is not 3/4 :%d\n", action.type());
- return false;
- }
- Navigation::MpcResult Navigation::RotateAfterOutSpace() {
- if (move_mode_ != eDouble)
- return eMpcSuccess;
- Pose2d init = timedPose_.Get();
- double diff1 = fabs(M_PI / 2.0 - init.theta());
- double diff2 = fabs(-M_PI / 2.0 - init.theta());
- double target = diff1 > diff2 ? M_PI / 2.0 : -M_PI / 2.0;
- stLimit limit_rotate = {3 * M_PI / 180.0, 15 * M_PI / 180.0};
- while (cancel_ == false) {
- std::this_thread::sleep_for(std::chrono::milliseconds(100));
- Pose2d current = timedPose_.Get();
- double yawDiff = (target - current.theta());
- //一次变速
- std::vector<double> out;
- bool ret;
- TimerRecord::Execute([&, this]() {
- ret = Rotation_mpc_once(Pose2d(0, 0, yawDiff), limit_rotate, out);
- }, "Rotation_mpc_once");
- if (ret == false) {
- Stop();
- return eMpcFailed;
- }
- //下发速度
- if (fabs(yawDiff) < 0.3 * M_PI / 180.0 && fabs(timedA_.Get()) < 5 * M_PI / 180.0) {
- printf(" RotateBeforeEnterSpace refer target completed\\n,cuv:%f\n", yawDiff);
- Stop();
- return eMpcSuccess;
- } else {
- const int down_count = 3;
- double v[down_count] = {0, 0, 0};
- double w[down_count] = {out[0], out[1], out[2]};
- SendMoveCmd(move_mode_, eRotation, v, w);
- actionType_ = eRotation;
- printf(" RotateBeforeEnterSpace | input anguar:%f, down:%f(%f), diff:%f anyDirect:false\n",
- timedA_.Get(), out[0], out[0] / M_PI * 180, yawDiff);
- }
- continue;
- }
- return eMpcFailed;
- }
- Navigation::MpcResult
- Navigation::RotateBeforeEnterSpace(NavMessage::PathNode space,
- double wheelbase, NavMessage::PathNode &target) {
- // if (timedBrotherNavStatu_.timeout() || timedPose_.timeout()) {
- if (timedPose_.timeout()) {
- printf(" rotate failed : timedBrotherNavStatu_ or pose timeout\n");
- return eMpcFailed;
- }
- NavMessage::NavStatu brother = timedBrotherNavStatu_.Get();
- stLimit limit_rotate = {2 * M_PI / 180.0, 15 * M_PI / 180.0};
- double acc_angular = 20 * M_PI / 180.0;
- double dt = 0.1;
- Pose2d current = timedPose_.Get();
- double x = space.x();
- double y = space.y();
- Pose2d vec(x - current.x(), y - current.y(), 0);
- double vecTheta = Pose2d::vector2yaw(vec.x(), vec.y());
- bool isFront = isFront_.Get();
- printf(" front__:%d theta:%f\n", isFront, vecTheta);
- if (vecTheta < 0.)
- isFront = !isFront;
- //如果是后车,计算目标点(车位点-轴距)
- if (isFront == false) {
- printf("后车 RotateBeforeEnterSpace | , __LINE__ = %d\n", __LINE__);
- if (move_mode_ == eSingle) {
- x -= wheelbase * cos(vecTheta);
- y -= wheelbase * sin(vecTheta);
- printf("确定车位点:eSingle\n");
- }
- } else { //当后车先到,倒车入库
- printf("前车RotateBeforeEnterSpace | __LINE__ = %d\n", __LINE__);
- //rotated.mutable_theta() = space.theta();
- //rotated = rotated.rotate(rotated.x(), rotated.y(), M_PI);
- }
- Pose2d spaceInCurrent = Pose2d::relativePose(Pose2d(space.x(), space.y(), 0), current);
- target.set_x(x);
- target.set_y(y);
- target.set_theta(current.theta());
- target.set_l(0.02);
- target.set_w(0.05);
- target.set_id(space.id());
- printf("RotateBeforeEnterSpace | target:[x:%f,y:%f,theta:%f]\n", x, y, target.theta());
- // //整车协调的时候,保持前后与车位一致即可
- // if (move_mode_ == eDouble) {
- // double yawDiff1 = (rotated - timedPose_.Get()).theta();
- // double yawDiff2 = (rotated + Pose2d(0, 0, M_PI) - timedPose_.Get()).theta();
- // if (fabs(yawDiff1) < fabs(yawDiff2)) {
- // rotated = rotated + Pose2d(0, 0, M_PI);
- // }
- // }
- while (cancel_ == false) {
- std::this_thread::sleep_for(std::chrono::milliseconds(30));
- Pose2d current_now = timedPose_.Get();
- if (spaceInCurrent.x() < 0.)
- current_now = current_now.rotate(current_now.x(), current_now.y(), M_PI);
- double yawDiff = vecTheta - current_now.theta();
- //一次变速
- std::vector<double> out;
- bool ret;
- TimerRecord::Execute([&, this]() {
- ret = Rotation_mpc_once(Pose2d(0, 0, yawDiff), limit_rotate, out);
- }, "Rotation_mpc_once");
- if (ret == false) {
- Stop();
- return eMpcFailed;
- }
- //下发速度
- if (fabs(yawDiff) < 0.3 * M_PI / 180.0 && fabs(timedA_.Get()) < 5 * M_PI / 180.0) {
- printf(" RotateBeforeEnterSpace refer target completed\\n,cuv:%f\n", yawDiff);
- Stop();
- return eMpcSuccess;
- } else {
- const int down_count = 3;
- double v[down_count] = {0, 0, 0};
- double w[down_count] = {out[0], out[1], out[2]};
- SendMoveCmd(move_mode_, eRotation, v, w);
- actionType_ = eRotation;
- printf(" RotateBeforeEnterSpace | input anguar:%f, down:%f(%f), diff:%f anyDirect:false\n",
- timedA_.Get(), out[0], out[0] / M_PI * 180, yawDiff);
- }
- continue;
- }
- return eMpcFailed;
- }
- bool Navigation::execute_InOut_space(NavMessage::NewAction action) {
- // LogWriter("execute_InOut_space beg");
- if (action.type() != 1 && action.type() != 2) {
- printf(" Inout_space failed : msg action type must ==1\n ");
- return false;
- }
- if (!parameter_.has_inoutvlimit() || !action.has_spacenode() ||
- !action.has_streetnode()) {
- std::cout << "execute enter_space failed ,Action miss some infos:" << action.DebugString() << std::endl;
- return false;
- }
- if (PoseTimeout() == true) {
- printf(" inout_space failed type:%d : current pose is timeout\n", action.type());
- return false;
- }
- stLimit limit_v = {parameter_.inoutvlimit().min(), parameter_.inoutvlimit().max()};
- stLimit limit_w = {2 * M_PI / 180.0, 20 * M_PI / 180.0};
- //入库,起点为streetNode
- if (action.type() == 1) {
- // LogWriter("In space beg-");
- Pose2d vec(action.spacenode().x() - action.streetnode().x(),
- action.spacenode().y() - action.streetnode().y(),
- 0);
- action.mutable_streetnode()->set_l(0.02);
- action.mutable_streetnode()->set_w(0.2);
- action.mutable_streetnode()->set_theta(Pose2d::vector2yaw(vec.x(), vec.y())+M_PI/2.0);
- /*
- * 是否需要添加判断,距离较远才先运动到马路点=============================
- */
- if (MoveToTarget(action.streetnode(), limit_v, limit_w, true, true) == false) {
- printf(" Enter space failed type:%d: MoveTo StreetNode failed\n", action.type());
- return false;
- }
- //移动到库位点, 禁止任意方向// 不允许巡线中停下旋转(当无法到达目标点时,返回false)
- printf("inout ----------------------------------------\n");
- //计算车位朝向
- action.mutable_spacenode()->set_theta(Pose2d::vector2yaw(vec.x(), vec.y()));
- //计算当前车是进入车位1点还是2点, 提升下降动作与旋转调整并行
- LifterStatus lifter_actType;
- std::thread *thread_lifter = nullptr;
- if (IsUperSpace(action.spacenode())) {
- //进载车板库前提升机构上升
- lifter_actType = eRose;
- thread_lifter = new std::thread(&Navigation::lifter_rise, this);
- } else {
- //否则下降
- lifter_actType = eDowned;
- thread_lifter = new std::thread(&Navigation::lifter_down, this);
- }
- NavMessage::PathNode new_target;
- bool retRotate=RotateBeforeEnterSpace(action.spacenode(), action.wheelbase(), new_target) == eMpcSuccess;
- printf(" wait lifter action:%d\n", lifter_actType);
- thread_lifter->join();
- delete thread_lifter;
- printf("lifter action:%d completed!!!\n", lifter_actType);
- if(retRotate==false){
- return false;
- }
- //入库
- Pose2d rotated = timedPose_.Get();
- double x = new_target.x();
- double y = new_target.y();
- Pose2d vecSpace(x - rotated.x(), y - rotated.y(), 0);
- rotated.mutable_theta() = Pose2d::vector2yaw(vecSpace.x(), vecSpace.y());
- bool isFront = isFront_.Get();
- if (rotated.theta() < 0.)
- isFront = !isFront;
- // 后进车,且单车,且先进车已过后进车的目标点
- Pose2d target(new_target.x(),new_target.y(),0);
- if (isFront == false && move_mode_ == eSingle) {
- while(true) {
- if (cancel_) {
- return false;
- }
- Pose2d current=timedPose_.Get();
- Pose2d brother_pose = timedBrotherPose_.Get();
- Pose2d vecCurent2T=current-target;
- Pose2d vecBrother2T=brother_pose-target;
- double dot=vecCurent2T.x()*vecBrother2T.x()+vecCurent2T.y()*vecBrother2T.y();
- if (timedBrotherNavStatu_.Get().in_space() == true && dot<0.) {
- printf("先进车已经过后进车目标点,后进车停止等待 dot=%f\n",dot);
- break;
- }
- printf(" 后车 等待 先车先入库。。。\n");
- usleep(1000 * 500);
- continue;
- }
- }
- isInSpace_ = true;
- printf("Enter space beg...\n");
- std::thread *thread_clamp = nullptr;
- thread_clamp = new std::thread(&Navigation::singleClamp_fullyOpen_until_inspaceBegin, this);
- bool retMove=MoveToTarget(new_target, limit_v, limit_w, true, false);
- thread_clamp->join();
- delete thread_clamp;
- if(retMove==false){
- printf(" Enter space:%s failed. type:%d\n", action.spacenode().id().data(), action.type());
- return false;
- }
- } else if (action.type() == 2) {
- // LogWriter("Out space beg-");
- // 计算当前位置,在车位点到马路点的连线方向上,与车位点的相对位姿
- Pose2d vec(action.streetnode().x() - action.spacenode().x(),
- action.streetnode().y() - action.spacenode().y(), 0);
- float theta = Pose2d::vector2yaw(vec.x(), vec.y());
- Pose2d space(action.spacenode().x(), action.spacenode().y(), theta);
- Pose2d current = timedPose_.Get();
- Pose2d diff = Pose2d::abs(Pose2d::relativePose(Pose2d(current.x(), current.y(), 0), space));
- if (diff.x() < 0.05 || diff.y() < 0.10) {
- //出库,移动到马路点,允许自由方向,不允许中途旋转
- action.mutable_streetnode()->set_theta(theta);
- action.mutable_streetnode()->set_l(0.03);
- action.mutable_streetnode()->set_w(0.2);
- std::cout << " Out space target street node:" << space << std::endl;
- if (MoveToTarget(action.streetnode(), limit_v, limit_w, true, false) == false) {
- printf(" out space failed type:%d: MoveTo StreetNode failed\n", action.type());
- return false;
- }
- } else {
- std::cout << " Out space failed: current pose too far from space node:" << space << ",diff:" << diff
- << std::endl;
- return false;
- }
- isInSpace_ = false;
- //从入口出库旋转180
- if (move_mode_ == eDouble && action.spacenode().id().find("S1101") != -1) {
- Pose2d current_pose = timedPose_.Get();
- double current_theta = current_pose.theta();
- if (RotateAfterOutSpace() != eMpcSuccess) {
- printf("Rotate after out entrance failed\n");
- return false;
- }
- }
- }
- return true;
- }
- /* current_to_target: current_to_target.theta()为所需旋转的角度
- * */
- bool Navigation::Rotation_mpc_once(Pose2d current_to_target, Navigation::stLimit limit_wmg, std::vector<double> &out,
- bool all_direct) {
- if (PoseTimeout() == true) {
- printf(" Rotation_mpc_once Error:Pose is timeout \n");
- return false;
- }
- if (timedV_.timeout() == true || timedA_.timeout() == true) {
- printf(" Rotation_mpc_once Error:V/A is timeout \n");
- return false;
- }
- Pose2d pose = timedPose_.Get();
- double line_velocity = timedV_.Get(); //从plc获取状态
- double angular_velocity = timedA_.Get();
- Eigen::VectorXd statu = Eigen::VectorXd::Zero(5);//agv状态
- statu[0] = pose.x();
- statu[1] = pose.y();
- statu[2] = pose.theta();
- statu[3] = line_velocity;
- statu[4] = angular_velocity;
- NavParameter::MPC_parameter mpc_parameter = parameter_.x_mpc_parameter();
- double obs_w = 0.95;//0.85;
- double obs_h = 1.55;//1.45;
- MpcError ret = failed;
- Pose2d brother = timedBrotherPose_.Get();
- Pose2d brother_in_self = Pose2d::relativePose(brother, pose);
- // std::cout<<" brother_in_self: "<<brother_in_self<<std::endl;
- if (move_mode_ == eDouble) {
- brother_in_self = Pose2d(pose.x() + 100, pose.y() + 100, 0);
- }
- RotateMPC MPC(brother_in_self, obs_w, obs_h, limit_wmg.min, limit_wmg.max);
- RotateMPC::MPC_parameter parameter = {mpc_parameter.shortest_radius(), mpc_parameter.dt(),
- mpc_parameter.acc_velocity(), mpc_parameter.acc_angular()};
- ret = MPC.solve(current_to_target, statu, parameter, out);
- if (ret == no_solution) {
- printf(" Rotation_mpc solve no solution set v/w = 0\n");
- out.clear();
- out.push_back(0);
- out.push_back(0);
- out.push_back(0);
- } else {
- // double min_angular_velocity = 1.0 / 180 * M_PI;
- double min_angular_velocity = 0.01;
- const int down_count = 3;
- for (int i = 0; i < down_count; ++i) {
- if (fabs(out[i]) < min_angular_velocity) {
- if (out[i] > 0)
- out[i] = min_angular_velocity;
- else if (out[i] < 0)
- out[i] = -min_angular_velocity;
- else {}
- }
- }
- }
- return ret == success || ret == no_solution;
- }
- bool Navigation::mpc_once(Trajectory traj, stLimit limit_v, std::vector<double> &out, bool directY) {
- if (PoseTimeout() == true) {
- printf(" MPC once Error:Pose is timeout \n");
- return false;
- }
- if (timedV_.timeout() == true || timedA_.timeout() == true) {
- printf(" MPC once Error:V/A is timeout \n");
- return false;
- }
- if (traj.size() == 0) {
- printf("traj size ==0\n");
- return false;
- }
- Pose2d pose = timedPose_.Get();
- double velocity = timedV_.Get(); //从plc获取状态
- double angular = timedA_.Get();
- // float diffYaw1=timedPose_.Get().m_diffYaw1;
- // float diffYaw2=timedPose_.Get().m_diffYaw2;
- Eigen::VectorXd statu = Eigen::VectorXd::Zero(5);//agv状态
- statu[0] = pose.x();
- statu[1] = pose.y();
- statu[2] = pose.theta();
- statu[3] = velocity;
- statu[4] = angular;
- Trajectory optimize_trajectory;
- Trajectory selected_trajectory;
- NavParameter::MPC_parameter mpc_parameter = parameter_.x_mpc_parameter();
- double obs_w = obs_w_;// 0.95;//0.85;
- double obs_h = obs_h_;// 1.55;//1.45;
- if (directY == true) {
- //将车身朝向旋转90°,车身朝向在(-pi,pi]
- statu[2] += M_PI / 2;
- if (statu[2] > M_PI)
- statu[2] -= 2 * M_PI;
- mpc_parameter = parameter_.y_mpc_parameter();
- obs_w = obs_h_;// 0.95;//0.85;
- obs_h = obs_w_;//1.55;//1.45;
- }
- Pose2d brother = timedBrotherPose_.Get();
- Pose2d relative = Pose2d::relativePose(brother, pose);
- if (directY)
- relative = Pose2d::relativePose(brother.rotate(brother.x(), brother.y(), M_PI / 2),
- pose.rotate(pose.x(), pose.y(), M_PI / 2));//计算另一节在当前小车坐标系下的坐标
- std::cout << "pose:" << pose << ", brother:" << brother << ", relative:" << relative << std::endl;
- if (move_mode_ == eDouble)
- relative = Pose2d(-1e8, -1e8, 0);
- MpcError ret = failed;
- LoadedMPC MPC(relative, obs_w, obs_h, limit_v.min, limit_v.max);
- LoadedMPC::MPC_parameter parameter = {mpc_parameter.shortest_radius(), mpc_parameter.dt(),
- mpc_parameter.acc_velocity(), mpc_parameter.acc_angular()};
- //printf(" r:%f dt:%f acc:%f acc_a:%f\n",mpc_parameter.shortest_radius(),
- // mpc_parameter.dt(),mpc_parameter.acc_velocity(),mpc_parameter.acc_angular());
- ret = MPC.solve(traj, traj[traj.size() - 1], statu, parameter,
- out, selected_trajectory, optimize_trajectory, directY);
- //std::cout<<" traj size %d %d -------- "<<selected_trajectory.size()<<","<<optimize_trajectory.size()<<std::endl;
- if (ret == no_solution) {
- printf(" mpc solve no solution set v/w = 0\n");
- out.clear();
- out.push_back(0);
- out.push_back(0);
- out.push_back(0);
- out.push_back(0);
- out.push_back(0);
- out.push_back(0);
- }
- //
- // diff_yaw.push_back(0);
- // diff_yaw.push_back(0);
- predict_traj_.reset(optimize_trajectory, 1);
- selected_traj_.reset(selected_trajectory, 1);
- return ret == success || ret == no_solution;
- }
- bool Navigation::IsArrived(NavMessage::PathNode targetNode) {
- if (timedPose_.timeout() || timedV_.timeout() || timedA_.timeout()) {
- printf(" pose / v / w timeout,IsArrived return false\n");
- return false;
- }
- Pose2d current = timedPose_.Get();
- double x = current.x();
- double y = current.y();
- double tx = targetNode.x();
- double ty = targetNode.y();
- double l = fabs(targetNode.l());
- double w = fabs(targetNode.w());
- double theta = -targetNode.theta();
- if (newUnfinished_cations_.front().type() == 1 && targetNode.id().find('S') != -1) {//入库只判断前后方向上是否到达
- tx = x;
- }
- if (l < 1e-10 || w < 1e-10) {
- printf("IsArrived: Error target l or w == 0\n");
- return false;
- }
- double a = (x - tx) * cos(theta) - (y - ty) * sin(theta);
- double b = (x - tx) * sin(theta) + (y - ty) * cos(theta);
- if (pow(a / l, 8) + pow(b / w, 8) <= 1) {
- if (fabs(timedV_.Get()) < 0.05 && fabs(timedA_.Get()) < 5 * M_PI / 180.0) {
- printf(" Arrived target: %f %f l:%f w:%f theta:%f\n", tx, ty, l, w, theta);
- return true;
- }
- }
- return false;
- }
- void Navigation::SendMoveCmd(int mode, ActionType type,
- double v, double angular) {
- if (monitor_) {
- monitor_->set_speed(mode, type, v, angular);
- if (type == eRotation)
- RWheel_position_ = eR;
- if (type == eVertical)
- RWheel_position_ = eX;
- if (type == eHorizontal)
- RWheel_position_ = eY;
- }
- }
- void Navigation::SendMoveCmd(int mode, ActionType type,
- double v[], double angular[]) {
- if (monitor_) {
- monitor_->set_ToAgvCmd(mode, type, v, angular);
- if (type == eRotation)
- RWheel_position_ = eR;
- if (type == eVertical)
- RWheel_position_ = eX;
- if (type == eHorizontal)
- RWheel_position_ = eY;
- }
- }
- void Navigation::SendMoveCmd(int mode, ActionType type, double v[], double angular[], int space_id, double distance) {
- if (monitor_) {
- monitor_->set_ToAgvCmd(mode, type, v, angular, 0, space_id, distance);
- if (type == eRotation)
- RWheel_position_ = eR;
- if (type == eVertical)
- RWheel_position_ = eX;
- if (type == eHorizontal)
- RWheel_position_ = eY;
- }
- }
- //void Navigation::SendMoveCmd(int mode, ActionType type, double v[], double angular[], double yaw_diff[] ,int space_id, double distance) {
- // if (monitor_) {
- // monitor_->set_ToAgvCmd(mode, type, v, angular, yaw_diff ,0,space_id, distance);
- // if (type == eRotation)
- // RWheel_position_ = eR;
- // if (type == eVertical)
- // RWheel_position_ = eX;
- // if (type == eHorizontal)
- // RWheel_position_ = eY;
- // }
- //}
- bool Navigation::clamp_close() {
- if (monitor_) {
- printf("Clamp closing...\n");
- monitor_->clamp_close(move_mode_);
- actionType_ = eClampClose;
- while (cancel_ == false) {
- if (timed_clamp_.timeout()) {
- printf("timed clamp is timeout\n");
- return false;
- }
- if (timed_clamp_.Get() == eClosed)
- return true;
- std::this_thread::sleep_for(std::chrono::milliseconds(100));
- monitor_->clamp_close(move_mode_);
- actionType_ = eClampClose;
- }
- return false;
- }
- return false;
- }
- bool Navigation::clamp_half_open() {
- if (monitor_) {
- printf("Clamp openning...\n");
- monitor_->clamp_half_open(move_mode_);
- actionType_ = eClampHalfOpen;
- while (cancel_ == false) {
- if (timed_clamp_.timeout()) {
- printf("timed clamp is timeout\n");
- return false;
- }
- if (timed_clamp_.Get() == eHalfOpened)
- return true;
- std::this_thread::sleep_for(std::chrono::milliseconds(100));
- monitor_->clamp_half_open(move_mode_);
- actionType_ = eClampHalfOpen;
- }
- return false;
- }
- return false;
- }
- bool Navigation::IsUperSpace(NavMessage::PathNode spaceNode) {
- if(spaceNode.id().find("S")<0)
- return false;
- std::string id = spaceNode.id().substr(1, spaceNode.id().length() - 1);
- int space_id = stoi(id);
- if (space_id > 99 && space_id < 1000) {
- return true;
- }
- return false;
- }
- bool Navigation::singleClamp_fullyOpen_until_inspaceBegin(){
- if(move_mode_==eDouble){
- return true;
- }
- while(cancel_==false){
- if(timedV_.timeout()){
- return false;
- }
- if(fabs(timedV_.Get())<0.02){
- usleep(1000*300);
- continue;
- }
- break;
- }
- return clamp_fully_open();
- };
- bool Navigation::clamp_fully_open() {
- if (monitor_) {
- if (timed_clamp_.Get() == eFullyOpened)
- return true;
- printf("Clamp fully openning...\n");
- monitor_->clamp_fully_open(move_mode_);
- actionType_ = eClampFullyOpen;
- while (cancel_ == false) {
- if (timed_clamp_.timeout()) {
- printf("timed clamp is timeout\n");
- return false;
- }
- if (timed_clamp_.Get() == eFullyOpened)
- return true;
- std::this_thread::sleep_for(std::chrono::milliseconds(100));
- monitor_->clamp_fully_open(move_mode_);
- actionType_ = eClampFullyOpen;
- }
- return false;
- }
- return false;
- }
- bool Navigation::lifter_rise() {
- if (monitor_) {
- printf("Lifter upping...\n");
- actionType_ = eLifterRise;
- if (timed_lifter_.Get() == eRose)
- return true;
- if (timed_lifter_.Get() != eRose) {
- if (timed_clamp_.Get() != eHalfOpened && timed_clamp_.Get() != eClosed) {
- printf(" clamp statu !=eHalfOpened or eClosed, clamp_half_open...\n ");
- if (!clamp_half_open()) {
- printf(" clamp half open failed\n");
- return false;
- }
- }
- }
- while (cancel_ == false) {
- if (timed_lifter_.timeout()) {
- printf("timed lifter is timeout\n");
- return false;
- }
- if (timed_lifter_.timeout()) {
- return false;
- }
- if (timed_lifter_.Get() == eRose)
- return true;
- std::this_thread::sleep_for(std::chrono::milliseconds(100));
- monitor_->lifter_rise(move_mode_);
- actionType_ = eLifterRise;
- }
- return false;
- }
- return false;
- }
- bool Navigation::lifter_down() {
- if (monitor_) {
- printf("Lifter downing...\n");
- if (timed_lifter_.Get() == eDowned)
- return true;
- actionType_ = eLifterDown;
- if (timed_lifter_.Get() != eDowned) {
- if (timed_clamp_.Get() != eHalfOpened && timed_clamp_.Get() != eClosed) {
- printf(" clamp statu !=eHalfOpened or eClosed, clamp_half_open...\n ");
- if (!clamp_half_open()) {
- printf(" clamp half open failed\n");
- return false;
- }
- }
- }
- while (cancel_ == false) {
- if (timed_lifter_.timeout()) {
- printf("timed lifter is timeout\n");
- return false;
- }
- if (timed_lifter_.timeout()) {
- return false;
- }
- if (timed_lifter_.Get() == eDowned)
- return true;
- std::this_thread::sleep_for(std::chrono::milliseconds(100));
- monitor_->lifter_down(move_mode_);
- actionType_ = eLifterDown;
- }
- return false;
- }
- return false;
- }
- Navigation::MpcResult Navigation::MpcToTarget(NavMessage::PathNode node, stLimit limit_v, bool autoDirect) {
- // LogWriter("MpcToTarget beg");
- if (IsArrived(node)) {
- printf(" current already in target completed !!!\n");
- return eMpcSuccess;
- }
- if (inited_ == false) {
- printf(" navigation has not inited\n");
- return eMpcFailed;
- }
- if (PoseTimeout()) {
- printf(" navigation Error:Pose is timeout \n");
- return eMpcFailed;
- }
- Pose2d current = timedPose_.Get();
- Pose2d target(node.x(), node.y(), 0);
- //生成轨迹
- Trajectory traj = Trajectory::create_line_trajectory(current, target, 0.1);
- if (traj.size() == 0)
- return eMpcSuccess;
- //判断 巡线方向
- bool directY = false;
- if (autoDirect) {
- Pose2d target_relative = Pose2d::relativePose(target, timedPose_.Get());
- if (fabs(target_relative.y()) > fabs(target_relative.x())) { //目标轨迹点在当前点Y轴上
- std::cout << " MPC Y axis target_relative:" << target_relative << std::endl;
- directY = true;
- } else {
- std::cout << " MPC X axis target_relative:" << target_relative << std::endl;
- }
- }
- printf(" exec along autoDirect:%d\n", autoDirect);
- //文件log
- std::ofstream ofs; //创建流对象
- std::string log_file_dir = "../data/";
- time_t t = time(0);
- char tmp[32] = {NULL};
- strftime(tmp, sizeof(tmp), "%Y_%m_%d_%H_%M_%S.txt", localtime(&t));
- std::string log_file_name = tmp;
- ofs.open(log_file_dir + log_file_name, std::ios::app); //打开的地址和方式
- auto beg_time = std::chrono::steady_clock::now();
- while (cancel_ == false) {
- std::this_thread::sleep_for(std::chrono::milliseconds(20));
- if (pause_ == true) {
- //发送暂停消息
- continue;
- }
- if (PoseTimeout()) {
- printf(" navigation Error:Pose is timeout \n");
- ofs.close();//关闭文件
- return eMpcFailed;
- }
- if (timedV_.timeout() || timedA_.timeout()) {
- printf(" navigation Error:v/a is timeout | __LINE__:%d \n", __LINE__);
- ofs.close();//关闭文件
- return eMpcFailed;
- }
- //判断是否到达终点
- if (IsArrived(node)) {
- if (Stop()) {
- printf(" exec along completed !!!\n");
- ofs.close();//关闭文件
- return eMpcSuccess;
- }
- }
- //一次变速
- std::vector<double> out;
- // std::vector<double> diff_yaw; //两车分别与整车的相对角度
- bool ret;
- TimerRecord::Execute([&, this]() {
- ret = mpc_once(traj, limit_v, out, directY);
- }, "mpc_once");
- if (ret == false) {
- Stop();
- ofs.close();//关闭文件
- return eMpcFailed;
- }
- const int down_count = 3;//下发前多少步
- double down_v[down_count] = {out[0], out[2], out[4]};//下发线速度
- double down_w[down_count] = {out[1], out[3], out[5]};//下发角速度
- /*
- * AGV 在终点附近低速巡航时,设置最小速度0.05
- */
- Pose2d target_in_agv = Pose2d::relativePose(target, timedPose_.Get());
- if (directY) {
- target_in_agv = target_in_agv.rotate(M_PI / 2.0);
- }
- if (Pose2d::abs(target_in_agv) < Pose2d(0.2, 2, M_PI * 2)) {
- for (int i = 0; i < down_count; ++i) {
- if (down_v[i] >= 0 && down_v[i] < limit_v.min)
- down_v[i] = limit_v.min;
- if (down_v[i] < 0 && down_v[i] > -limit_v.min)
- down_v[i] = -limit_v.min;
- }
- }
- //放大角速度
- // out[1] *= 10;
- //入库,行进方向上最后一米不纠偏
- if (newUnfinished_cations_.front().type() == 1 && node.id().find('S') != -1) {//入库
- if (fabs(target_in_agv.x()) < 0.5) {
- printf("target_in_agv: %f", target_in_agv.x());
- for (double &i: down_w) {
- i = 0.0;
- }
- }
- } else if (newUnfinished_cations_.front().type() == 2) {//出库,行进方向上开始一米不纠偏
- Pose2d agv_in_space =
- Pose2d::relativePose(
- Pose2d(newUnfinished_cations_.front().spacenode().x(),
- newUnfinished_cations_.front().spacenode().y(), 0),
- timedPose_.Get());
- if (fabs(agv_in_space.x()) < 0.3) {
- printf("agv_in_space: %f", agv_in_space.x());
- for (double &i: down_w) {
- i = 0.0;
- }
- }
- }
- //下发速度
- //printf(" nav input :%f out:%f\n",timedV_.Get(),out[0]);
- //添加车位号,距目标点距离信息
- double distance = Pose2d::distance(target_in_agv, Pose2d(0, 0, 0));
- int space_id = 0;
- if (node.id().find('S') != -1) {
- std::string id = node.id().substr(1, node.id().length() - 1);
- space_id = stoi(id);
- }
- // double diff_yaw_[2] = {diff_yaw[0], diff_yaw[1]};
- if (directY == false)
- SendMoveCmd(move_mode_, eVertical, down_v, down_w, space_id, distance);
- else
- SendMoveCmd(move_mode_, eHorizontal, down_v, down_w, space_id, distance);
- actionType_ = directY ? eHorizontal : eVertical;
- //日志打印
- std::string log_inf_line = std::to_string(move_mode_);
- log_inf_line += " ";
- log_inf_line += std::to_string(parameter_.x_mpc_parameter().shortest_radius()) + " " +
- std::to_string(parameter_.x_mpc_parameter().acc_angular());
- log_inf_line += " ";
- Pose2d cur_pose = timedPose_.Get();//自身x,y,theta
- log_inf_line += std::to_string(cur_pose.x()) + " " + std::to_string(cur_pose.y()) + " " +
- std::to_string(cur_pose.theta());
- log_inf_line += " ";
- Pose2d cur_Bro_pose = timedBrotherPose_.Get();//另一节x,y,theta
- log_inf_line += std::to_string(cur_Bro_pose.x()) + " " + std::to_string(cur_Bro_pose.y()) + " " +
- std::to_string(cur_Bro_pose.theta());
- log_inf_line += " ";
- log_inf_line += std::to_string(out[0]) + " " + std::to_string(out[1]);//下发速度
- log_inf_line += " ";
- log_inf_line += std::to_string(out[2]) + " " + std::to_string(out[3]);//下发速度
- log_inf_line += " ";
- log_inf_line += std::to_string(out[4]) + " " + std::to_string(out[5]);//下发速度
- log_inf_line += " ";
- auto cur_time = std::chrono::steady_clock::now();
- auto duration = std::chrono::duration_cast<std::chrono::microseconds>(cur_time - beg_time);
- double time =
- double(duration.count()) * std::chrono::microseconds::period::num /
- std::chrono::microseconds::period::den;
- log_inf_line += std::to_string(time);
- ofs << log_inf_line << std::endl; //一行日志的内容
- /*
- * 判断车辆是否在终点附近徘徊,无法到达终点
- */
- if (PossibleToTarget(node, directY) == false) {
- printf(" --------------MPC imposible to target -------------------------------------------\n");
- if (fabs(timedV_.Get()) > 0.1 || fabs(timedA_.Get()) > 10 * M_PI / 180.0)
- SlowlyStop();
- else
- Stop();
- ofs.close();//关闭文件
- return eImpossibleToTarget;
- }
- }
- ofs.close();//关闭文件
- return eMpcFailed;
- }
- bool Navigation::PossibleToTarget(NavMessage::PathNode targetNode, bool directY) {
- if (timedPose_.timeout()) {
- return false;
- }
- Pose2d current = timedPose_.Get();
- if (targetNode.id().find('S') != -1) {
- //车位点强制可到达
- return true;
- }
- double tx = targetNode.x();
- double ty = targetNode.y();
- double l = fabs(targetNode.l());
- double w = fabs(targetNode.w());
- double theta = -targetNode.theta();
- // double W = 2.45;
- // double L = 1.3;
- // double minYaw = 3 * M_PI / 180.0;
- // if (move_mode_ == eDouble) {
- // L = 1.3 + 2.7;
- //
- // }
- double W = 2.5;
- double L = 1.565;
- double minYaw = 5 * M_PI / 180.0;
- if (move_mode_ == eDouble) {
- L = 1.565 + 2.78;
- }
- if (directY) {
- current = current.rotate(current.x(), current.y(), M_PI / 2);
- double t = W;
- W = L;
- L = t;
- }
- double minR = W / 2 + L / tan(minYaw);
- //printf("l:%f,w:%f\n",l,w);
- std::vector<Pose2d> poses = Pose2d::generate_rectangle_vertexs(Pose2d(tx, ty, 0), l * 2, w * 2);
- bool nagY = false;
- bool posiY = false;
- for (int i = 0; i < poses.size(); ++i) {
- Pose2d rpos = poses[i].rotate(tx, ty, theta);
- Pose2d relative = Pose2d::relativePose(rpos, current);
- double ax = fabs(relative.x());
- double ay = fabs(relative.y());
- if (relative.y() > 0) posiY = true;
- if (relative.y() < 0) nagY = true;
- if (ax * ax + pow(ay - minR, 2) > minR * minR) {
- /*printf(" possible to target:%f %f l:%f,w:%f theta:%f minR:%f ax:%f,ay:%f\n",
- targetNode.x(),targetNode.y(),targetNode.l(),targetNode.w(),targetNode.theta(),
- minR,ax,ay);*/
- return true;
- } else if (nagY && posiY) {
- // std::cout << "nagY && posiY" << std::endl;
- return true;
- }
- // printf("directY:%d targetInPose:%f %f l:%f,w:%f theta:%f minR:%f ax:%f,ay:%f\n", directY,
- // relative.x(), relative.y(), targetNode.l(), targetNode.w(), targetNode.theta(),
- // minR, ax, ay);
- }
- printf(" impossible to target:%f %f l:%f,w:%f theta:%f, ",
- targetNode.x(), targetNode.y(), targetNode.l(), targetNode.w(), targetNode.theta());
- printf(" current:%f, %f, %f\n",
- current.x(), current.y(), current.theta());
- return false;
- }
- void Navigation::Start(const NavMessage::NavCmd &cmd, NavMessage::NavResponse &response) {
- if (inited_ == false) {
- response.set_ret(-1);
- response.set_info("navigation has not inited");
- printf(" navigation has not inited\n");
- return;
- }
- if (newUnfinished_cations_.empty() == false) //正在运行中,上一次指令未完成
- {
- response.set_ret(-2);
- response.set_info("navigation is running pls cancel before");
- printf(" navigation is running pls cancel before\n");
- return;
- }
- //add 先检查当前点与起点的距离
- global_navCmd_ = cmd;
- for (int i = 0; i < cmd.newactions_size(); ++i)
- newUnfinished_cations_.push(cmd.newactions(i));
- pause_ = false;
- cancel_ = false;
- running_ = true;
- actionType_ = eReady;
- printf("Navigation beg...\n");
- while (newUnfinished_cations_.empty() == false && cancel_ == false) {
- std::cout << "unfinished size:" << newUnfinished_cations_.size() << std::endl;
- NavMessage::NewAction act = newUnfinished_cations_.front();
- NavMessage::NewAction last_act = newUnfinished_cations_.back();
- if (act.type() == 1) { //入库
- space_id_ = act.spacenode().id();
- obs_w_ = 1.25;
- obs_h_ = 1.87;
- if (!execute_InOut_space(act)) {
- printf(" In space failed\n");
- isInSpace_ = false;
- break;
- }
- } else if (act.type() == 2) { //出库
- obs_w_ = 1.25;
- obs_h_ = 1.87;
- if (!execute_InOut_space(act)) {
- printf(" out space failed\n");
- break;
- } else {
- isInSpace_ = false;
- }
- } else if (act.type() == 3 || act.type() == 4) { //马路导航
- obs_w_ = 1.25;
- obs_h_ = 1.87;
- int space_id = -1;
- if (last_act.type() == 1) {
- std::string id = last_act.spacenode().id().substr(1, last_act.spacenode().id().length() - 1);
- space_id = stoi(id);
- }
- if (!execute_nodes(act, space_id)) {
- printf(" street nav failed\n");
- break;
- }
- } else if (act.type() == 5) {
- printf(" 汽车模型导航....\n");
- } else if (act.type() == 6) {//夹持
- if (this->clamp_close() == false) {
- printf("夹持failed ...\n");
- break;
- }
- } else if (act.type() == 7) {
- if (this->clamp_fully_open() == false) {
- printf("打开夹持 failed...\n");
- break;
- }
- } else if (act.type() == 8) { //切换模式
- SwitchMode(act.changedmode(), act.wheelbase());
- } else if (act.type() == 9) { //提升机构提升
- if (this->lifter_rise() == false) {
- printf("提升failed ...\n");
- break;
- }
- } else if (act.type() == 10) { //提升机构下降
- if (this->lifter_down() == false) {
- printf("下降failed ...\n");
- break;
- }
- } else {
- printf(" action type invalid not handled !!\n");
- break;
- }
- newUnfinished_cations_.pop();
- }
- actionType_ = eReady;
- Stop();
- if (cancel_ == true) {
- response.set_ret(-3);
- response.set_info("navigation canceled");
- printf(" navigation canceled\n");
- while (newUnfinished_cations_.empty() == false)
- newUnfinished_cations_.pop();
- } else {
- if (newUnfinished_cations_.empty()) {
- response.set_ret(0);
- response.set_info("navigation completed!!!");
- printf("navigation completed!!!\n");
- } else {
- response.set_ret(-4);
- response.set_info("navigation Failed!!!!");
- printf(" navigation Failed\n");
- while (newUnfinished_cations_.empty() == false)
- newUnfinished_cations_.pop();
- }
- }
- running_ = false;
- }
- void Navigation::SwitchMode(int mode, float wheelBase) {
- wheelBase_ = wheelBase;
- printf("Child AGV can not Switch Mode\n");
- }
- float Navigation::compute_cuv(const Pose2d &target) {
- float x = fabs(target.x());
- float y = fabs(target.y());
- float cuv = atan(y / (x + 1e-8));
- //printf(" ---------------------- cuv:%f\n",cuv);
- return cuv;
- }
- void Navigation::ManualOperation(const NavMessage::ManualCmd &cmd, NavMessage::NavResponse &response) {
- return;
- // pause_ = false;
- // cancel_ = false;
- // running_ = true;
- // actionType_ = eReady;
- // printf("ManualOperation: %d | start...\n", cmd.operation_type());
- //
- // float symbol = cmd.velocity() < 0 ? -1 : 1; // 判断为正方向or负方向
- // double velocity;
- // std::this_thread::sleep_for(std::chrono::milliseconds(100));
- // switch (cmd.operation_type()) {
- // case 1: // 旋转
- // velocity = 2.0 * M_PI / 180.0 * symbol;
- // SendMoveCmd(move_mode_, eRotation, 0, velocity);
- // actionType_ = eRotation;
- // printf(" ManualOperation: %d | input angular_v: %f, down: %f\n",
- // cmd.operation_type(), timedA_.Get(), velocity);
- // break;
- // case 2: // X平移
- // velocity = 1.0 * symbol;
- // SendMoveCmd(move_mode_, eVertical, velocity, 0);
- // actionType_ = eVertical;
- // printf(" ManualOperation: %d | input line_v : %f, down: %f\n",
- // cmd.operation_type(), timedV_.Get(), velocity);
- // break;
- // case 3: // Y平移
- // velocity = 1.0 * symbol;
- // SendMoveCmd(move_mode_, eHorizontal, velocity, 0);
- // actionType_ = eHorizontal;
- // printf(" ManualOperation: %d | input line_v: %f, down: %f\n",
- // cmd.operation_type(), timedV_.Get(), velocity);
- // break;
- // default:
- // break;
- // }
- //
- // actionType_ = eReady;
- // response.set_ret(-3);
- // response.set_info("ManualOperation: %d, canceled!!!", cmd.operation_type());
- // printf("ManualOperation: %d | canceled!!!\n", cmd.operation_type());
- // running_ = false;
- }
|