Skip to content
Snippets Groups Projects
Commit 0b6399c0 authored by jcarpent's avatar jcarpent
Browse files

[Doc] Improve doc of getJointAccelerationDerivatives

parent 6e36a391
No related branches found
No related tags found
No related merge requests found
//
// Copyright (c) 2017 CNRS
// Copyright (c) 2017-2018 CNRS
//
// This file is part of Pinocchio
// Pinocchio is free software: you can redistribute it
......@@ -65,6 +65,7 @@ namespace se3
/// \brief Computes the partial derivaties of the spatial acceleration of a given with respect to
/// the joint configuration, velocity and acceleration.
/// You must first call computForwardKinematicsDerivatives before calling this function.
/// It is important to notice that a direct outcome (for free) of this algo is v_partial_dq and v_partial_dv which is equal to a_partial_da.
///
/// \tparam rf Reference frame in which the Jacobian is expressed.
///
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment