Commit Graph

306 Commits

Author SHA1 Message Date
Oleg Kalachev
e750395e01 docs: add illustration on focusing camera 2020-02-06 19:48:34 +03:00
Alamoris
5439e5c1df docs: Fix language typos 2020-02-06 17:35:57 +03:00
Alamoris
aac7dcae2f docs: Add camera holder stl model 2020-02-06 16:58:51 +03:00
Oleg Kalachev
197e02f4ba docs: fix links to camera setup article 2020-02-04 23:00:43 +03:00
Oleg Kalachev
9a7ffef858 docs: make the main programming example more complete 2020-02-02 06:33:55 +03:00
Oleg Kalachev
d0619b4543 docs: fix link 2020-02-02 04:44:44 +03:00
Oleg Kalachev
0f0deb85da docs: fix blocking takeoff snippet 2020-01-31 19:51:09 +03:00
Alexey Rogachevskiy
32ff2d4e15 docs: Fix typo in aruco_marker.md 2020-01-30 17:50:03 +03:00
Oleg Kalachev
366fcc14f6 docs: navigate_wait fixes 2020-01-29 23:37:44 +03:00
Alamoris
647652f85f docs: add 4g modem example 2020-01-27 13:20:08 +03:00
Sergey
cfe35e1c83 Update assemble_3.md (#201) 2020-01-21 13:59:39 +03:00
Oleg Kalachev
a958742d9f docs: typo 2020-01-15 21:51:51 +03:00
Oleg Kalachev
856e0a5ed0 docs: small fix 2020-01-14 21:03:25 +03:00
Oleg Kalachev
da6cb48b62 docs: fix 2020-01-14 20:41:28 +03:00
Oleg Kalachev
459a93986e docs: add info on focusing camera (ru) 2020-01-14 19:35:40 +03:00
Alamoris
20a29c3dd6 English-language article on connecting a copter using a 4g network (#200)
* docs: Add en version about 4g

* docs/4g: proofreading (en)

Co-authored-by: Alexey Rogachevskiy <sfalexrog@gmail.com>
2020-01-12 16:32:15 +03:00
Oleg Kalachev
49b436b505 docs: small fixes 2020-01-12 16:04:42 +03:00
Alamoris
6739a685d8 docs: update snippet flip code 2020-01-10 19:34:47 +03:00
Alamoris
d8d7839e0e docs: update article about CAD models 2020-01-10 17:34:37 +03:00
Alamoris
331a2a40bc Actualize clover4 assembling (#191)
* docs: actuilize ru clover 4 article

* docs: renamed image names in article

* docs: Update image folder name, update clever4 assembling instruction

* docs: Add part about voltae indicator

* docs: Delete reinforcing_pads.dxf
2020-01-10 15:31:07 +03:00
Alamoris
9ca597dfd7 docs: Fix some spelling and logical typos 2020-01-08 15:43:46 +03:00
Alamoris
1f2484a9ef docs: Some small fixes 2019-12-31 15:55:41 +03:00
Alamoris
81cb04c912 docs: Fix markdown typos 2019-12-30 18:29:39 +03:00
Alamoris
085850cfdd docs: Add 4g setup instruction 2019-12-30 18:16:48 +03:00
Oleg Kalachev
5bef4a1e21 docs: bring robocross 2019 article back 2019-12-26 18:23:55 +03:00
Oleg Kalachev
320f7a43ce docs: fix raspistill example 2019-12-23 18:11:11 +03:00
Alexey Rogachevskiy
26e9ab0c7f docs: Add porting guide for Jetson Nano (#198)
* docs: Add porting guide for Jetson Nano (en)

* docs/jetson_nano: Add missing Jetson Nano image

* docs/jetson_nano: More explicit initial setup

* docs/jetson_nano: imx219 -> IMX219

* docs/jetson_nano: Make lack of LED strip support more clear

* docs: Add porting guide for Jetson Nano (ru)
2019-12-19 18:07:48 +03:00
Alexey Rogachevskiy
aa835fcdff docs: Add note about camera screws (en/ru) 2019-12-10 13:46:21 +03:00
Oleg Kalachev
7fcbe95a80 docs: fix links 2019-12-10 06:25:05 +03:00
Alexey Rogachevskiy
4a23a9274a Move to Raspbian Buster (#193)
* 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
2019-12-06 21:25:19 +03:00
timkondratiev
c3a4f674ec docs: fix tf2 code snippet (#194)
* fix transform code

* fix transform code

* docs: import PoseStamped directly from geometry_msgs
2019-12-03 01:19:50 +03:00
Alexey Rogachevskiy
4a67783706 selfcheck.py: add hardware health checks (#192)
* selfcheck: Add hardware health checks

* docs: Update selfcheck documentation (en/ru)

* selfcheck: "Hardware health" -> "RPi health"
2019-11-25 20:51:27 +03:00
Alexey Rogachevskiy
4feac879eb docs: Fix incorrect path and link 2019-11-25 18:40:18 +03:00
Oleg Kalachev
de693e3e58 docs: fix 2019-11-21 17:15:12 +03:00
Oleg Kalachev
9e2707ad6b docs: fix 2019-11-21 16:54:14 +03:00
Oleg Kalachev
a7e04fe22a docs: fix 2019-11-21 16:44:41 +03:00
Oleg Kalachev
3647337455 docs: fix 2019-11-21 16:42:23 +03:00
Oleg Kalachev
b771fbb398 docs: add dxf files files 2019-11-21 16:33:05 +03:00
Oleg Kalachev
7ed2dd398c docs: fix link 2019-11-21 16:32:05 +03:00
Oleg Kalachev
6ede041c8a docs: little fix 2019-11-14 21:30:40 +03:00
Oleg Kalachev
0fda24c63c docs: add programming intro and re-arrange articles in programming section 2019-11-14 21:13:27 +03:00
Oleg Kalachev
a01c2b8d6c docs: add next links 2019-11-14 21:11:25 +03:00
Oleg Kalachev
5ce348d14c docs: id for editing section in cli article 2019-11-14 21:09:34 +03:00
Oleg Kalachev
5736c7acfb docs: fix editing links 2019-11-14 21:06:50 +03:00
Oleg Kalachev
c6b3e837e3 docs: fix next link in wifi article 2019-11-14 21:05:06 +03:00
Oleg Kalachev
78e42df0f2 docs: id for auto mode in modes article 2019-11-14 21:04:52 +03:00
Oleg Kalachev
a8824a696d docs: rework connection article 2019-11-14 21:04:36 +03:00
Oleg Kalachev
7a216ede07 docs: update raspberry article 2019-11-14 20:48:56 +03:00
Oleg Kalachev
b68e42bfcc docs: replace editing article with cli article 2019-11-14 19:30:54 +03:00
Oleg Kalachev
fdeab48bf5 docs: add aruco-related frames to frames article 2019-11-14 17:55:20 +03:00