-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move building from source instructions
- Loading branch information
1 parent
07ca013
commit f08b304
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,10 +54,10 @@ The following sections document how to download, install, configure, use and tro | |
- [Downloading the files](#downloading-the-files) | ||
- [Extracting the files](#extracting-the-files) | ||
- [Verifying integrity of the download](#verifying-integrity-of-the-download) | ||
- [Building from source](doc/build_from_source.md) | ||
- [Installation](#installation) | ||
- [Checking MotoPlus configuration](#checking-motoplus-configuration) | ||
- [Installing MotoROS2 out file](#installing-motoros2-out-file) | ||
- [Building from source](doc/build_from_source.md) | ||
- [Example INFORM jobs](#example-inform-jobs) | ||
- [Understanding the micro-ROS Agent](#understanding-the-micro-ros-agent) | ||
- [Configuration](#configuration) | ||
|
@@ -189,10 +189,6 @@ Be sure to describe which version of MotoROS2 was downloaded, from where, how it | |
|
||
**Note**: please verify you ran `md5sum` against the `.out` file, not the `.zip` nor any other file included in the release. | ||
|
||
## Building from source | ||
|
||
Please refer to [doc/Building from source](doc/build_from_source.md). | ||
|
||
## Installation | ||
|
||
### Checking MotoPlus configuration | ||
|
@@ -287,6 +283,12 @@ If `SAVE DATA CRC CHECK FUNC (FSU)` was disabled at the start of this procedure, | |
1. navigate to `SAVE DATA CRC CHECK FUNC (FSU)` | ||
1. set this feature to `VALID` | ||
|
||
## Building from source | ||
Check failure on line 286 in README.md
|
||
|
||
Downloading and installing the binaries hosted on this repository as shown in the instructions above is the easiest way to run MotoROS2, and it is the recommended method. | ||
But if you would like to modify the behavior or feature set of MotoROS2 yourself, you will have to build from source. | ||
Please refer to [doc/Building from source](doc/build_from_source.md) for instructions on how to do so. | ||
|
||
## Example INFORM jobs | ||
|
||
All MotoROS2 release `.zip`s contain a copy of the default INFORM jobs (`.jbi` and associated `.dat`). | ||
|