Skip to content

Commit

Permalink
Push the declartion of persist_config flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Samahu committed Aug 19, 2024
1 parent 341706f commit b816f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os_sensor_nodelet.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ class OusterSensor : public OusterSensorNodeletBase {
std::atomic<bool> lidar_packets_processing_thread_active = {false};
std::unique_ptr<std::thread> lidar_packets_processing_thread;

bool persist_config = false;
bool force_sensor_reinit = false;
bool reset_last_init_id = true;

Expand Down

0 comments on commit b816f01

Please sign in to comment.