Skip to content

Commit e8dbb5a

Browse files
ros
1 parent 9fac228 commit e8dbb5a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ROS/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ROS
2+
3+
4+
## install
5+
6+
First, Configure your Ubuntu repositories to allow "restricted," "universe," and "multiverse."
7+
8+
[What are Ubuntu Repositories? How to enable or disable them?](https://itsfoss.com/ubuntu-repositories/)
9+
10+
```sh
11+
sudo add-apt-repository restricted
12+
sudo add-apt-repository universe
13+
sudo add-apt-repository multiverse
14+
sudo apt update
15+
```
16+
17+
And then follow the instruction [ROS - noetic](http://wiki.ros.org/noetic/Installation/Ubuntu).

0 commit comments

Comments
 (0)