File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11build
22install
33log
4- __pycache__ /
4+ __pycache__ /
5+ .cache
Original file line number Diff line number Diff line change 11# Meta-ROS
22
3+ ![ jazzy] ( https://github.com/Meta-Team/Meta-ROS/actions/workflows/ros-jazzy.yml/badge.svg )
34![ humble] ( https://github.com/Meta-Team/Meta-ROS/actions/workflows/ros-humble.yml/badge.svg )
45
56## Basic Info
67
78Created by Yao Xinchen, 2023/7/13. \
8- Based on ROS2 Humble. \
9- Tested on Ubuntu 22.04. \
9+ Based on ROS2 Jazzy/ Humble. \
10+ Tested on Ubuntu 24.04/Ubuntu 22.04. \
1011Used for RoboMaster Team Meta to control robots.
1112
1213This project is hoped to be modular, readable and easy to maintain.
@@ -18,7 +19,7 @@ This is a documentation describing how this project is designed ->
1819
1920## Dependencies
2021
21- 1 . ros-humble
22+ 1 . ros-humble/ros-jazzy
22232 . serial-driver
23243 . moveit
24254 . moveit-servo
@@ -52,6 +53,12 @@ sudo rosdep init
5253rosdep update
5354```
5455Then you can easily install the dependencies with this command.
56+
57+ If you are on Ubuntu 24.04 with ROS2 jazzy and then run:
58+ ``` Bash
59+ rosdep install -y --rosdistro jazzy --from-paths . --ignore-src
60+ ```
61+ If you are on Ubuntu 22.04 with ROS2 humble and then run:
5562``` Bash
5663rosdep install -y --rosdistro humble --from-paths . --ignore-src
5764```
You can’t perform that action at this time.
0 commit comments