Skip to content

Commit 2dfeb6a

Browse files
authored
Merge pull request #21 from henriksod/development
Development
2 parents 0acaf20 + ac63b5f commit 2dfeb6a

File tree

4 files changed

+256
-239
lines changed

4 files changed

+256
-239
lines changed

.github/workflows/compile_benchmark.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616
compliance: strict
1717
recursive: true
1818
project-type: library
19+
cpplint:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: actions/checkout@v1
23+
- uses: actions/setup-python@v1
24+
- run: pip install cpplint
25+
- run: cpplint --recursive ./src
1926
compile:
2027
runs-on: ubuntu-latest
2128
strategy:

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=Fabrik2D
2-
version=1.0.4
2+
version=1.0.5
33
author=Henrik Söderlund <henrik.a.soderlund@hotmail.com>
44
maintainer=Henrik Söderlund <henrik.a.soderlund@hotmail.com>
5-
sentence=A library for solving inverse kinematics in 2 dimensions using the FABRIK algorithm.
6-
paragraph=FABRIK is an iterative inverse kinematics solver algorithm by Andreas Aristidou, Joan Lasenby. It is optimal for computationally inefficient systems.
5+
sentence=A library for fast solving of inverse kinematics using the FABRIK algorithm.
6+
paragraph=FABRIK is an iterative inverse kinematics solver algorithm by Andreas Aristidou, Joan Lasenby.
77
category=Data Processing
88
url=https://github.com/henriksod/Fabrik2DArduino
99
architectures=*

0 commit comments

Comments
 (0)