Skip to content

Commit 786cf5d

Browse files
authored
Merge pull request #2624 from abussy-aldebaran/topic/check-data-link
Fix ModelTpl::check() link
2 parents bf2cbfb + a99f580 commit 786cf5d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4343
- Use [Google benchmark](https://github.com/google/benchmark/tree/main) in benchmarks ([#2607](https://github.com/stack-of-tasks/pinocchio/pull/2607))
4444

4545
### Fixed
46+
- Fix `ModelTpl::check()` link ([#2624](https://github.com/stack-of-tasks/pinocchio/pull/2624))
4647
- Add missing Python examples ([#2528](https://github.com/stack-of-tasks/pinocchio/pull/2528))
4748
- Fix nominal accuracy check for Quaternion based on the scalar type ([#2608](https://github.com/stack-of-tasks/pinocchio/pull/2608))
4849

include/pinocchio/algorithm/contact-cholesky.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef __pinocchio_algorithm_contact_cholesky_hxx__
66
#define __pinocchio_algorithm_contact_cholesky_hxx__
77

8-
#include "pinocchio/algorithm/check-model.hpp"
8+
#include "pinocchio/algorithm/check.hpp"
99
#include "pinocchio/multibody/data.hpp"
1010

1111
#include <algorithm>

include/pinocchio/algorithm/contact-jacobian.hxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include "pinocchio/multibody/model.hpp"
99
#include "pinocchio/multibody/data.hpp"
10+
#include "pinocchio/algorithm/check.hpp"
1011

1112
namespace pinocchio
1213
{

0 commit comments

Comments
 (0)