mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-03 02:27:04 +00:00
Add environment variables
This commit is contained in:
parent
0db51867ed
commit
8b44443c9e
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,6 +6,8 @@
|
|||
.history
|
||||
*.pyc
|
||||
*.bat
|
||||
github.sh
|
||||
gitlib.sh
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@ $ git clone --depth 1 https://github.com/elephantrobotics/mycobot_ros.git
|
|||
$ cd ~/catkin_ws
|
||||
$ catkin_make
|
||||
$ source ~/catkin_ws/devel/setup.bash
|
||||
$ sudo echo 'source ~/catkin_ws/devel/setup.bash' >> ~/.bashrc
|
||||
```
|
||||
|
||||
#### 1.3 Test Python API
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue