Skip to content

Commit

Permalink
MpcTracker: initialization if input id
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 6, 2023
1 parent 17a0174 commit 2014713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpc_tracker/mpc_tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class MpcTracker : public mrs_uav_managers::Tracker {
std::shared_ptr<VectorXd> des_y_whole_trajectory_;
std::shared_ptr<VectorXd> des_z_whole_trajectory_;
std::shared_ptr<VectorXd> des_heading_whole_trajectory_;
int des_whole_trajectory_id_;
int des_whole_trajectory_id_ = 0;
std::mutex mutex_des_whole_trajectory_;

// trajectory tracking
Expand Down

0 comments on commit 2014713

Please sign in to comment.