unitree_sdk2_python/unitree_sdk2py/test/rpc/test_api.py

9 lines
143 B
Python
Raw Normal View History

2024-04-26 21:26:50 +08:00
# service name
TEST_SERVICE_NAME = "test"
# api version
TEST_API_VERSION = "1.0.0.1"
# api id
TEST_API_ID_MOVE = 1008
TEST_API_ID_STOP = 1002