|
Good day, i'm trying to beggin a proyect with a DJI SDK application, and i decided to try it with orange pi product, so here is my problem, i have been trying to install ROS Kinetic, i need this as dji suggest for the requirements: Linux with ROSSoftware Requirements:- Install C, C++ Compiler and Development Tools by installing build-essential
- Install CMake 2.8.3 or newer
- Install ROS and its dependencies
- Operating System: Ubuntu 16.04 (x86/ARM)
- ROS version: ROS Kinetic
So, the OS that meets most of the requirements is the one with Ubuntu, the problem is that i am not even close to try because when i install the image following the instructions in the webpage, i don't get enought space for installing any application
- carlos@orangepipc:~$ sudo fdisk -l
- Disk /dev/ram0: 4 MiB, 4194304 bytes, 8192 sectors
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
- Disk /dev/ram1: 4 MiB, 4194304 bytes, 8192 sectors
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
- Disk /dev/ram2: 4 MiB, 4194304 bytes, 8192 sectors
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
- Disk /dev/ram3: 4 MiB, 4194304 bytes, 8192 sectors
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
- Disk /dev/mmcblk0: 14.9 GiB, 16012804096 bytes, 31275008 sectors
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disklabel type: dos
- Disk identifier: 0x96497ead
- Device Boot Start End Sectors Size Id Type
- /dev/mmcblk0p1 8192 30962239 30954048 14.8G 83 Linux
- Disk /dev/sda: 29.7 GiB, 31914983424 bytes, 62333952 sectors
- Disk model: Storage Device
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disklabel type: dos
- Disk identifier: 0x4e953f39
- Device Boot Start End Sectors Size Id Type
- /dev/sda1 40960 143359 102400 50M c W95 FAT32 (LBA)
- /dev/sda2 143360 5976063 5832704 2.8G 83 Linux
- Disk /dev/zram0: 50 MiB, 52428800 bytes, 12800 sectors
- Units: sectors of 1 * 4096 = 4096 bytes
- Sector size (logical/physical): 4096 bytes / 4096 bytes
- I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Copy code do you know how to solve this problem, or how may i get to set my sistem as required for the project?
|
|