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

[Hector] fix typo

And activate tests again
parent a9dea8c2
No related branches found
No related tags found
No related merge requests found
Pipeline #11066 passed
......@@ -3,7 +3,6 @@ import warnings
from os.path import dirname, exists, join
import numpy as np
import pinocchio as pin
from pinocchio.robot_wrapper import RobotWrapper
......@@ -222,7 +221,7 @@ def loadUR(robot=5, limited=False, gripper=False):
def loadHector():
return robot_loader('hector_description', "quadroto_base.urdf", free_flyer=True)
return robot_loader('hector_description', "quadrotor_base.urdf", free_flyer=True)
def loadDoublePendulum():
......
......@@ -22,8 +22,8 @@ class RobotTestCase(unittest.TestCase):
def test_double_pendulum(self):
self.check('double_pendulum', 2, 2)
# def test_hector(self):
# self.check('hector', 0, 0)
def test_hector(self):
self.check('hector', 7, 6)
def test_hyq(self):
self.check('hyq', 19, 18)
......
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