Skip to content

Commit

Permalink
perception: fix compile warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ycool authored and yifeijiang committed Apr 2, 2018
1 parent 4380f66 commit 1339bb5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ class GLFWFusionViewer {

LaneObjectsPtr lane_history_;
// std::vector<LaneObjects> Lane_history_buffer_;
const int lane_history_buffer_size_ = 400;
const int object_history_size_ = 5;
const std::size_t lane_history_buffer_size_ = 400;
const std::size_t object_history_size_ = 5;
Eigen::Matrix3f motion_matrix_;
// pin-hole camera model with distortion
std::shared_ptr<CameraDistort<double>> distort_camera_intrinsic_;
Expand Down

0 comments on commit 1339bb5

Please sign in to comment.