File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
project = "GISNav"
15
15
copyright = "2024, Harri Makelin"
16
16
author = "Harri Makelin"
17
- release = "v0.68.0 "
17
+ release = "v0.68.1 "
18
18
19
19
# -- General configuration ---------------------------------------------------
20
20
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Clone latest version of GISNav and dependencies to colcon workspace:
2
2
3
3
``` bash
4
4
cd ~ /colcon_ws/src
5
- git clone --branch v0.68.0 https://github.com/hmakelin/gisnav.git
5
+ git clone --branch v0.68.1 https://github.com/hmakelin/gisnav.git
6
6
git clone --branch 2.8.0 https://github.com/mavlink/mavros.git
7
7
git clone --branch release/1.14 https://github.com/px4/px4_msgs.git
8
8
```
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ You can make this process quicker by building your own (potentially cross-platfo
6
6
:::
7
7
8
8
``` bash
9
- GISNAV_RELEASE=v0.68.0
9
+ GISNAV_RELEASE=v0.68.1
10
10
wget https://github.com/hmakelin/gisnav/releases/download/${GISNAV_RELEASE} /gisnav-${GISNAV_RELEASE} _all.deb -O gisnav-${GISNAV_RELEASE} _all.deb
11
11
sudo dpkg -i ./gisnav-${GISNAV_RELEASE} _all.deb
12
12
```
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >gisnav</name >
5
- <version >0.68.0 </version >
5
+ <version >0.68.1 </version >
6
6
<description >Estimates airborne drone global position by matching video to map retrieved from onboard GIS server.</description >
7
7
<author email =" hmakelin@protonmail.com" >Harri Makelin</author >
8
8
<maintainer email =" hmakelin@protonmail.com" >Harri Makelin</maintainer >
You can’t perform that action at this time.
0 commit comments