Skip to content

Commit

Permalink
Restore test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindlewis23 committed Jun 7, 2024
1 parent 0717b14 commit 677a318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ik_python/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# Requires numpy to be installed

# Import the test case csv files
generalFilenames = []#'IK_2_intersecting', 'IK_2_parallel', 'IK_3_parallel_2_intersecting', 'IK_3_parallel', 'IK_spherical', 'IK_spherical_2_parallel', 'IK_spherical_2_intersecting', 'IK_gen_6_dof']
hardcodedFilenames = []#'IRB_6640', 'KUKA_R800_fixed_q3', "RRC_fixed_q6", "spherical_bot", "three_parallel_bot", "two_parallel_bot", "ur5", "yumi_fixed_q3"]
generalFilenames = ['IK_2_intersecting', 'IK_2_parallel', 'IK_3_parallel_2_intersecting', 'IK_3_parallel', 'IK_spherical', 'IK_spherical_2_parallel', 'IK_spherical_2_intersecting', 'IK_gen_6_dof']
hardcodedFilenames = ['IRB_6640', 'KUKA_R800_fixed_q3', "RRC_fixed_q6", "spherical_bot", "three_parallel_bot", "two_parallel_bot", "ur5", "yumi_fixed_q3"]

from collections import namedtuple
import numpy as np
Expand Down

0 comments on commit 677a318

Please sign in to comment.