Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-miller committed Dec 11, 2023
1 parent 6502eff commit 9026a1d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0

# Changelog

## Forthcoming
## 0.1.2 (2023-12-08)

Maintenance release.

Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0
[![license - Apache-2.0](https://img.shields.io/:license-Apache--2.0-yellowgreen.svg "MotoROS2 itself is licensed under the Apache-2.0 license. Please see the LICENSES directory for additional license files")](https://opensource.org/licenses/Apache-2.0)
[![support level: consortium / vendor](https://img.shields.io/badge/support%20level-consortium%20/%20vendor-brightgreen.svg)](http://rosindustrial.org/news/2016/10/7/better-supporting-a-growing-ros-industrial-software-platform)

![Version: 0.1.1](https://img.shields.io/badge/version-0.1.1-informational.svg)
![Version: 0.1.2](https://img.shields.io/badge/version-0.1.2-informational.svg)

## Overview

Expand Down Expand Up @@ -153,23 +153,23 @@ To calculate the MD5 hash on Debian/Ubuntu for the main MotoROS2 binary, run the
```shell
$ cd /path/to/where/the/binary/was/saved
$ md5sum -b mr2_yrc1_h.out
a687f415e43a28ae9a34aa6950849a92 mr2_yrc1_h.out
767c4f8ccc98eb4ee85146342c2984e7 mr2_yrc1_h.out
```

Compare the output of `md5sum` when run against the binary downloaded in the previous section ([Downloading the files](#downloading-the-files)) with the values listed in the following table.
The values must match *exactly*.

|**Controller** |**ROS 2 Version** | **File** |**Version** | **MD5 hash** |
|:--------------|:-----------------|:------------------|:-----------|:-----------------------------------|
| DX200 | Foxy | `mr2_dx2_f.out` | `0.1.1` | `010b61367c7a90b4315533710aec7716` |
| DX200 | Galactic | `mr2_dx2_g.out` | `0.1.1` | `44c316f860d46fc35326a1c227c28e57` |
| DX200 | Humble | `mr2_dx2_h.out` | `0.1.1` | `b402e63d03a86cdc8f9d5aecbbc4ab52` |
| YRC1000 | Foxy | `mr2_yrc1_f.out` | `0.1.1` | `3779cd33a6397e10e2acdfbc1144798f` |
| YRC1000 | Galactic | `mr2_yrc1_g.out` | `0.1.1` | `51d5810cbf96a1cbf503a0158511e4ad` |
| YRC1000 | Humble | `mr2_yrc1_h.out` | `0.1.1` | `a687f415e43a28ae9a34aa6950849a92` |
| YRC1000micro | Foxy | `mr2_yrc1m_f.out` | `0.1.1` | `6cd53f4b8bfbfb428f2c7f208d130818` |
| YRC1000micro | Galactic | `mr2_yrc1m_g.out` | `0.1.1` | `18a38497791b2f1114801c43bb84e93c` |
| YRC1000micro | Humble | `mr2_yrc1m_h.out` | `0.1.1` | `804fd4d1e9f7b93835011203d8252880` |
| DX200 | Foxy | `mr2_dx2_f.out` | `0.1.2` | `9a8db7cd1ad436d6ace2cca8e0e2eb6b` |
| DX200 | Galactic | `mr2_dx2_g.out` | `0.1.2` | `d7e435ebf58c6b6da59555b941487af6` |
| DX200 | Humble | `mr2_dx2_h.out` | `0.1.2` | `95da6b0b93407855b8c133ece9a952be` |
| YRC1000 | Foxy | `mr2_yrc1_f.out` | `0.1.2` | `813e6ee6a72626bafffa54641d9b77f8` |
| YRC1000 | Galactic | `mr2_yrc1_g.out` | `0.1.2` | `41b249ef1132bce67284c41a68289e56` |
| YRC1000 | Humble | `mr2_yrc1_h.out` | `0.1.2` | `767c4f8ccc98eb4ee85146342c2984e7` |
| YRC1000micro | Foxy | `mr2_yrc1m_f.out` | `0.1.2` | `c1ca5fa9f44cf1e1e7de02174b3a6565` |
| YRC1000micro | Galactic | `mr2_yrc1m_g.out` | `0.1.2` | `20a6a332dc76bf657684a634b33c5c5e` |
| YRC1000micro | Humble | `mr2_yrc1m_h.out` | `0.1.2` | `22522443553457d5bd9ad08785d117ed` |

If the hash matches, proceed with the next section, [Configuration](#configuration).

Expand Down
2 changes: 1 addition & 1 deletion src/MotoROS.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define MOTOROS2_MOTOROS_H

#define APPLICATION_NAME "MotoROS2"
#define APPLICATION_VERSION "0.1.2pre"
#define APPLICATION_VERSION "0.1.2"

#include "motoPlus.h"

Expand Down

0 comments on commit 9026a1d

Please sign in to comment.