Skip to content

Commit

Permalink
Use $HOME for path to pcap file
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoki Mizuno committed Dec 9, 2018
1 parent 1ec9dfb commit c432a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rosbag play ~/Downloads/velodyne.bag

Or read from velodyne [VLP16 sample pcap](https://midas3.kitware.com/midas/folder/12979):
```
roslaunch velodyne_pointcloud VLP16_points.launch pcap:="/home/laboshinl/Downloads/velodyne.pcap"
roslaunch velodyne_pointcloud VLP16_points.launch pcap:="$HOME/Downloads/velodyne.pcap"
```

---
Expand Down

0 comments on commit c432a32

Please sign in to comment.