이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
매니퓰레이터 모션 계획
매니퓰레이터 모션 계획은 로봇의 자유도(DOF)와 로봇 모델의 기구학 제약 조건을 기반으로 고차원 공간에서 경로를 계획하는 작업입니다. 로봇 모델에 대한 기구학 제약 조건은 rigidBodyTree
객체로 지정됩니다. manipulatorRRT
객체를 사용하여 RRT(Rapidly-exploring Random Tree) 알고리즘에 기반하여 조인트 공간에서 경로를 계획합니다.
객체
chompCollisionOptions | Collision options for CHOMP trajectories (R2023a 이후) |
chompSmoothnessOptions | Smoothness options for CHOMP trajectories (R2023a 이후) |
chompSolverOptions | Solver options for CHOMP motion planner (R2023a 이후) |
manipulatorCHOMP | Covariant Hamiltonian optimizer for rigid body tree motion planning (R2023a 이후) |
manipulatorRRT | Plan motion for rigid body tree using bidirectional RRT (R2020b 이후) |
manipulatorStateSpace | State space for rigid body tree robot models (R2021b 이후) |
manipulatorCollisionBodyValidator | Validate states for collision bodies of rigid body tree (R2021b 이후) |
workspaceGoalRegion | Define workspace region of end-effector goal poses (R2021a 이후) |
함수
도움말 항목
- Pick and Place Using RRT for Manipulators
Using manipulators to pick and place objects in an environment may require path planning algorithms like the rapidly-exploring random tree planner.
- Pick-and-Place Workflow Using RRT Planner and Stateflow for MATLAB
This example shows how to setup an end-to-end pick-and-place workflow for a robotic manipulator like the KINOVA® Gen3.
- Pick-and-Place Workflow in Gazebo Using Point-Cloud Processing and RRT Path Planning
Set up an end-to-end, pick-and-place workflow for a robotic manipulator like the KINOVA® Gen3.
- Plan Paths With End-Effector Constraints Using State Spaces For Manipulators
Plan a manipulator robot path using sampling-based planners like the rapidly-exploring random trees (RRT) algorithm.