kdl_wrapper package from kdl_wrapper repo

kdl_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:

  1. Make sure you have the pr2_common metapackage:

    sudo apt-get install ros-<rosdistro>-pr2-common
    
  2. Upload the PR2 URDF:

    roslaunch pr2_description upload_pr2.launch kinect:=TRUE
    
  3. Compile the kdl_wrapper package.

  4. Run the pr2_kdl_wrapper_example :

    rosrun kdl_wrapper pr2_kdl_wrapper_example
    
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

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