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.

is it possible to do planning for a point robot via Klampt? #48

#1

Moved from github issue.

muk465 commented on Dec 5, 2021

Hi guys I want to plan a path for a point robot using rrt on a 3d image(3d numpy array) is it possible to do this using klampt? because when i was reading documentation i got the feeling that this library only supports manipulator kind of robots.Kindly help

krishauser commented on Jan 3

Yes, you may plan for point robots. In Python there exists a base configuration space class CSpace and a motion planning class MotionPlan. You would subclass CSpace to add your hooks: http://motion.cs.illinois.edu/software/klampt/latest/pyklampt_docs/klampt.plan.cspace.html

One of the exercises has you doing exactly this. https://github.com/krishauser/Klampt-examples/tree/master/Python3/exercises/motionplanning

  • replies 0
  • views 580
  • likes 0