All Projects → project-march → march

project-march / march

Licence: other
The main repository of the March exoskeleton 🎛️

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to march

dataset-ssvep-exoskeleton
SSVEP-based BCI recording of 12 subjects operating an upper limb exoskeleton during a shared control task. The exoskeleton is either controlled with a touchless interface detecting hand poses or with BCI.
Stars: ✭ 36 (+20%)
Mutual labels:  exoskeleton

This repository has been archived. A recent version can be found on https://gitlab.com/project-march.

March

The main repository of the MARCH exoskeleton.

GitHub release (latest by date including pre-releases)

Branch Build Status
master Build Status
develop Build Status

Fixing code style

All C++ code must follow the roscpp_code_format code styling rules. The rules for this format are set in the .clang-format file. clang-format is a tool that can detect and fix these problems in your code. Before pushing you should make sure that this is fixed, otherwise the Travis build will fail. First you need to install clang-format:

sudo apt install clang-format

Then you can run clang-format from the root of this repository:

find . -name '*.h' -or -name '*.cpp' | xargs clang-format -i -style=file

NOTE: This command can make changes to your files.

If you would like to show a diff and not use find, install clang_format_check.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].