Skip to content

Commit

Permalink
Merge pull request #21 from henriksod/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
henriksod authored Jul 24, 2022
2 parents 0acaf20 + ac63b5f commit 2dfeb6a
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 239 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/compile_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
compliance: strict
recursive: true
project-type: library
cpplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- run: pip install cpplint
- run: cpplint --recursive ./src
compile:
runs-on: ubuntu-latest
strategy:
Expand Down
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=Fabrik2D
version=1.0.4
version=1.0.5
author=Henrik Söderlund <henrik.a.soderlund@hotmail.com>
maintainer=Henrik Söderlund <henrik.a.soderlund@hotmail.com>
sentence=A library for solving inverse kinematics in 2 dimensions using the FABRIK algorithm.
paragraph=FABRIK is an iterative inverse kinematics solver algorithm by Andreas Aristidou, Joan Lasenby. It is optimal for computationally inefficient systems.
sentence=A library for fast solving of inverse kinematics using the FABRIK algorithm.
paragraph=FABRIK is an iterative inverse kinematics solver algorithm by Andreas Aristidou, Joan Lasenby.
category=Data Processing
url=https://github.com/henriksod/Fabrik2DArduino
architectures=*
Expand Down
Loading

0 comments on commit 2dfeb6a

Please sign in to comment.