mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
Fix section numbers in README.md
This commit is contained in:
parent
ef1f49e832
commit
a3bd657d10
1 changed files with 3 additions and 3 deletions
|
|
@ -65,7 +65,7 @@ docker-compose up ros
|
||||||
```
|
```
|
||||||
|
|
||||||
### Option 2: Local
|
### Option 2: Local
|
||||||
#### 1.1 Pre-Requriements
|
#### 2.1 Pre-Requriements
|
||||||
|
|
||||||
For using this package, the [Python api](https://github.com/elephantrobotics/pymycobot.git) library should be installed first.
|
For using this package, the [Python api](https://github.com/elephantrobotics/pymycobot.git) library should be installed first.
|
||||||
|
|
||||||
|
|
@ -73,7 +73,7 @@ For using this package, the [Python api](https://github.com/elephantrobotics/pym
|
||||||
pip install pymycobot --user
|
pip install pymycobot --user
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 1.2 Package Download and Install
|
#### 2.2 Package Download and Install
|
||||||
|
|
||||||
Install ros package in your src folder of your Catkin workspace.
|
Install ros package in your src folder of your Catkin workspace.
|
||||||
|
|
||||||
|
|
@ -86,7 +86,7 @@ $ source ~/catkin_ws/devel/setup.bash
|
||||||
$ sudo echo 'source ~/catkin_ws/devel/setup.bash' >> ~/.bashrc
|
$ sudo echo 'source ~/catkin_ws/devel/setup.bash' >> ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 1.3 Test Python API
|
#### 2.3 Test Python API
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/catkin_ws/src/mycobot_ros
|
cd ~/catkin_ws/src/mycobot_ros
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue