You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ You will need to have the [Docker Compose plugin][2] and [NVIDIA Container Toolk
23
23
24
24
## Install GISNav CLI
25
25
26
-
The GISNav CLI (`gnc`) is a Docker Compose wrapper that significantly simplifies building and deploying GISNav's Docker Compose services.
26
+
The GISNav CLI (`gnc`) is a Docker Compose wrapper that significantly simplifies building and deploying GISNav's Docker Compose services. It is packaged as a Debian distributable.
27
27
28
-
Create the Debian package yourself and install `gnc` from it using the following commands:
28
+
Create the Debian distributable and install `gnc` from it using the following commands:
29
29
30
30
```bash
31
31
git clone https://github.com/hmakelin/gisnav.git
@@ -80,7 +80,7 @@ listener sensor_gps
80
80
```
81
81
82
82
> **Note**
83
-
> The `gisnav` service will by default will send uORB messages to PX4 via the
83
+
> The `gisnav` service will by default send uORB messages to PX4 via the
84
84
> micro-ROS agent which bypasses the GPS driver so you will not see the GPS
0 commit comments