Usage
Keep PyPI as the primary index and add this wheel index:
pip install --extra-index-url https://pypi.cyoahs.dev/simple cyclonedds
Install only from this index:
pip install --index-url https://pypi.cyoahs.dev/simple cyclonedds
Unitree SDK2 Python compatibility note
On Python versions newer than 3.10, unitree_sdk2_python with cyclonedds==0.10.2 may hit a buffer overflow around ChannelFactoryInitialize; see unitreerobotics/unitree_sdk2_python#90.
Install unitree_sdk2_python first, then override CycloneDDS with a newer wheel from this index:
pip install --upgrade --extra-index-url https://pypi.cyoahs.dev/simple cyclonedds==0.10.5