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.

Make ee axis be along a certain direction in motion planning #14

#1

The problem is my end effector is a plate and I want to keep its normal upwards. I know the two point ik problem at start and goal. But how to do it for the intermediate milestones in motion planning functions?

  • replies 1
  • views 3.2K
  • likes 0
#2

If you are using the functions in robotPlanning (makeSpace, planToConfig, etc), the IK objective can be passed in the extraConstraints argument.

You can then plan as normal, except the resulting path will only be coarse milestones along the path. To get a finely discretized path you will need to call the ClosedLoopCSpace.discretizePath method.