File tree 4 files changed +13
-8
lines changed
4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package nao_meshes
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 2.1.1 (2023-11-22)
6
+ ------------------
7
+ * Download and install directly in bin dir
8
+ * Update status badges
9
+ * Contributors: Victor Paléologue
10
+
5
11
2.1.0 (2023-11-15)
6
12
------------------
7
13
* Workaround running installer in CI
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ find_package(ament_cmake REQUIRED)
6
6
# When getting a new binay, the MD5 might change, and the folder hierarchy too
7
7
# read comments below to adapt
8
8
9
- set (TMP_DIR ${CMAKE_CURRENT_BINARY_DIR} /tmp )
9
+ set (TMP_DIR ${CMAKE_CURRENT_BINARY_DIR} )
10
10
set (INSTALLER_PATH ${TMP_DIR} /installer.run)
11
11
12
12
if (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "$i.86$" )
Original file line number Diff line number Diff line change 1
1
# nao_meshes2
2
2
3
- This package allows you to install the Aldebaran Pepper meshes for ROS2
3
+ This package allows you to install the Aldebaran NAO meshes for ROS2
4
4
5
5
When building a binary package, please make sure that with the installer the user has to agree to
6
6
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License
@@ -16,8 +16,7 @@ of the meshes as this could result in heavy cloning.
16
16
17
17
## Status
18
18
19
- ROS Distro | Binary Status | Source status |
20
- | -------------------| -------------------| -------------------|
21
- Humble | |
22
- Galactic | [ ![ Build Status] ( https://build.ros2.org/job/Gbin_uF64__nao_meshes__ubuntu_focal_amd64__binary/badge/icon )] ( https://build.ros2.org/job/Gbin_uF64__nao_meshes__ubuntu_focal_amd64__binary/ ) | [ ![ Build Status] ( https://build.ros2.org/job/Gsrc_uF__nao_meshes__ubuntu_focal__source/badge/icon )] ( https://build.ros2.org/job/Gsrc_uF__nao_meshes__ubuntu_focal__source/ )
23
- Foxy | [ ![ Build Status] ( https://build.ros2.org/job/Fbin_uF64__nao_meshes__ubuntu_focal_amd64__binary/badge/icon )] ( https://build.ros2.org/job/Fbin_uF64__nao_meshes__ubuntu_focal_amd64__binary/ ) | [ ![ Build Status] ( https://build.ros2.org/job/Fsrc_uF__nao_meshes__ubuntu_focal__source/badge/icon )] ( https://build.ros2.org/job/Fsrc_uF__nao_meshes__ubuntu_focal__source/ )
19
+ ROS Distro | Binary Status | Source status | GitHub Status |
20
+ | -------------------| -------------------| -------------------| --------------------|
21
+ Humble | [ ![ ros2-humble-jammy-bin-status-badge] ( https://build.ros2.org/job/Hbin_uJ64__nao_meshes__ubuntu_jammy_amd64__binary/badge/icon )] ( https://build.ros2.org/job/Hbin_uJ64__nao_meshes__ubuntu_jammy_amd64__binary ) | [ ![ ros2-humble-jammy-src-status-badge] ( https://build.ros2.org/job/Hsrc_uJ__nao_meshes__ubuntu_jammy__source/badge/icon )] ( https://build.ros2.org/job/Hsrc_uJ__nao_meshes__ubuntu_jammy__source ) | [ ![ ros2-humble-jammy] ( https://github.com/ros-naoqi/nao_meshes2/actions/workflows/humble_jammy.yml/badge.svg?branch=main )] ( https://github.com/ros-naoqi/nao_meshes2/actions/workflows/humble_jammy.yml )
22
+ Iron | [ ![ ros2-iron-jammy-bin-status-badge] ( https://build.ros2.org/job/Ibin_uJ64__nao_meshes__ubuntu_jammy_amd64__binary/badge/icon )] ( https://build.ros2.org/job/Ibin_uJ64__nao_meshes__ubuntu_jammy_amd64__binary ) | [ ![ ros2-iron-jammy-src-status-badge] ( https://build.ros2.org/job/Isrc_uJ__nao_meshes__ubuntu_jammy__source/badge/icon )] ( https://build.ros2.org/job/Isrc_uJ__nao_meshes__ubuntu_jammy__source ) | [ ![ ros2-iron-jammy] ( https://github.com/ros-naoqi/nao_meshes2/actions/workflows/iron_jammy.yml/badge.svg?branch=main )] ( https://github.com/ros-naoqi/nao_meshes2/actions/workflows/iron_jammy.yml )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 3" >
3
3
<name >nao_meshes</name >
4
- <version >2.1.0 </version >
4
+ <version >2.1.1 </version >
5
5
<description >ROS2 Meshes for the NAO robot</description >
6
6
<
author email =
" [email protected] " >Maxime Busy</
author >
7
7
You can’t perform that action at this time.
0 commit comments