Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add the instruction to run in the real machine
  • Loading branch information
chibi314 authored Apr 13, 2017
1 parent dd259f8 commit 1094c52
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rosdep install -y -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO
catkin build
```

## how to run program
## how to run program in simulation

- run in gazebo:
```
Expand All @@ -29,3 +29,21 @@ $ roslaunch jsk_uav_forest_simulation forest_simulation.launch
```
$ roslaunch jsk_uav_forest_simulation forest_simulation.launch manual:=true
```
## forest challenge (using DJI M100 + DJI Guidance + Pointgrey Chameleon3 + Hokuyo UST20LX)
1. integrated launch file in UAV
```
$ roslaunch jsk_uav_forest_common challenge.launch
```

2. remote communication in UAV
```
$ roslaunch jsk_uav_forest_common communication2ground_station.launch UAV_IP:=10.42.0.1 GROUND_STATION_IP:=10.42.0.XXX
```
10.42.0.XXX is the IP address of you rmeote PC.

3. remote communication in Remote PC
```
roslaunch jsk_uav_forest_common ground_station.launch UAV_IP:=10.42.0.1 GROUND_STATION_IP:=10.42.0.XXX
```
10.42.0.XXX is the IP address of you rmeote PC.

0 comments on commit 1094c52

Please sign in to comment.