mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
updated readme on git submodule
This commit is contained in:
10
README.md
10
README.md
@@ -92,6 +92,16 @@ $ cmake ..
|
|||||||
$ make
|
$ make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Update repository
|
||||||
|
|
||||||
|
If you have already cloned the repository, use the following commands to get latest updates
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cd ugv_sdk
|
||||||
|
$ git pull origin master
|
||||||
|
$ git submodule update --init --recursive
|
||||||
|
```
|
||||||
|
|
||||||
## Hardware Interface
|
## Hardware Interface
|
||||||
|
|
||||||
### Setup CAN-To-USB adapter
|
### Setup CAN-To-USB adapter
|
||||||
|
|||||||
Reference in New Issue
Block a user