-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* edit: joint.hpp add accessors of scale and offset * edit: segment.hpp add accessor of f_tip * edit: rigidbodyinertia.hpp add accessor of h * edit: rigidbodyinertia.hpp change return types of getMass() and getRotationalInertia() * edit: TreeFkSolverPos_recursive,TreeJntToJacSolver privat variale this->tree to a const reference * edit: rigidbodyinertia.hpp const double& getMass() -> double getMass() * (joint) Update return types and docstrings * Revert class member type change Not ABI compatible * (joint) change return types * Revert class member ref change Not ABI compatible * (RigidBodyInertia) revert return type change Not ABI compatible * Add missing docstring * edit : segment.hpp getFrameToTipRaw -> getFrameToTipZero add docstring to get FrameToTipZero * edit: segment.hpp add docstring to get FrameToTipZero Co-authored-by: Matthijs van der Burgh <MatthijsBurgh@outlook.com>
- Loading branch information
1 parent
4cc7cf9
commit 9a35f0a
Showing
3 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters