You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before creating the C++ driver, we will need to expose and uncover the existing structure of the DVL packets. This will allow us to write a custom C++ driver that conforms to these specs.
We will need to know what data is coming in from the DVL, and what packets we can send it in order to interface with the driver (running tests/diagnostics, startup/shutdown, etc.).
This information can be found from the Python driver (by tearing it apart) or by reading the DVL's documentation.
The text was updated successfully, but these errors were encountered:
Before creating the C++ driver, we will need to expose and uncover the existing structure of the DVL packets. This will allow us to write a custom C++ driver that conforms to these specs.
We will need to know what data is coming in from the DVL, and what packets we can send it in order to interface with the driver (running tests/diagnostics, startup/shutdown, etc.).
This information can be found from the Python driver (by tearing it apart) or by reading the DVL's documentation.
The text was updated successfully, but these errors were encountered: