No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
Repository Summary
Checkout URI | https://github.com/kth-ros-pkg/kdl_wrapper.git |
VCS Type | git |
VCS Version | hydro |
Last Updated | 2014-10-29 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
kdl_wrapper | 0.1.0 |
README
kdl_wrapper
Overview ——————————————— C++ wrapper for easily using KDL kinematic solvers with robots defined in ROS through URDF files. Wraps the kdl and kdl_parser packages for generating KDL kinematic chains from URDF by just taking as inputs the IDs of the root and tip of the kinematic chain of a robot manipulator.
It also initializes the following KDL solvers:
- Inverse velocity solver (WDLS)
- Forward joint to jacobian solver
- Forward joint to pose solver
- Forward joint to acceleration solver
Requires the kdl_acc_solver package to be installed in the catkin workspace:
git clone https://github.com/kth-ros-pkg/kdl_acc_solver.git
Example code
You can run the example code under src/pr2_kdl_wrapper_example.cpp by doing the following:
-
Make sure you have the pr2_common metapackage:
sudo apt-get install ros-<rosdistro>-pr2-common
-
Upload the PR2 URDF:
roslaunch pr2_description upload_pr2.launch kinect:=TRUE
-
Compile the
kdl_wrapper
package. -
Run the pr2_kdl_wrapper_example :
rosrun kdl_wrapper pr2_kdl_wrapper_example
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.