Skip to content

Commit 604966e

Browse files
committed
updated new gitmodule
1 parent bf5acad commit 604966e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install:
4545
- export PYTHONPATH=$PYTHONPATH:/usr/lib/python2.7/dist-packages
4646
- sudo apt update
4747
- mkdir -p catkin_ws/src && cd catkin_ws/src
48-
- git clone https://github.com/chvmp/champ
48+
- git clone --recursive https://github.com/chvmp/champ.git
4949
- cd ../
5050
- rosdep install --from-paths src --ignore-src -r -y
5151
- catkin_make

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ Tested on:
2323

2424
## 1. Installation
2525

26-
1.1. Clone and install all dependencies:
26+
### 1.1. Clone and install all dependencies:
2727

2828
sudo apt install -y python-rosdep
2929
cd <your_ws>/src
30-
git clone https://github.com/chvmp/champ
30+
git clone --recursive https://github.com/chvmp/champ
3131
git clone https://github.com/chvmp/champ_teleop
3232
cd ..
3333
rosdep install --from-paths src --ignore-src -r -y
3434

35-
1.2. Build your workspace:
35+
### 1.2. Build your workspace:
3636

3737
cd <your_ws>
3838
catkin_make
@@ -44,11 +44,11 @@ You don't need a physical robot to run the following demos. If you're building a
4444

4545
### 2.1. Walking demo in RVIZ:
4646

47-
2.1.1. Run the base driver:
47+
#### 2.1.1. Run the base driver:
4848

4949
roslaunch champ_config bringup.launch rviz:=true
5050

51-
2.1.2. Run the teleop node:
51+
#### 2.1.2. Run the teleop node:
5252

5353
roslaunch champ_teleop teleop.launch
5454

@@ -57,11 +57,11 @@ If you want to use a [joystick](https://www.logitechg.com/en-hk/products/gamepad
5757

5858
### 2.2. SLAM demo:
5959

60-
2.2.1. Run the Gazebo environment:
60+
#### 2.2.1. Run the Gazebo environment:
6161

6262
roslaunch champ_config gazebo.launch
6363

64-
2.2.2. Run gmapping package and move_base:
64+
#### 2.2.2. Run gmapping package and move_base:
6565

6666
roslaunch champ_config slam.launch rviz:=true
6767

@@ -79,11 +79,11 @@ To start mapping:
7979

8080
### 2.3. Autonomous Navigation:
8181

82-
2.3.1. Run the Gazebo environment:
82+
#### 2.3.1. Run the Gazebo environment:
8383

8484
roslaunch champ_config gazebo.launch
8585

86-
2.3.2. Run amcl and move_base:
86+
#### 2.3.2. Run amcl and move_base:
8787

8888
roslaunch champ_config navigate.launch rviz:=true
8989

0 commit comments

Comments
 (0)