Skip to content

The main repository of the March exoskeleton.

Notifications You must be signed in to change notification settings

huangshizhe/march

 
 

Repository files navigation

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.

About

The main repository of the March exoskeleton.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 71.0%
  • C++ 24.5%
  • CMake 4.4%
  • C 0.1%