Issue:
Hello everyone, I’m going to be working with a manipulator robot that deals with high-order pose and direction control, trajectory planning, and task planning. In the past, I usually used trajectories of either third or fifth-degree polynomials and constant velocity for following position changes during the process, with the direction always being fixed.
How can I generate a trajectory that changes direction while moving to another position throughout the entire process? Could you provide me with some ideas for solving this problem? I’ve searched on Google Scholar and ResearchGate, but most of the information is about mobile robots.
Normally, I often write the trajectory planing code in robot that use polynominal for describre position change with time and then put this output value of position to the inverse kinematic to solve for theta to control robot, with the extend for this trajectory I want to update it to path planning or task planning with the consider about orientation. I currently use Jacobian for computing inverse kinematic.
this may use as a application in Yeecon robot
Automatic Arm Rehabilitation Robot for Upper Limb Neuro Rehabilitation (youtube.com)
It just about method to trajectory, thank you for supporting me !