Resolve "Bug in modem sim node. Does not publish sim range for every packet"
requested to merge issue/55-bug-in-modem-sim-node-does-not-publish-sim-range-for-every-packet into devel
Bugfixes
- bug fix in
modem_sim_node. When calculating the OWTT for every sim packet, we were subtracting two different time types (rospy.Timeandros_acomms_msgs.Time). We are now usingtransmission_delaydirectly. This is typerospy.Timewhich has theto_sec()method.
Closes #55 (closed)
Edited by Caileigh Fitzgerald