matrix-io / matrix-creator-malos

MATRIX Creator abstraction for MOS
GNU General Public License v3.0
19 stars 18 forks source link

Can't set Update Rate and Timeouts for drivers #109

Closed Hermitter closed 6 years ago

Hermitter commented 6 years ago

It seems these properties for the DriverConfig message are being ignored. Tested with the imu javascript example.

message DriverConfig {
  // Delay between updates. In seconds.
  float delay_between_updates = 1;
  // Timeout after last ping.
  float timeout_after_last_ping = 2;
}
Hermitter commented 6 years ago

Fixed in https://github.com/matrix-io/matrix-creator-malos/releases/tag/v0.3.5