sonia-auv / sonia_common

SONIA's common packages module, include all common classes that could be use around all our modules
GNU General Public License v3.0
0 stars 1 forks source link

Delete InterSubCom.msg #76

Closed supertoto29 closed 2 years ago

supertoto29 commented 2 years ago

Warning : Before creating an issue or task, make sure that it does not already exists in the issue tracker. Thank you.

Context

To know when a sub has completed his missions, a boolean could be added in the message to signal the other submarine that he could do an other mission.

Changes

Change the IntersubCom.msg in sonia_common. Provider and Proc Underwater Com needs to change a bit to accomodate this new variable. There is still room in the 64 bits package that is sent between each submarine.

supertoto29 commented 2 years ago

@alexemdesgagne IntersubCom.msg can be removed since a std_msg is now being used between the provider and proc. It gives more flexibility and the changes only need to be done in the proc.