Skip to content

Commit

Permalink
Fix Wreorder compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
akiroz committed Mar 5, 2020
1 parent 55007fd commit 3948005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/spatio_temporal_voxel_layer/measurement_buffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ class MeasurementBuffer
double _min_obstacle_height, _max_obstacle_height, _obstacle_range, _tf_tolerance;
double _min_z, _max_z, _vertical_fov, _vertical_fov_padding, _horizontal_fov;
double _decay_acceleration, _voxel_size;
bool _marking, _clearing, _voxel_filter, _clear_buffer_after_reading, _enabled;
bool _marking, _clearing, _voxel_filter;
int _voxel_min_points;
bool _enabled, _clear_buffer_after_reading;
ModelType _model_type;
std::shared_ptr<rclcpp_lifecycle::LifecycleNode> node_;
};
Expand Down

0 comments on commit 3948005

Please sign in to comment.