Skip to content

Commit f16e19a

Browse files
committed
update README.md and gitignore
1 parent cd5557b commit f16e19a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
build
22
install
33
log
4-
__pycache__/
4+
__pycache__/
5+
.cache

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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

78
Created 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. \
1011
Used for RoboMaster Team Meta to control robots.
1112

1213
This 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
2223
2. serial-driver
2324
3. moveit
2425
4. moveit-servo
@@ -52,6 +53,12 @@ sudo rosdep init
5253
rosdep update
5354
```
5455
Then 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
5663
rosdep install -y --rosdistro humble --from-paths . --ignore-src
5764
```

0 commit comments

Comments
 (0)