Skip to content

Commit

Permalink
Merge pull request ethz-asl#10 from Alabate/bugfix/vi-map-type-typo
Browse files Browse the repository at this point in the history
Difference between definition and implementation of getStatisticsOfMission()
  • Loading branch information
dymczykm authored Dec 7, 2017
2 parents 4f03789 + 79cedd0 commit 63ea0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map-structure/vi-map/include/vi-map/vi-map.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ class VIMap : public backend::ResourceMap,
std::vector<size_t>* num_unknown_landmarks_per_camera,
std::vector<size_t>* total_num_landmarks_per_camera,
size_t* num_landmarks, size_t* num_vertices, size_t* num_observations,
double* duration_s, time_t* start_time, time_t* end_time) const;
double* duration_s, int64_t* start_time, int64_t* end_time) const;

std::string printMapStatistics(
const vi_map::MissionId& mission, const unsigned int mission_number,
Expand Down

0 comments on commit 63ea0c8

Please sign in to comment.