45 std::vector<Eigen::Vector3d> path;
47 for(
int i = 0; i <
path_.size(); i++)
51 if(_sync_steps[pc.robot_no] < pc.step)
59 path.emplace_back(
path_[i].p);
std::vector< Eigen::Vector3d > updateSync(const std::vector< int > &sync_steps, bool &changed)
RobotRouteToPath(const int &nr_of_robots, const int &robot_nr)
std::vector< SyncedPathPoint > path_
int init(const std::vector< SyncedPathPoint > &path)