mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
updated readme
This commit is contained in:
@@ -77,6 +77,10 @@ target_include_directories(${PROJECT_NAME} PUBLIC
|
|||||||
$<INSTALL_INTERFACE:include>
|
$<INSTALL_INTERFACE:include>
|
||||||
PRIVATE src)
|
PRIVATE src)
|
||||||
|
|
||||||
|
if(NOT catkin_FOUND)
|
||||||
|
add_subdirectory(apps)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Add executables
|
# Add executables
|
||||||
if(BUILD_TESTS)
|
if(BUILD_TESTS)
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -57,6 +57,17 @@ You need to re-login to get the change to take effect.
|
|||||||
|
|
||||||
## Build SDK
|
## Build SDK
|
||||||
|
|
||||||
|
### I. Use the package with ROS
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cd <your-catkin-ws>/src
|
||||||
|
$ git clone https://github.com/westonrobot/wrp_sdk.git
|
||||||
|
$ cd ..
|
||||||
|
$ catkin_make
|
||||||
|
```
|
||||||
|
|
||||||
|
### II. Use the package without ROS
|
||||||
|
|
||||||
Install compile tools
|
Install compile tools
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -111,6 +122,8 @@ or
|
|||||||
$./app_scout_monitor /dev/ttyUSB0 115200
|
$./app_scout_monitor /dev/ttyUSB0 115200
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: the monitor app is not built by default if you use this SDK with ROS.
|
||||||
|
|
||||||
## Known Limitations
|
## Known Limitations
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
Reference in New Issue
Block a user