Skip to content

Commit deee090

Browse files
authored
Merge pull request #565 from bitcraze/rik/qualisys_dependency
Include Qualisys SDK as optional dependency
2 parents 83c7325 + 2f3225a commit deee090

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

examples/mocap/qualisys_hl_commander.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
2727
Set the uri to the radio settings of the Crazyflie and modify the
2828
rigid_body_name to match the name of the Crazyflie in QTM.
29+
30+
Requires the qualisys optional dependency:
31+
pip install cflib[qualisys]
2932
"""
3033
import asyncio
3134
import math

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Issues = "https://github.com/bitcraze/crazyflie-lib-python/issues"
5050

5151
[project.optional-dependencies]
5252
dev = ["pre-commit"]
53+
qualisys = ["qtm-rt>=3.0.2"]
5354

5455
[tool.setuptools]
5556
include-package-data = true

0 commit comments

Comments
 (0)