Skip to content

Commit

Permalink
Make the two examples closer to each other
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron authored and jcarpent committed Nov 13, 2023
1 parent b482ee4 commit 0952134
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/inverse-dynamics.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// Copyright 2023 Inria
// SPDX-License-Identifier: BSD-2-Clause

/*
* In this short script, we show how to compute inverse dynamics (RNEA), i.e.
* the vector of joint torques corresponding to a given motion.
*/

#include <iostream>

#include "pinocchio/algorithm/joint-configuration.hpp"
Expand Down

0 comments on commit 0952134

Please sign in to comment.