Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetCollisionCheckPts fails on a single-waypoint trajectory #204

Open
mkoval opened this issue Oct 17, 2015 · 0 comments
Open

GetCollisionCheckPts fails on a single-waypoint trajectory #204

mkoval opened this issue Oct 17, 2015 · 0 comments
Labels

Comments

@mkoval
Copy link
Member

mkoval commented Oct 17, 2015

ERROR: test_PlanToConfiguration_AlreadyAtGoal_FindsSolution (tests.planning.test_SnapPlanner.SnapPlannerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/homes/mkoval/herb-ws/src/prpy/tests/planning/methods/PlanToConfiguration.py", line 72, in test_PlanToConfiguration_AlreadyAtGoal_FindsSolution
    self.PlanFromStartToGoalConfiguration(self.waypoint1, self.waypoint1)
  File "/homes/mkoval/herb-ws/src/prpy/tests/planning/methods/PlanToConfiguration.py", line 53, in PlanFromStartToGoalConfiguration
    path = self.planner.PlanToConfiguration(self.robot, config_goal)
  File "/homes/mkoval/herb-ws/src/prpy/src/prpy/planning/base.py", line 153, in __call__
    return call_planner()
  File "/homes/mkoval/herb-ws/src/prpy/src/prpy/planning/base.py", line 133, in call_planner
    *args, **kw_args)
  File "/homes/mkoval/herb-ws/src/prpy/src/prpy/planning/snap.py", line 67, in PlanToConfiguration
    return self._Snap(robot, goal, **kw_args)
  File "/homes/mkoval/herb-ws/src/prpy/src/prpy/planning/snap.py", line 141, in _Snap
    for _, q in GetCollisionCheckPts(robot, traj):
  File "/homes/mkoval/herb-ws/src/prpy/src/prpy/util.py", line 895, in GetCollisionCheckPts
    first_step, duration - start_time))
ValueError: First step 0.000000 is out of range (0, 0.000000]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant