Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
Update JVRC1 model (#5)
  • Loading branch information
gergondet committed Dec 15, 2022
1 parent 1bb4203 commit b66f953
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ cmake_minimum_required(VERSION 3.1)
cmake_policy(SET CMP0048 NEW)

option(DISABLE_ROS OFF)
project(mc_rtc_data VERSION 1.0.4)
set(PROJECT_VERSION 1.0.5)
project(mc_rtc_data VERSION ${PROJECT_VERSION})

enable_testing()

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class MCRTCDataConan(base.Eigen3ToPythonConan):
name = "mc_rtc_data"
version = "1.0.4"
version = "1.0.5"
description = "Environments/Robots description for mc_rtc"
topics = ("robotics", "data")
url = "https://github.com/jrl-umi3218/mc_rtc_data"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mc-rtc-data (1.0.5-1debian1) unstable; urgency=medium

* Update JVRC1 model

-- Pierre Gergondet <[email protected]> Thu, 15 Dec 2022 14:44:57 +0900

mc-rtc-data (1.0.4-1ubuntu1) unstable; urgency=medium

* Add chair model
Expand Down
2 changes: 1 addition & 1 deletion jvrc_description/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)
cmake_policy(SET CMP0048 NEW)
project(jvrc_description VERSION 1.0.4)
project(jvrc_description VERSION 1.0.5)

if(NOT DISABLE_ROS)
find_package(catkin QUIET)
Expand Down
2 changes: 1 addition & 1 deletion jvrc_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>jvrc_description</name>
<version>1.0.4</version>
<version>1.0.5</version>
<description>Description package for the JVRC-1 robot</description>
<author>Pierre Gergondet</author>
<maintainer email="[email protected]">Pierre Gergondet</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion mc_env_description/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)
cmake_policy(SET CMP0048 NEW)
project(mc_env_description VERSION 1.0.4)
project(mc_env_description VERSION 1.0.5)

if(NOT DISABLE_ROS)
find_package(catkin QUIET)
Expand Down
2 changes: 1 addition & 1 deletion mc_env_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>mc_env_description</name>
<version>1.0.4</version>
<version>1.0.5</version>
<description>mc_env_description</description>
<author>Joris Vaillant</author>
<maintainer email="[email protected]">Pierre Gergondet</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion mc_int_obj_description/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)
cmake_policy(SET CMP0048 NEW)
project(mc_int_obj_description VERSION 1.0.4)
project(mc_int_obj_description VERSION 1.0.5)

if(NOT DISABLE_ROS)
find_package(catkin QUIET)
Expand Down
2 changes: 1 addition & 1 deletion mc_int_obj_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>mc_int_obj_description</name>
<version>1.0.4</version>
<version>1.0.5</version>
<description>mc_int_obj_description</description>
<author>Joris Vaillant</author>
<maintainer email="[email protected]">Pierre Gergondet</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion mc_rtc_data/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>mc_rtc_data</name>
<version>1.0.4</version>
<version>1.0.5</version>
<description>Data for mc_rtc</description>
<maintainer email="[email protected]">Pierre Gergondet</maintainer>
<license>BSD</license>
Expand Down

0 comments on commit b66f953

Please sign in to comment.