UofSSpaceTeam / rover-processes

Miscellaneous software for the rover.
0 stars 2 forks source link

Usb manager #19

Closed ottopasuuna closed 6 years ago

ottopasuuna commented 6 years ago

Talks to all serial devices and acts as a bridge between the robocluster network and serial VESC devices. Probably a bit gross as I call blocking statements from inside the asyncio event loop, but it seems to work. Will need testing to see how performance scales.

Apparently this branch also updated the Joystickprocess and added a Printer process that echos everything that is published on the robocluster network.

Closes #12