This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Migrate Serial Comm Node to AMP_ASSv2 #7
Labels
serial
Related to the serial communication package of the ASS.
Description
We need to move the current state of the serial communication node from AMP_ASSv1 to AMP_ASSv2.
Ideally with PRs we shoot for a single, small, tested addition to make everyone's (code reviewers, anyone who wants to go through the commit history, etc.) lives easier. However, the evolution of the serial comm code has been an... adventure. Given the circumstances, this issue (and the associated PR) involves moving over all of the critical code from the
ti_comm
folder (in~/src
) based on the state of theti_comm_dev
branch now (i.e. as of this commit).These components include:
libserialport
folder as a git submodule.Another note: now that we have the chance to "start anew," we should make some efforts to rename things appropriately. Including but not limited to:
ti_comm(_node)
->serial_comm(_node)
.amp_serial_jetson.cpp
->serial_comm.cpp
(or something similar and consistent with the package name).No other code related to new projects should be moved over (i.e. the ones in #8 and #9).
Sub-tasks
serial_comm
repo.Resources
The text was updated successfully, but these errors were encountered: