latest pushes
This commit is contained in:
parent
cd4f6adefd
commit
7406fc62b0
33
README.md
33
README.md
@ -1,4 +1,4 @@
|
||||
# Welcome to the {BR&SRI} Humanoid Robot Intelligence Control System Demos
|
||||
# Welcome to the {BR&SRI} Humanoid Robot Intelligence Control System Architecture
|
||||
|
||||
[](https://robotics-sensors.github.io)
|
||||
[](https://discord.gg/Yc72nd4w)
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
## 🤖 Explore Humanoid Robot Intelligence with Us!
|
||||
|
||||
Welcome to the {BR&SRI} Humanoid Robot Intelligence Control System Demos repository! Here, we invite you to delve into the fascinating world of humanoid robotics, showcasing the innovative capabilities of our intelligent control system.
|
||||
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
|
||||
|
||||
@ -14,35 +14,28 @@ Welcome to the {BR&SRI} Humanoid Robot Intelligence Control System Demos reposit
|
||||
|
||||
### 🚀 Key Repository Stats
|
||||
|
||||
-  Starred by the community
|
||||
-  Forked by enthusiasts
|
||||
-  Watched by curious minds
|
||||
-  Starred by the community
|
||||
-  Forked by enthusiasts
|
||||
-  Watched by curious minds
|
||||
|
||||
-  Actively addressing issues
|
||||
-  Welcoming contributions
|
||||
-  Licensed under Apache 2.0
|
||||
-  Actively addressing issues
|
||||
-  Welcoming contributions
|
||||
-  Licensed under Apache 2.0
|
||||
|
||||
-  Latest updates
|
||||
-  Engaging with the community
|
||||
-  Latest updates
|
||||
-  Engaging with the community
|
||||
|
||||
---
|
||||
|
||||
## 🌐 Repository Website
|
||||
|
||||
Explore our [repository website](https://robotics-sensors.github.io/bellande_humanoid_robot_intelligence_control_system_demos) for detailed documentation, tutorials, and additional information about our humanoid robot intelligence control system.
|
||||
|
||||
---
|
||||
|
||||
### 🔄 Updates and Versions
|
||||
|
||||
- **Updated Version:** [humanoid_robot_intelligence_control_system_module](https://github.com/Robotics-Sensors/bellande_humanoid_robot_intelligence_control_system_demos)
|
||||
- **Old Version/Previous Used for Different Context:** [ROBOTIS-OP3-Demo](https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-Demo)
|
||||
Explore our [repository website](https://robotics-sensors.github.io/bellande_humanoid_robot_intelligence_control_system_architecture) for detailed documentation, tutorials, and additional information about our humanoid robot intelligence control system.
|
||||
|
||||
---
|
||||
|
||||
# 🎉 Latest Release
|
||||
|
||||
[](https://github.com/Robotics-Sensors/bellande_humanoid_robot_intelligence_control_system_demos/releases/)
|
||||
[](https://github.com/Robotics-Sensors/bellande_humanoid_robot_intelligence_control_system_architecture/releases/)
|
||||
|
||||
---
|
||||
|
||||
@ -62,4 +55,4 @@ Meet our dedicated maintainer, **Ronaldson Bellande**.
|
||||
|
||||
## 📄 License
|
||||
|
||||
This SDK is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). For detailed information, refer to [LICENSE](https://github.com/Robotics-Sensors/humanoid_robot_intelligence_control_system_demos/blob/main/LICENSE) and [NOTICE](https://github.com/Robotics-Sensors/humanoid_robot_intelligence_control_system_demos/blob/main/LICENSE).
|
||||
This SDK is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). For detailed information, refer to [LICENSE](https://github.com/Robotics-Sensors/humanoid_robot_intelligence_control_system_architecture/blob/main/LICENSE) and [NOTICE](https://github.com/Robotics-Sensors/humanoid_robot_intelligence_control_system_architecture/blob/main/LICENSE).
|
||||
|
@ -25,7 +25,7 @@ def ros1_launch_description():
|
||||
args = sys.argv[1:]
|
||||
|
||||
# Construct the ROS 1 launch command
|
||||
roslaunch_command = ["roslaunch", "humanoid_robot_intelligence_control_system_configure", "face_follow.launch"] + args
|
||||
roslaunch_command = ["roslaunch", "humanoid_robot_intelligence_control_system_configure", "face_follower.launch"] + args
|
||||
|
||||
roslaunch_command.extend([
|
||||
"usb_cam", "usb_cam_node", "name:=camera",
|
||||
|
Loading…
x
Reference in New Issue
Block a user