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.
kdl_wrapper package from kdl_wrapper repokdl_wrapper |
|
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
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) |
Package Description
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.
Additional Links
Maintainers
- Francisco Vina
- Francisco Vina
Authors
- Francisco Vina
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
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
roscpp | |
urdf | |
kdl_acc_solver | |
kdl_parser | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged kdl_wrapper at Robotics Stack Exchange
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.