Rename the TelemData App to Pixhawk
dragonprevost opened this issue · 0 comments
dragonprevost commented
Since we are going to be getting more than just telem data from the pixhawk it makes sense conceptually for the app to be named Pixhawk
or PixhawkInterface
.
Notes
- There are a few places where this application is imported or its routes are imported
- Make sure to follow the import chain all the way from
obc.py
- Make sure to follow the import chain all the way from
- There may be better ways to import an applications routes; Im open to suggestions - Dragon
- Make sure to test once you are done