Changes
Page history
No commit message
authored
Sep 06, 2016
by
David St-Onge
No commit message
Show whitespace changes
Inline
Side-by-side
how-to-setup-dji-m100.md
View page @
f04b30b8
...
...
@@ -28,7 +28,7 @@ rm ~/ROS_WS/src/dji_sdk_read_cam/CATKIN_IGNORE
5- To compile on the manifold you need to extend the swap partition:
```
free
sudo dd if=/dev/zero of=/var/swap.img bs=1
024
k count=
1000
sudo dd if=/dev/zero of=/var/swap.img bs=1k count=
2048k
sudo mkswap /var/swap.img
sudo swapon /var/swap.img
free
...
...
...
...