Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

C space feasible check problem. #42

#1
planning.png

I did the feasibility check for start and goal configurations:
print("--------space.feasible(qstart)-----------")
print(space.feasible(qstart))

print("--------space.feasible(qgoal)-----------")
print(space.feasible(qgoal))

Both return True. However, it should return False. As the attached screenshot shows the sphere colliding with the robot. Is that a bug?

  • replies 0
  • views 756
  • likes 0