Skip to content

Commit 9b8975e

Browse files
committed
Minor changes before moving to jrl-umi3218
1 parent 5e9e732 commit 9b8975e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/RBDyn.recipe

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# git-build-recipe format 0.4 deb-version {debversion}+{time}+{git-commit}
2-
https://github.com/gergondet/RBDyn @REF@
2+
https://github.com/jrl-umi3218/RBDyn @REF@
33
run git submodule update --init

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RBDyn
66
[![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)
77
[![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)
88

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

1111
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.
1212

debian/control

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Depends: pkg-config,
3939
${misc:Depends}
4040
Suggests: librbdyn-doc
4141
Description: RBDyn - development files
42-
RBDyn provide a set of class and function to model the
42+
RBDyn provides a set of classes and functions to model the
4343
dynamics of rigid body systems.
4444
.
4545
This package contains development files (headers and shared library
@@ -51,7 +51,7 @@ Architecture: any
5151
Depends: ${shlibs:Depends},
5252
${misc:Depends}
5353
Description: RBDyn: dynamics of rigid body systems
54-
RBDyn provide a set of class and function to model the
54+
RBDyn provides a set of classes and functions to model the
5555
dynamics of rigid body systems.
5656
.
5757
This implementation is based on [Roy Featherstone Rigid
@@ -66,7 +66,7 @@ Depends: ${misc:Depends}
6666
Multi-Arch: foreign
6767
Suggests: librbdyn-dev
6868
Description: RBDyn API documentation
69-
RBDyn provide a set of class and function to model the
69+
RBDyn provides a set of classes and functions to model the
7070
dynamics of rigid body systems.
7171
.
7272
This package provides the complete API documentation in HTML format.

0 commit comments

Comments
 (0)