File tree 3 files changed +3
-1
lines changed
include/pinocchio/algorithm
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
43
43
- Use [ Google benchmark] ( https://github.com/google/benchmark/tree/main ) in benchmarks ([ #2607 ] ( https://github.com/stack-of-tasks/pinocchio/pull/2607 ) )
44
44
45
45
### Fixed
46
+ - Fix ` ModelTpl::check() ` link ([ #2624 ] ( https://github.com/stack-of-tasks/pinocchio/pull/2624 ) )
46
47
- Add missing Python examples ([ #2528 ] ( https://github.com/stack-of-tasks/pinocchio/pull/2528 ) )
47
48
- Fix nominal accuracy check for Quaternion based on the scalar type ([ #2608 ] ( https://github.com/stack-of-tasks/pinocchio/pull/2608 ) )
48
49
Original file line number Diff line number Diff line change 5
5
#ifndef __pinocchio_algorithm_contact_cholesky_hxx__
6
6
#define __pinocchio_algorithm_contact_cholesky_hxx__
7
7
8
- #include " pinocchio/algorithm/check-model .hpp"
8
+ #include " pinocchio/algorithm/check.hpp"
9
9
#include " pinocchio/multibody/data.hpp"
10
10
11
11
#include < algorithm>
Original file line number Diff line number Diff line change 7
7
8
8
#include " pinocchio/multibody/model.hpp"
9
9
#include " pinocchio/multibody/data.hpp"
10
+ #include " pinocchio/algorithm/check.hpp"
10
11
11
12
namespace pinocchio
12
13
{
You can’t perform that action at this time.
0 commit comments