Skip to content

Commit

Permalink
Minor changes before moving to jrl-umi3218
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Nov 29, 2019
1 parent 5e9e732 commit 9b8975e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/RBDyn.recipe
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# git-build-recipe format 0.4 deb-version {debversion}+{time}+{git-commit}
https://github.com/gergondet/RBDyn @REF@
https://github.com/jrl-umi3218/RBDyn @REF@
run git submodule update --init
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RBDyn
[![CI](https://github.com/jrl-umi3218/RBDyn/workflows/CI%20of%20RBDyn/badge.svg?branch=master)](https://github.com/jrl-umi3218/RBDyn/actions?query=workflow%3A%22CI+of+RBDyn%22)
[![Documentation](https://img.shields.io/badge/doxygen-online-brightgreen?logo=read-the-docs&style=flat)](http://jrl-umi3218.github.io/RBDyn/doxygen/HEAD/index.html)

RBDyn provide a set of class and function to model the dynamics of rigid body systems.
RBDyn provides a set of classes and functions to model the dynamics of rigid body systems.

This implementation is based on [Roy Featherstone Rigid Body Dynamics Algorithms book](http://www.springer.com/fr/book/9780387743141) and other state of the art publications.

Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Depends: pkg-config,
${misc:Depends}
Suggests: librbdyn-doc
Description: RBDyn - development files
RBDyn provide a set of class and function to model the
RBDyn provides a set of classes and functions to model the
dynamics of rigid body systems.
.
This package contains development files (headers and shared library
Expand All @@ -51,7 +51,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: RBDyn: dynamics of rigid body systems
RBDyn provide a set of class and function to model the
RBDyn provides a set of classes and functions to model the
dynamics of rigid body systems.
.
This implementation is based on [Roy Featherstone Rigid
Expand All @@ -66,7 +66,7 @@ Depends: ${misc:Depends}
Multi-Arch: foreign
Suggests: librbdyn-dev
Description: RBDyn API documentation
RBDyn provide a set of class and function to model the
RBDyn provides a set of classes and functions to model the
dynamics of rigid body systems.
.
This package provides the complete API documentation in HTML format.
Expand Down

0 comments on commit 9b8975e

Please sign in to comment.