mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-31 15:09:32 +00:00
* builder: Build against Buster * builder: Use correct repository specifications * builder: Move ld.so.preload to have less errors * builder: Use coex repo to install Monkey * builder: Search for buster ROS packages * aruco_pose: Vendor in aruco library from OpenCV 3.4.6 * builder: Move to ROS Melodic * builder: Update kernel version * aruco_pose, clever: Remove opencv3 ROS dependency * builder: Update rosdep * travis: Disable eclint for vendored aruco library * tests: Don't try to locate opencv in ros * roscore: Use melodic distribution * Revert "aruco_pose: Vendor in aruco library from OpenCV 3.4.6" This reverts commit 9c14a8c002bb3396f9a7d9b2ba39969207f066ba. * aruco_pose: Vendor opencv_contrib/aruco again * builder: Add led packages * builder: Remove unused builder code * travis: Add native tests * builder: Set permissions for standalone-install * builder: Use -y for package installation * builder: Add repo for standalone build * builder: Use correct file types for standalone install * aruco_pose: Accept rgb8 map images * builder: Disable mjpg_streamer test * aruco_pose: Allow rgb8 map images (again) * builder: Re-add mjpgstreamer * builder: Install tornado==4.2.1 for rosbridge_suite * builder: Use more recent base image * builder: Use default kernel * builder: Move ld.so.preload back after tests * builder: Disable catkin tests These tests fail on a remote machine but seem to pass just fine on real hardware. Something must have changed between Kinetic and Melodic, and we must investigate more, but for now we just need a working image. * aruco_pose: Remove unused vendored code * selfcheck: Update systemd-analyze regex * builder: Add opencv repository * rosdep: Update package definitions for Melodic * rosdep: Use proper yaml formatting * travis: Remove unnecessary space * docs: Reference Melodic wherever possible
84 lines
2.9 KiB
Markdown
84 lines
2.9 KiB
Markdown
# Summary
|
|
|
|
* [Introduction](README.md)
|
|
* [Glossary](gloss.md)
|
|
* [Safety tips](safety.md)
|
|
* Assembly
|
|
* [Clever 4 assembly](assemble_4.md)
|
|
* [Clever 3 assembly](assemble_3.md)
|
|
* [Clever 2 assembly](assemble_2.md)
|
|
* Configuration
|
|
* [Initial setup](setup.md)
|
|
* [Sensor calibration](calibration.md)
|
|
* [RC setup](radio.md)
|
|
* [Flight modes](modes.md)
|
|
* [Power setup](power.md)
|
|
* Working with Raspberry Pi
|
|
* [Raspberry Pi](raspberry.md)
|
|
* [RPi Image](image.md)
|
|
* [Wi-Fi connection](wifi.md)
|
|
* [Connection to the Pixracer](connection.md)
|
|
* [Using QGroundControl over Wi-Fi](gcs_bridge.md)
|
|
* [Remote shell](ssh.md)
|
|
* [Command line interface](cli.md)
|
|
* [Automated self-checks](selfcheck.md)
|
|
* [Viewing images from cameras](web_video_server.md)
|
|
* Programming
|
|
* [Overview](programming.md)
|
|
* [Camera orientation](camera_frame.md)
|
|
* Fiducial markers (ArUco)
|
|
* [Overview](aruco.md)
|
|
* [Marker detection](aruco_marker.md)
|
|
* [Map-based navigation](aruco_map.md)
|
|
* [Optical Flow](optical_flow.md)
|
|
* [Simple OFFBOARD](simple_offboard.md)
|
|
* [Coordinate systems (frames)](frames.md)
|
|
* [Code snippets](snippets.md)
|
|
* [Interfacing with a laser rangefinder](laser.md)
|
|
* [LED strip](leds.md)
|
|
* [Working with GPIO](gpio.md)
|
|
* [Interfacing with a sonar](sonar.md)
|
|
* [Computer vision basics](camera.md)
|
|
* [Using rviz and rqt](rviz.md)
|
|
* [Software autorun](autolaunch.md)
|
|
* [ROS](ros.md)
|
|
* [MAVROS](mavros.md)
|
|
* Supplementary materials
|
|
* [COEX Pix](coex_pix.md)
|
|
* [Guide on autonomous flight](auto_setup.md)
|
|
* [Hostname](hostname.md)
|
|
* [PX4 Simulation](sitl.md)
|
|
* [PID Setup](calibratePID.md)
|
|
* [Model files for parts](models.md)
|
|
* [ROS Melodic installation](ros-install.md)
|
|
* [Remote control app](rc.md)
|
|
* [Wi-Fi Configuration](network.md)
|
|
* [UART settings](uart.md)
|
|
* [PX4 Parameters](px4_parameters.md)
|
|
* [PX4 Logs and Topics](flight_logs.md)
|
|
* [PX4 Firmware](firmware.md)
|
|
* [MAVLink](mavlink.md)
|
|
* [Multimeter usage](test_connection.md)
|
|
* [RC Troubleshooting](radioerrors.md)
|
|
* [Flashing ESCs](esc_firmware.md)
|
|
* [Camera calibration](camera_calibration.md)
|
|
* [Interfacing with Arduino](arduino.md)
|
|
* [Connecting GPS](gps.md)
|
|
* [Working with IR sensors on Raspberry Pi 3](ir_sensors.md)
|
|
* [FPV Setup](fpv.md)
|
|
* [Tinning](tinning.md)
|
|
* [Types of power connectors](connectortypes.md)
|
|
* [Connecting 4 in 1 ESCs](4in1.md)
|
|
* [Soldering safety](tb.md)
|
|
* [LED strip (legacy)](leds_old.md)
|
|
* [Contribution Guidelines](contributing.md)
|
|
* Clever-based projects
|
|
* [Copter spheric guard](shield.md)
|
|
* [Face recognition system](face_recognition.md)
|
|
* [Android RC app](android.md)
|
|
* [3D-scanning drone](3dscan.md)
|
|
* [Human pose estimation drone control](human_pose_estimation_drone_control.md)
|
|
* [Copter Hack 2019](copterhack2019.md)
|
|
* [Copter Hack 2018](copterhack2018.md)
|
|
* [Copter Hack 2017](copterhack2017.md)
|