Compare commits
98 Commits
62c5b11431
...
main
Author | SHA1 | Date | |
---|---|---|---|
b65121c19a | |||
cfe37f0e06 | |||
06cbb88e23 | |||
5d93974343 | |||
b967717a67 | |||
d07b07da7d | |||
0d0790f57a | |||
7cf234124c | |||
ba3d58d415 | |||
451deccef4 | |||
8ea9a22760 | |||
c4a68ec22e | |||
acfa565d0f | |||
74341b6854 | |||
b0e62683ac | |||
07ea79e04b | |||
52d1a300e1 | |||
7e61eae008 | |||
9f051b74d6 | |||
6774280085 | |||
04676b74b1 | |||
acd84ed2d9 | |||
34ceaf0e13 | |||
dce855f515 | |||
997fe5f352 | |||
e4f3617b86 | |||
4a9833b8f1 | |||
d69617ee5a | |||
b2271c014a | |||
8fb6ddc86e | |||
b73e3a23ae | |||
1e09addc8b | |||
71e197d353 | |||
d16047166d | |||
7ab5ade20a | |||
24942e39cb | |||
1262a6438f | |||
63fb7fd46c | |||
00f77b6452 | |||
6b775ce881 | |||
02636bb472 | |||
57e1e86dee | |||
60408edb4a | |||
a8e84ace18 | |||
9c0124c3f5 | |||
3e8509c8f8 | |||
ba1bfc2d0d | |||
1978a09574 | |||
7a65e0bc6e | |||
462b4d6a1c | |||
8840ad3071 | |||
038d541fd2 | |||
e5610ce938 | |||
66d713e6a0 | |||
8252a16455 | |||
5ad4dcb95b | |||
ce38659d48 | |||
b204d0a1fd | |||
ea23e79ab2 | |||
35caa7ec6d | |||
3f65eacb81 | |||
f314dcde29 | |||
952edd4a46 | |||
3ad388aa99 | |||
97e2d93130 | |||
dbbde3d423 | |||
346e4946c6 | |||
9357a06993 | |||
7342ae9209 | |||
95b95c4cd5 | |||
9571269e17 | |||
c9241247ff | |||
09299a2fac | |||
8d0709c921 | |||
75dbcb2c6d | |||
6eb7d23127 | |||
2e394b4a40 | |||
b18e962a2f | |||
d029ca9007 | |||
9424c96adf | |||
d743555e5e | |||
1970d4a5a3 | |||
f3a880a0a0 | |||
fe34793807 | |||
0e7580214e | |||
8b7ff2e906 | |||
fd721c989c | |||
0a1a7e6d69 | |||
d58fa4d86d | |||
a55826444b | |||
b039bfb298 | |||
bf5314029d | |||
87186d3d68 | |||
edafa23ad8 | |||
072d4cda94 | |||
0f5f5e0c76 | |||
c5dfc8f5b9 | |||
57da882b60 |
72
CONTRIBUTING.md
Normal file
72
CONTRIBUTING.md
Normal file
@ -0,0 +1,72 @@
|
||||
# Contributing to Bellande Robotics Sensors Research Innovations Center
|
||||
We're excited that you're interested in contributing to the Bellande Robotics Sensors Research Innovations Center! This document outlines the process for contributing to our organization and this repository!
|
||||
|
||||
## Contributing to the Organization
|
||||
To contribute to the Bellande Robotics Sensors Research Innovations Center organization, please visit our [Contributing Repository](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor)
|
||||
|
||||
## Table of Contents
|
||||
1. [Contributing to the Organization](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor)
|
||||
- [Creating a Repository](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor)
|
||||
- [Team Requests](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor)
|
||||
- [Security](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor)
|
||||
2. [Contributing to Repositories](#contributing-to-repositories)
|
||||
- [New Features](#new-features)
|
||||
- [Bug Fixes](#bug-fixes)
|
||||
- [Security Issues](#security-issues)
|
||||
- [Other Contributions](#other-contributions)
|
||||
|
||||
### Creating a Repository
|
||||
1. Fork the [contributor repository](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor).
|
||||
2. Create a new branch with a descriptive name for your proposed repository.
|
||||
3. Add a detailed description of the proposed repository in a markdown file.
|
||||
4. Submit a pull request with your proposal.
|
||||
5. Wait for review and approval from the organization administrators.
|
||||
|
||||
### Team Requests
|
||||
1. To request joining a team or creating a new team:
|
||||
- Open an issue in the [contributor repository](https://github.com/Robotics-Sensors/bellande_robotics_sensors_research_innovations_center_contributor).
|
||||
- Use the title format: "Team Request: [Team Name]"
|
||||
- Provide details about your expertise and why you want to join or create the team.
|
||||
2. An administrator will review your request and respond accordingly.
|
||||
|
||||
### Security
|
||||
For organization-wide security concerns:
|
||||
1. Do not publicly disclose the issue.
|
||||
2. Contact the organization administrators directly through a private channel.
|
||||
3. Provide a detailed description of the security concern.
|
||||
|
||||
## Contributing to Repositories
|
||||
### New Features
|
||||
1. Fork the repository you want to contribute to.
|
||||
2. Create a new branch with a descriptive name for your feature.
|
||||
3. Implement your feature, following the project's coding standards and guidelines.
|
||||
4. Write tests for your new feature if applicable.
|
||||
5. Update documentation as necessary.
|
||||
6. Submit a pull request with a clear description of the new feature.
|
||||
|
||||
### Bug Fixes
|
||||
1. Fork the repository containing the bug.
|
||||
2. Create a new branch with a descriptive name for your bug fix.
|
||||
3. Fix the bug and add tests to prevent regression if possible.
|
||||
4. Update documentation if necessary.
|
||||
5. Submit a pull request with a clear description of the bug and your fix.
|
||||
|
||||
### Security Issues
|
||||
For repository-specific security issues:
|
||||
1. Do not publicly disclose the issue.
|
||||
2. Contact the repository maintainers directly through a private channel or request a issue in the reposiroty
|
||||
3. Provide a detailed description of the security vulnerability.
|
||||
4. Wait for further instructions from the maintainers.
|
||||
|
||||
### Other Contributions
|
||||
We welcome other types of contributions, such as:
|
||||
- Documentation improvements
|
||||
- Code refactoring
|
||||
- Performance optimizations- Tooling and infrastructure improvements
|
||||
|
||||
For these contributions, follow a similar process to submitting new features or bug fixes.
|
||||
|
||||
## Code of Conduct
|
||||
Please note that all contributors are expected to adhere to our Code of Conduct. Respectful and inclusive behavior is mandatory for all participants in our project.
|
||||
|
||||
Thank you for contributing to the Bellande Robotics Sensors Research Innovations Center!
|
19
README.md
19
README.md
@ -1,10 +1,19 @@
|
||||
# Welcome to the {BR&SRI} Humanoid Robot Intelligence Control System Architecture
|
||||
|
||||
## 🤖 Explore Humanoid Robot Intelligence with Us!
|
||||
Welcome to the {BR&SRI} Humanoid Robot Intelligence Control System architecture repository! Here, we invite you to delve into the fascinating world of humanoid robotics, showcasing the innovative capabilities of our intelligent control system.
|
||||
|
||||
|
||||
[](https://robotics-sensors.github.io)
|
||||
[](https://discord.gg/Yc72nd4w)
|
||||
[](https://github.com/sponsors/Robotics-Sensors)
|
||||
|
||||
## Mobile and ROS Control System
|
||||
|
||||
## 🧑💼 Work with Bellande Models, Algorithms, Systems, Architectures through Bellande Framework!
|
||||
[](https://github.com/Robotics-Sensors/bellande_framework)
|
||||
|
||||
|
||||
## 📢 Mobile and ROS Control System
|
||||
- [](https://github.com/Application-UI-UX/bellande_internal_sensor_mobile_ios_api)
|
||||
- [](https://github.com/Application-UI-UX/bellande_external_sensor_mobile_ios_api)
|
||||
- [](https://github.com/Application-UI-UX/bellande_functionality_mobile_ios_api)
|
||||
@ -18,14 +27,14 @@
|
||||
- [](https://github.com/Robotics-Sensors/bellande_ros_models)
|
||||
|
||||
|
||||
## 🤖 Explore Humanoid Robot Intelligence with Us!
|
||||
## 🔄 Run and Experiment with the build Bellande's Humanoid Robot
|
||||
[](https://github.com/Robotics-Sensors/bellande_humanoid_robotics_package)
|
||||
|
||||
Welcome to the {BR&SRI} Humanoid Robot Intelligence Control System architecture repository! Here, we invite you to delve into the fascinating world of humanoid robotics, showcasing the innovative capabilities of our intelligent control system.
|
||||
|
||||
## 💻 Functionality To Switch from ROS to ROS2 Checkout The Below Repository
|
||||
[](https://github.com/Robotics-Sensors/ros_extension)
|
||||
|
||||
[](https://github.com/Robotics-Sensors/ros_extension/)
|
||||
|
||||
---
|
||||
### 🚀 Key Repository Stats
|
||||
|
||||
-  Starred by the community
|
||||
|
Reference in New Issue
Block a user