본문 바로가기
  • 경제적 자유를 얻는 그날까지
728x90
반응형

분류 전체보기256

728x90
반응형
[ VOXL ] 2021.06.12 작업일지 흰색 실선 글상자는는 호스트 PC에서 실행한 결과화면 파란 실선 글상자는 VOXL에서 실행한 결과화면임 VOXL System image 3.2.0 설치 및 voxl-suite 0.3.4 설치 swift@swift-HP-Pavilion-dv6-Notebook-PC:~/workspace/modalai-3-2-0-0.3.4-b$ sudo ./install.sh [sudo] password for swift: [INFO] adb installed [INFO] fastboot installed This process will completely wipe your VOXL Would you like to preserve the /data/ partition which contains things like calib.. 2021. 6. 12.
[VOXL] voxl-docker opencv-opencl image build 실행하기 전 voxl-configure-docker을 실행하여 docker 환경을 설정함 voxl에서 script.sh를 매뉴얼로 실행 docker build -t opencv-opencl:base -f Dockerfile.base . docker build -t opencv-opencl:opencv --build-arg opencv_version=$4.2.0 -f Dockerfile.opencv . 2021. 6. 9.
[ OpenCV ] CMakefile 빌드 에러시 해결방법 만약 cmake로 빌드시 아래와 같은 에러메시지가 날 경우opencv의 라이브러리 경로를 찾지 못하여 발생하는 문제이다. yocto:~/opencv/examples/face_detect$ cmake CMakeLists.txt -- The C compiler identification is GNU 4.9.3 -- The CXX compiler identification is GNU 4.9.3 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Det.. 2021. 6. 9.
[ VOXL ] VOXL-DFS-SERVER 정보(control) Package: voxl-dfs-server Version: 0.0.7 Section: base Priority: optional Architecture: aarch64 Depends: libmodal_pipe,libmodal_json,opencv Conflicts: Maintainer: james@modalai.com Description: depth-from-stereo server for Modal Pipe Architecture DFS 디버그모드 Log yocto:/$ voxl-dfs-server -ds enabling debug mode enabling save files mode generating rectification map for w:320 h:240 waiting.. 2021. 6. 5.
[ OpenCV ] Ubuntu 18.04에 OpenCV 4.2 설치하기 1. OpenCV가 있다면 현재 설치되어있는 버전을 확인합니다. swift@swift-HP-Pavilion-dv6-Notebook-PC:~$ pkg-config --modversion opencv 3.2.0 3.2 버전이 설치가 되어 있네요 2. 설치된 버전의 OpenCV를 삭제하기 위해 먼저 의존성 있는 패키지를 삭제하고 OpenCV도 제거합니다. swift@swift-HP-Pavilion-dv6-Notebook-PC:~$ sudo apt-get purge libopencv* python-opencv Reading package lists... Done Building dependency tree Reading state information... Done ... 3.필요하신 분들은 컴파일에 필요한 패.. 2021. 6. 2.
OPKG 사용법 Package management with OPKG Configuration opkg configuration file resides here: /etc/opkg.conf default file content is: root@OpenWrt:/# cat /etc/opkg.conf src/gz snapshots http://downloads.openwrt.org/snapshots/trunk/ramips/packages dest root / dest ram /tmp lists_dir ext /var/opkg-lists option overlay_root /overlay Get fresh package list When you start up carambola you must update package list.. 2021. 5. 29.
[ VOXL ] Visual Odometry Function Local Frame : 부팅시 드론의 포지션, 자세 Body Frame : 드론의 무게 중심 포지션, 자세 fixed Frame : Apriltag와 같이 고정된 사물 기준의 포지션, 자세 // copy out position & rotation, camera and imu relation, send into geometry module geometry_update_imu_to_vio(d.timestamp_ns, d.T_imu_wrt_vio, d.R_imu_to_vio); RPY, XYZ 를 IMU에서 VIO로 전달 geometry_update_cam_to_imu(d.T_cam_wrt_imu, d.R_cam_to_imu); 카메라의 RPY, XYZ를 IMU로 전달 geometry_get_R_body_t.. 2021. 5. 15.
[ Ubuntu ] 이클립스(Eclipse) 설치하기 이클립스 홈페이지로 들어가서 리눅스 버전의 IDE를 설치합니다. https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2021-03/R/eclipse-inst-jre-linux64.tar.gz Eclipse downloads - Select a mirror | The Eclipse Foundation The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 375 open source projects, including runtimes, tools and frameworks. www.eclipse.org 다운로드가 완료되면 압축을 풀어주고(Ex.. 2021. 5. 15.
[ VOXL ] pDDL 데이터링크 기능 확인하기 데이터링크 장착후 voxl의 ip 확인 yocto:/# ifconfig eth0 Link encap:Ethernet HWaddr 5A:C7:C8:31:0E:C7 inet addr:192.168.168.100 Bcast:0.0.0.0 Mask:255.255.255.0 inet6 addr: fe80::58c7:c8ff:fe31:ec7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:13 errors:0 dropped:0 overruns:0 frame:0 TX packets:34 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:656 (.. 2021. 4. 25.
[ VOXL ] VIsual Odometry yocto:/# voxl-vision-px4 -o loading our own config file ================================================================= Parameters as loaded from config file: qgc_ip: 192.168.219.182 en_localhost_mavlink_udp 1 en_secondary_qgc: 0 secondary_qgc_ip: 192.168.1.214 qgc_udp_port_number: 14550 localhost_udp_port_number: 14551 en_vio: 1 en_voa: 1 en_send_vio_to_qgc: 0 en_send_voa_to_qgc: 0 en_adsb: 0.. 2021. 4. 18.