Skip to content
Snippets Groups Projects
Verified Commit dae13f7f authored by Gabriele Buondonno's avatar Gabriele Buondonno Committed by Justin Carpentier
Browse files

[pythontest] fix tests

parent fb6817f0
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,9 @@ import os
from pinocchio.robot_wrapper import RobotWrapper
# TODO: do not use romeo
current_file = os.path.dirname(os.path.abspath(__file__))
romeo_model_dir = os.path.abspath(os.path.join(current_file, '../../models/romeo'))
romeo_model_dir = os.path.abspath(os.path.join(current_file, '../models/romeo'))
romeo_model_path = os.path.abspath(os.path.join(romeo_model_dir, 'romeo_description/urdf/romeo.urdf'))
hint_list = [romeo_model_dir, "wrong/hint"] # hint list
robot = RobotWrapper(romeo_model_path, hint_list, se3.JointModelFreeFlyer())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment