Drone Software Development
  • Introduction
  • Introduction
    • Drone Software Development
  • Software Development Environment
    • Software Development Environment
      • Docker
      • Manual
        • OpenCV
        • PX4
        • JMAVSim
        • MAVLink
        • Ardupilot
        • SITL Simulator
        • DroneKit
        • DroneCore
        • QGroundControl
        • APM Planner
        • GStreamer
  • Drone Solution Architect
    • Drone Solution Architect
    • Unmanned Aerial Vehicle
    • History
    • Flight Controller Hardware
    • Flight Code
    • Communication
    • Ground Control Station
    • Simulation
    • Developer API
    • Drone Software Developer
    • Unmanned Aerial Systems
    • Market Ecosystem
  • Dronecode Project
    • Dronecode Project
  • Virtual Drone Solution
    • Virtual Drone Solution
    • Flight Controller Operating System
      • NuttX
    • Flight Code
      • PX4
        • Architecture
        • DriverFramework
        • Shell
      • Ardupilot
      • Software In The Loop
        • DroneKit SITL
          • API
        • jMAVSim
        • Ardupilot SITL
          • X-Plane
      • Hardware In The Loop
    • Communication
      • MAVLink
        • PyMAVLink
    • Ground Control Station
      • QGroundControl
      • APM Planner 2
      • MAVProxy
    • Developer API
      • DroneKit
      • DroneCore
    • Features
      • Video Streaming
      • Joystick
      • Global Positioning System
    • Uses Cases
      • XunĂ¡n Kab
      • Maax
      • Tasks
      • Services
        • Telemetry
        • Image
      • Applications
  • Computer Vision
    • Computer Vision
    • OpenCV
      • Object Detection
      • Face Detection
  • Hybrid Drone Solution
    • Hybrid Drone Solution
    • Flight Controller Hardware
      • Pixhawk
    • Flight Code
      • Ardupilot
      • PX4
    • Companion Computer
      • Raspberry Pi
      • Intel Aero Platform
    • Ground Control Station
      • QGroundControl
    • Developer API
      • DroneKit
    • Computer Vision
  • Autonomous Drone Solution
    • Autonomous Drone Solution
    • FlyTbase
    • Paparazzi UAV
Powered by GitBook
On this page
  1. Virtual Drone Solution
  2. Features

Joystick

user@workstation:~$ dmesg
...
[372180.965948] usb 3-3: new low-speed USB device number 22 using xhci_hcd
[372181.110134] usb 3-3: New USB device found, idVendor=0079, idProduct=0006
[372181.110138] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[372181.110139] usb 3-3: Product: Generic   USB  Joystick  
[372181.110141] usb 3-3: Manufacturer: DragonRise Inc.  
[372181.113362] input: DragonRise Inc.   Generic   USB  Joystick   as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:0079:0006.000C/input/input30
[372181.113602] dragonrise 0003:0079:0006.000C: input,hidraw3: USB HID v1.10 Joystick [DragonRise Inc.   Generic   USB  Joystick  ] on usb-0000:00:14.0-3/input0
[372181.113610] dragonrise 0003:0079:0006.000C: Force Feedback for DragonRise Inc. game controllers by Richard Walmsley <richwalm@gmail.com>
user@workstation:~$
PreviousVideo StreamingNextGlobal Positioning System

Last updated 7 years ago