Skip to content

removed distance_haversine, bug fix in sim_transmission_loss

Caileigh Fitzgerald requested to merge dev/modem_sim_geopy into devel

Breaking Changes

  • sim_transmission_loss bug fix related to depth. Positive depths are allowed and required

New Features / Improvements

  • removed distance_haversine() and using geopy.distance to mirror sim_transmission_loss
  • new non-default mode for running simulator clock_generator ~start_sim_at_current_time will start sim clock relative to current time rather than from 0.0
  • updates to simple_path mode in modem_sim_location node.

Bugfixes

  • sim_transmission_loss bug fix on depth. Positive depths are allowed and required. Previously the depth logic checking was reversed

Merge request reports

Loading