Skip to content
Snippets Groups Projects
Commit 75ba846d authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[Tests] remove a tests that need deprecated sot-dynamic

parent c7da9008
No related branches found
No related tags found
No related merge requests found
IF(BUILD_PYTHON_INTERFACE) IF(BUILD_PYTHON_INTERFACE)
ADD_PYTHON_UNIT_TEST("py-import" "tests/test_import.py") ADD_PYTHON_UNIT_TEST("py-import" "tests/test_import.py")
ADD_PYTHON_UNIT_TEST("py-joint_state" "tests/test_joint_state.py")
ENDIF(BUILD_PYTHON_INTERFACE) ENDIF(BUILD_PYTHON_INTERFACE)
#!/usr/bin/python
try:
from dynamic_graph.sot.dynamics.tools import *
except:
print("This test requires sot-dynamic.")
exit(42)
from dynamic_graph.ros import RosJointState
rjs = RosJointState('rosjointstate')
plug(robot.device.state, rjs.state)
rjs.trigger.recompute(rjs.trigger.time + 1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment