Skip to content

Commit 66ec881

Browse files
author
Addisu Z. Taddese
committed
Add gz-kura
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent e47fac1 commit 66ec881

File tree

5 files changed

+13
-21
lines changed

5 files changed

+13
-21
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
22

33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-jetty VERSION 1.0.0)
6+
project(gz-kura VERSION 1.0.0)
77

88
#============================================================================
99
# Find gz-cmake
@@ -14,9 +14,9 @@ find_package(gz-cmake REQUIRED)
1414
#============================================================================
1515
# Configure the project
1616
#============================================================================
17-
gz_configure_project(VERSION_SUFFIX)
17+
gz_configure_project(VERSION_SUFFIX pre1)
1818

19-
# all list of jetty packages
19+
# all list of kura packages
2020

2121
gz_find_package(gz-common REQUIRED)
2222
gz_find_package(gz-fuel_tools REQUIRED)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Gazebo Jetty Collection
1+
# Gazebo Kura Collection
22

3-
The Jetty collection is a set of Gazebo libraries compatible with
3+
The Kura collection is a set of Gazebo libraries compatible with
44
each other.
55

66
Gazebo brings a fresh approach to simulation with a complete toolbox

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copied from https://github.com/j-rivero/jetty_testing/blob/main/Dockerfile
2-
FROM ubuntu:noble AS jetty-prerelease
2+
FROM ubuntu:noble AS kura-prerelease
33
ENV LANG=C
44
ENV LC_ALL=C
55
ARG DEBIAN_FRONTEND=noninteractive
@@ -11,6 +11,6 @@ RUN git clone https://github.com/gazebo-tooling/gzdev \
1111
&& cd gzdev \
1212
&& python3 gzdev.py repository enable osrf stable \
1313
&& python3 gzdev.py repository enable osrf prerelease
14-
RUN apt-get install -y gz-jetty \
14+
RUN apt-get install -y gz-kura \
1515
&& apt-get clean \
1616
&& rm -rf /var/lib/apt/lists/*

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0"?>
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
4-
<name>gz-jetty</name>
4+
<name>gz-kura</name>
55
<version>1.0.0</version>
6-
<description>Gazebo Jetty Metapackage</description>
6+
<description>Gazebo Kura Metapackage</description>
77
<maintainer email="addisu@openrobotics.org">Addisu Z. Taddese</maintainer>
88
<license>Apache License 2.0</license>
9-
<url type="website">https://github.com/gazebosim/gz-jetty</url>
9+
<url type="website">https://github.com/gazebosim/gz-kura</url>
1010

1111
<buildtool_depend>cmake</buildtool_depend>
1212

release_notes.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# Gazebo Jetty Release Notes
2-
3-
## New Features
4-
5-
## Bug Fixes
6-
7-
## Breaking Changes
8-
9-
## Documentation
10-
1+
# Gazebo Kura Release Notes
112

3+
Please visit <https://gazebosim.org/docs/kura/release_notes>

0 commit comments

Comments
 (0)