Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzheqie committed Apr 26, 2021
1 parent b85418b commit 171e0a1
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,23 @@ dependencies:
assume your ros workspace is ~/agilex_ws

```shell
# install ugv_sdk
cd ~/agilex_ws/src
git clone https://github.com/westonrobot/ugv_sdk.git
cd ugv_sdk
git checkout -b v2.x origin/v2.x
cd ../
catkin_make install --pkg ugv_sdk

source devel/setup.bash

# install ranger_ros
git clone https://github.com/westonrobot/ranger_ros.git
cd ranger_ros/ranger_base/ascent
mkdir -p build && cd build && sudo make install
cd ~/agilex_ws/
catkin_make install

cd ..
catkin_make

# for install
catkin_make install
Expand Down

0 comments on commit 171e0a1

Please sign in to comment.