mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
AP_DDS: Use mirror of DDS Gen
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
a9d696752d
commit
7ff2a9eec3
@ -38,9 +38,9 @@ While DDS support in Ardupilot is mostly through git submodules, another tool ne
|
|||||||
```console
|
```console
|
||||||
sudo apt install default-jre
|
sudo apt install default-jre
|
||||||
````
|
````
|
||||||
- Follow instructions [here](https://micro-xrce-dds.docs.eprosima.com/en/latest/installation.html#installing-the-micro-xrce-dds-gen-tool) to install the latest version of the generator
|
- Follow instructions [here](https://micro-xrce-dds.docs.eprosima.com/en/latest/installation.html#installing-the-micro-xrce-dds-gen-tool) to install the latest version of the generator using Ardupilot's mirror
|
||||||
```console
|
```console
|
||||||
git clone --recurse-submodules https://github.com/eProsima/Micro-XRCE-DDS-Gen.git
|
git clone --recurse-submodules https://github.com/ardupilot/Micro-XRCE-DDS-Gen.git
|
||||||
cd Micro-XRCE-DDS-Gen
|
cd Micro-XRCE-DDS-Gen
|
||||||
./gradlew assemble
|
./gradlew assemble
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user