Skip to content

Commit

Permalink
Reference IK plugin sources from humble branch (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser authored Feb 19, 2024
1 parent 2dfaadf commit 5c8d3ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _posts/2022-07-22-servo-kinematics.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Given the modularity of a plugin architecture, MoveIt can be agnostic to exactly

MoveIt comes packaged with a few kinematics plugins:

* [Cached IK Kinematics Plugin](https://github.com/ros-planning/moveit2/tree/main/moveit_kinematics/cached_ik_kinematics_plugin): Use a persistent cache to speed up similar inverse kinematics calculations
* [IKFast](https://github.com/ros-planning/moveit2/tree/main/moveit_kinematics/ikfast_kinematics_plugin): automatically analyze any complex kinematic chain for common patterns that allow for an analytic solution
* [KDL](https://github.com/ros-planning/moveit2/tree/main/moveit_kinematics/kdl_kinematics_plugin), [LMA](https://github.com/ros-planning/moveit2/tree/main/moveit_kinematics/lma_kinematics_plugin): Wrappers around the numerical inverse kinematics solver provided by Orocos
* [SRV](https://github.com/ros-planning/moveit2/tree/main/moveit_kinematics/srv_kinematics_plugin): A client for querying for IK solutions from a ROS service.
* [Cached IK Kinematics Plugin](https://github.com/ros-planning/moveit2/tree/humble/moveit_kinematics/cached_ik_kinematics_plugin): Use a persistent cache to speed up similar inverse kinematics calculations
* [IKFast](https://github.com/ros-planning/moveit2/tree/humble/moveit_kinematics/ikfast_kinematics_plugin): automatically analyze any complex kinematic chain for common patterns that allow for an analytic solution
* [KDL](https://github.com/ros-planning/moveit2/tree/humble/moveit_kinematics/kdl_kinematics_plugin), [LMA](https://github.com/ros-planning/moveit2/tree/humble/moveit_kinematics/lma_kinematics_plugin): Wrappers around the numerical inverse kinematics solver provided by Orocos
* [SRV](https://github.com/ros-planning/moveit2/tree/humble/moveit_kinematics/srv_kinematics_plugin): A client for querying for IK solutions from a ROS service.

Another popular inverse kinematics plugin, external to MoveIt, is [bio_ik](https://github.com/PickNikRobotics/bio_ik), which was recently ported to ROS 2.
This plugin provides the ability to specify cost functions that can prioritize certain solutions to the inverse kinematics problem, as well as provide custom position & orientation constraints.
Expand Down

0 comments on commit 5c8d3ab

Please sign in to comment.