Skip to content

Commit

Permalink
update update_skip_factor from 3 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
haitomatic committed Nov 10, 2023
1 parent 23b17bb commit b71f08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gazebo_mavlink_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ namespace mavlink_interface
bool enable_lockstep_ = false;
double speed_factor_ = 1.0;
uint8_t previous_imu_seq_ = 0;
uint8_t update_skip_factor_ = 2;
uint8_t update_skip_factor_ = 1;

std::string mavlink_hostname_str_;
struct hostent *hostptr_{nullptr};
Expand Down

0 comments on commit b71f08f

Please sign in to comment.