Adeeb Shihadeh
cdd76b2972
pre-commit: autoupdate hooks ( #525 )
...
* Update pre-commit hook versions
* Update test_visionipc.py
---------
Co-authored-by: adeebshihadeh <adeebshihadeh@users.noreply.github.com>
2023-08-31 14:38:04 -07:00
Mitchell Goff
a9082c8268
Added python VisionBuf class ( #502 )
2023-07-24 23:59:08 -07:00
Adeeb Shihadeh
1b0f22f30b
visionipc: fix getAvailableStreams for server with no streams ( #492 )
...
* visionipc: fix getAvailableStreams for server with no streams
* still check that
* cleanup
2023-06-29 17:32:46 -07:00
Mitchell Goff
a1f562bccb
Refactor buffer properties in python VisionIpcClient ( #480 )
...
* Refactor buffer properties in python VisionIpcClient
* mapsd -> navd
2023-06-21 12:44:21 -07:00
mitchellgoffpc
1a56b09a0d
Create both client and server in TestVisionIpc setup
2023-06-20 17:04:17 -07:00
Mitchell Goff
96626cae1f
Added VisionIpcBufExtra properties to python VisionIpcClient ( #479 )
...
* Added VisionIpcBufExtra properties to python VisionIpcClient
* Check frame_id in test_send_single_buffer
2023-06-20 16:55:51 -07:00
Mitchell Goff
662206899d
Added minimal set of tests for python VisionIpc ( #478 )
...
* Started work on tests for python visionipc
* Added a bunch more tests
* Added conflate/no_conflate tests
* Added basic python visionipc tests
* Added create_vipc_server helper function
* Added create_vipc_server as a method
* Added teardown
* Add zmq_sleep
* Try removing teardown
2023-06-20 16:31:28 -07:00