GitHub basic tutorial
  • Introduction
  • Khởi động hệ thống Ground station computer - Companion computer (Odroid) - Pixhawk
  • Tao 1 private Folder tu public Folder
  • Tạo folder dev PX4 code
  • PX4 modification
  • MAVROS modification
  • Tạo node I3S_receiver
  • Kết nối đọc dữ liệu trong Pixhawk
  • Terminal Linux Ubuntu
  • Kết nối ROS hai máy tính
  • Build ros package in Odroid
  • Pressure sensor
  • Kết nối camera oCAM trên ROS
  • Cài đặt và sử dụng Matlab 2017b trên Linux Ubuntu
  • Một vài vấn đề trên Windows 7
  • Terminator
  • Upload compiled firmware of Pixhawk from odroid
  • Kết nối internet và Ethernet với Odroid (qua Switch) và 1 card mạng kết nối internet
  • IMU, Camera, Pixhawk connection to odroid
  • Kết nối ssh
  • Tham khao code homography cua Ninad
  • Matlab_2017b_problems
  • Eigen library - Mathematical toolbox for C++
  • Kinh nghiệm chuẩn bị presentation
  • Tap lenh lam viec voi Pixhawk px4
  • Offboard mode in PX4
  • P51 Lenovo, trackpad and trackpoint
  • P51 Lenov, Install Quadro M2200 graphic card
  • Gilab
  • Tao 1 private Folder tu public Folder
  • Ubuntu tips: show desktop by pressing Super + D
  • Install eclipse
  • Windows error
  • How to update Sublime Text 3 in ubuntu 16.04
  • PX4 Pixhawk hardfault
  • Install CUDA for computer with NVIDIA graphic card
  • Install openCV after installing CUDA
  • Meld - tool for file or folder comparison
  • GIT - move a full git repository from one remote sever to another one
  • Jetson Nano Installation
  • Working in Jetson Nano
  • Backup and Restore micro sd card
Powered by GitBook
On this page
  • Ground station computer
  • Companion computer (Odroid)
  • PIXHAWK

Was this helpful?

Khởi động hệ thống Ground station computer - Companion computer (Odroid) - Pixhawk

Ground station computer

Dùng terminator, chia màn hình chính thành các 8 màn hình terminal con

  • Terminal 1, chạy roscore của toàn hệ thống

roscore

  • Terminal 2, chạy joinstick

rosrun joy joy_node

  • Terminal 3, chạy rqt_graph, đồ thì kết nối toàn hệ thống

rosrun rqt_graph rqt_graph

  • Terminal 4, hiển thị giá trị của topic /joy

rostopic echo /joy

Companion computer (Odroid)

Dùng terminator, chia màn hình chính thành các 8 màn hình terminal con

  • Terminal 1, chạy ros node I3S_receiver

rosrun beginner_tutorials I3S_receiver

  • Terminal 2, chạy mavros_node thông qua kết nối ttyACM0

rosrun mavros mavros_node _fcu_url:=/dev/ttyACM0 :921600 _gcs_url\:=udp://@134.59.129.159

  • Terminal 3, chạy cutecom để xem thông báo bên trong Pixhawk thông qua kết nối USB0

chọn thông số /dev/ttyUSB0 57600 8 1 để kết nối

Có thể kết nối có hiển thị ko tốt với nhiều ký tự l, thì cần bấm Close device, sau đó bấm Open device dể mở lại

PIXHAWK

  • Kết nối chân Serial 4/5 của Pixhawk với mạch FTD 1232 , đầu kia của mạch này nối vào cổng USB 3.0 của odroid

Trên máy odroid, khi dùng ls /dev/tty* sẽ hiển thị kết nối là ttyUSB0

  • Chân nối micro USB của Pixhawk nối với cổng USB3.0 của odroid (nếu thiếu thì dùng bộ chia cổng USB)

Trên máy odroid, khi dùng ls /dev/tty* sẽ hiển thị kết nối là ttyACM0

  • Nối nguồn Power của Pixhawk với Battery Lithium

  • Bấm Switch để ARM cho Pixhawk

PreviousIntroductionNextTao 1 private Folder tu public Folder

Last updated 5 years ago

Was this helpful?