9 #ifndef STOMP_STATISTICS_HPP_
10 #define STOMP_STATISTICS_HPP_
12 #include "API/Trajectory/trajectory.hpp"
20 int collision_success_iteration;
21 double collision_success_duration;
22 int success_iteration;
25 std::vector<double> costs;
26 std::vector< std::pair<double, std::vector<confPtr_t> > > convergence_trajs;
27 std::vector< std::pair<double, TrajectoryStatistics> > convergence_rate;
29 double success_duration;
Definition: stompStatistics.hpp:16