Implement VAPython in pure Python
This PR uses betterproto
to create a pure Python implementation for VAPython
Merge request reports
Activity
added enhancement label
assigned to @pascal.palenda
added 2 commits
added 2 commits
added 9 commits
- 1f6a4041 - Doc: add copyright text
- c9c157f6 - Refactor: use uniform random float for pose
- 76ff6526 - Test: pose setters and getters
- 10ee10cb - Test: more source receiver methods
- 8dc34c5b - Feat: source receiver aura mode conversion
- 1d12a63f - Test: more source receiver methods
- 4ddbb12c - Test: sound source methods
- 25c7bfc6 - Test: sound receiver methods
- 194ebc1b - Fix: add position to test
Toggle commit listTodos:
-
Test:
signal_source
methods -
Test:
directivity
methods -
Test:
reset
-
Test:
rendering_module
methods -
Test:
reproduction_module
methods -
Test:
unlock_update
,lock_update
,get_update_locked
,set_core_clock
,get_core_clock
Edited by Pascal Palenda-
Test:
These methods should be wrapped
- get_signal_source_buffer_playback_state; return better enum
- set_signal_source_buffer_playback_action; receive better enum
Edited by Pascal Palendaadded 9 commits
- ce2199e3 - Test: signal source methods
- 077125e4 - Feat: add custom `__str__` method to `PlaybackStateState`
- 55460887 - Feat: add custom metod overrides for playback methods
- 7cd5a6dc - Feat: add `PlaybackActionAction` to export set
- 32023e17 - Test: reproduction module methods
- bb49ea02 - Test: rendering module methods
- 75c6ac45 - Feat: add custom aura mode methods
- adf59617 - Style: formatting
- 3d19d59d - Fix: mypy errors
Toggle commit listadded 18 commits
- 694ff2d5...6a13800a - 8 earlier commits
- 261c9902 - Test: create from file methods
- a14772ac - Feat: implement create from file methods
- 88ac0622 - Feat: add alias methods for medium shift parameters
- beea1060 - Test: timer methods
- f9069e00 - Feat: implement milisec timer methods
- 2d1f1925 - Style: fix style and minor type errors
- 738e3126 - Test: `shutdown_server`
- 0d47b983 - Feat: implement `shutdown_server`
- 1e3646de - Test: `get_server_address`
- 679230e0 - Feat: implement `get_server_address`
Toggle commit list
Please register or sign in to reply