Registry / utility / orocos-kdl

orocos-kdl

JSON →
library1.5.3vcpkgunverified

Kinematics and Dynamics Library for robotics applications.

vcpkg install orocos-kdl
INSTALL
IMPORT
SIG · OROCOS-KDL
O
orocos-kdl
utilitycppv1.5.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

kdl/chain.hpp
#include <kdl/chain.hpp>

Computes forward kinematics for a simple 1-DOF chain.

#include <kdl/chain.hpp> #include <kdl/chainfksolverpos_recursive.hpp> #include <iostream> int main() { KDL::Chain chain; chain.addSegment(KDL::Segment(KDL::Joint(KDL::Joint::RotZ))); KDL::ChainFkSolverPos_recursive fksolver(chain); KDL::JntArray q(1); q(0) = 1.0; KDL::Frame p_out; fksolver.JntToCart(q, p_out); std::cout << p_out.p.x() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

orocos-kdl — pip install orocos-kdl · libregistry