Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion aerial_robot_estimation/src/sensor/altitude.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ namespace sensor_plugin
return true;
}
}
//break;
return false;
case MAX_EXCEED:
/* the sensor value is below the max value ath the MAX_EXCEED state */
Expand Down
5 changes: 0 additions & 5 deletions docs/beginning.md

This file was deleted.

10 changes: 5 additions & 5 deletions docs/how_to_contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## Contribute Process

1. fork the original repository from https://github.com/jsk-ros-pkg/jsk_aerial_robot
2. develop your own feature in your forked repository
3. once you finish your development, make a pull request to the original repository
4. the original repository maintainer will review your pull request and merge it if it is OK
1. Fork the original repository from https://github.com/jsk-ros-pkg/jsk_aerial_robot
2. Develop your own feature in your forked repository
3. Once you finish your development, make a pull request to the original repository
4. The original repository maintainer will review your pull request and merge it if it is okay

## Code Style

We use Clang-format to format the C++ code, and use black to format the Python code.
We use the [clang-format](https://clang.llvm.org/docs/ClangFormat.html) to format C++ code, and use [black](https://github.com/psf/black) to format Python code.
Pre-commit, the format plugin, will run automatically before each commit. The specific function has been written in
.pre-commit-config.yaml. To activate this plugin, please run the following command in terminal and root directory:

Expand Down