Skip to content

Commit

Permalink
modified README
Browse files Browse the repository at this point in the history
  • Loading branch information
laboshinl committed Feb 5, 2016
1 parent 5007486 commit 8a0a3b2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
Installation:

```
cd /opt/ros/indigo/stacks/
git clone https://github.com/laboshinl/loam_velodyne.git
cd loam_velodyne
cmake .
rosmake
```

Running:
```
roslaunch loam_velodyne.launch
```

In second terminal play sample velodyne data from rosbag (http://www.frc.ri.cmu.edu/~jizhang03/Datasets/nsh_indoor_outdoor.bag):
```
rosbag play ~/Downloads/nsh_indoor_outdoor.bag
```

Or read from velodyne pcap (http://midas3.kitware.com/midas/download/item/215411):
```
roslaunch velodyne_pointcloud 32e_points.launch calibration:=/home/laboshinl/calib.yaml pcap:="/home/laboshinl/Downloads/velodyne.pcap"
```

0 comments on commit 8a0a3b2

Please sign in to comment.