mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 05:29:32 +00:00
Merge branch 'master' into buster
This commit is contained in:
@@ -128,6 +128,7 @@ echo_stamp "Install GeographicLib datasets (needed for mavros)" \
|
||||
&& wget -qO- https://raw.githubusercontent.com/mavlink/mavros/master/mavros/scripts/install_geographiclib_datasets.sh | bash
|
||||
|
||||
echo_stamp "Running tests"
|
||||
cd /home/pi/catkin_ws
|
||||
catkin_make run_tests && catkin_test_results
|
||||
|
||||
echo_stamp "Change permissions for catkin_ws"
|
||||
|
||||
@@ -37,7 +37,7 @@ gitbook.events.bind('page.change', function() {
|
||||
// show link to latest raspberry image
|
||||
gitbook.events.bind('page.change', function() {
|
||||
var el = document.querySelector('a.latest-image');
|
||||
if (el) return;
|
||||
if (!el) return;
|
||||
|
||||
// get latest release from GitHub
|
||||
fetch('https://api.github.com/repos/CopterExpress/clever/releases').then(function(res) {
|
||||
|
||||
Reference in New Issue
Block a user