KDL-Examples
Some small examples for usage.
Do not hesitate to add your own small examples.
»
- Printer-friendly version
- Login or register to post comments
Orocos Kinematics and DynamicsSmarter in motion!
|
|
KDL-ExamplesSome small examples for usage. Do not hesitate to add your own small examples. »
|
Forward kinematic chain example
Using KDL
Hi, I have a basic question...how should look like my makefile in order to compile the example posted above???
Thanks,
Breno Carneiro Pinheiro Electrical Engineering
Inverse position example
Inverse position example
Excuse me, a question is, how can we implement the Inverse Kinematics with some joint parameters, such as angle limits?
You will have to create
You will have to create your own solver for this. But you can start from the existing solver ;). If you need any help, don't hesitate to contact me.
Ruben
FindKDL.cmake
Since people want to use KDL in their own project i'm posting a FindKDL.cmake file that can find KDL and the RTT-bindings if you want to:
your CMakeLists.txt should be something like this:
#------ PROJECT(Dummy) INCLUDE (${PROJECT_SOURCE_DIR}/FindPkgConfig.cmake) ## Find KDL SET( KDL_INSTALL ${CMAKE_INSTALL_PREFIX} CACHE PATH "The KDL installation directory.") INCLUDE (${PROJECT_SOURCE_DIR}/FindKDL.cmake) #--------A link to the files:
http://people.mech.kuleuven.be/~rsmits/FindKDL/
Inverse Kinematic
Does anyone know where I can find a working example of Inverse Kinematic? I can't compile the example above! thank you!!