Commit Graph

12 Commits (4d11e5b66f664d903f9a790d356b0e71f6180404)

Author SHA1 Message Date
PgSocks d4123f440e Add video stream support 1 year ago
PgSocks 90552382db Add blaster fire message 1 year ago
PgSocks 0b238ce048 Add gimbal control message 2 years ago
PgSocks 31d7e57125 Implement simple SDK API 2 years ago
PgSocks af5a6efdb3 Add function to get module ID from command ID
The module ID is always the same for a given command ID,
so it can be easily mapped with a switch function.
2 years ago
PgSocks ca82982a76 Start on high level interface 2 years ago
PgSocks 138f758898 Remove comments 2 years ago
PgSocks b415b9d591 Add simple drive function to API
The wheel speed function requires setting individual wheel speed. And
knowledge of the max and min values. The simple drive function can
accept x, y, and r speeds from -1 to 1, and will compute the wheel
speeds for the user to achieve the desired velocity.
2 years ago
PgSocks 60673a5283 Reorganize messages into module groups 2 years ago
PgSocks e60aa4c2e3 Refactor for public API 2 years ago
PgSocks dab8e0029e Make a struct for connections 2 years ago
PgSocks 8170b3aa90 Move messages to their own headers 2 years ago