Hello,
I'm working with the South Dakota School of Mines and Technology UAV team this summer, and have been placed in charge of figuring out how to use and implement JAUS to meet the requirements of the competition.
From the competition this is what we are required to broadcast via JAUS.
As a minimum, “Navigational information” will constitute the following (reported at least once per second): (a) vehicle heading (North reference is user defined), (b) vehicle height above floor, (c) vehicle speed estimate, (d) one-time “target found” signal (when flash drive is detected). (e) one-time “target acquired” signal (when flash drive is retrieved).
From what I have discovered while digging through the JAUS + OpenJAUS libraries we need to broadcast the following messages,
reportVelocityStateMessage
reportLocalPoseMessage,
reportComponentControlMessage
reportComponentStatusMessage
We are given the following tool to help validate our Code and JAUS system.
www.usaric.org/JVT
My question is how to set the address of the subsystem to properly send JAUS info to the IP Address 24.42.140.203 on port 3794.
When looking through the tutorials I understand how to make a component and set up the service connection, but it never went over how to set the address from what I saw.
Any help would be greatly appreciated.