v12.0.0 merge to master
Breaking Changes
- updates to
acomms_driver_nodedynamic reconfigure which require rebuilding the package. - see !151 (merged) for details on breaking changes
New Features / Improvements
- added interface to
acomms_driver_nodeto allow sending ROS msg traffic in FDP ping payloads. To use, set~use_ping_payloadto True (default is False). To set the payload size pass:~ping_maximum_miniframe_bytes(default is 32, max). -
acomms_driver_nodenow sets the parameter server with the~modem_config(which we now cache) after updating and setting the values fortx_inhibitandpwramp_txlevel. -
modem_sim_nodenow supports same interface asacomms_driver_nodefor using the ping_payload to transport ros msgs. (no dynamic reconf for modem sim though)- same rosparams used in the
acomms_driver_node:~use_ping_payload (default:false)~ping_maximum_miniframe_bytes (default:32)
- same rosparams used in the
Bugfixes
- see !151 (merged) for details on bug fixes