File tree Expand file tree Collapse file tree 5 files changed +13
-21
lines changed
Expand file tree Collapse file tree 5 files changed +13
-21
lines changed Original file line number Diff line number Diff line change 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
2121gz_find_package (gz-common REQUIRED )
2222gz_find_package (gz-fuel_tools REQUIRED )
Original file line number Diff line number Diff line change 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
44each other.
55
66Gazebo brings a fresh approach to simulation with a complete toolbox
Original file line number Diff line number Diff line change 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
33ENV LANG=C
44ENV LC_ALL=C
55ARG 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/*
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments