Skip to content

Commit

Permalink
Release v1.0.6
Browse files Browse the repository at this point in the history
Update JVRC1 limits (#7)
  • Loading branch information
gergondet committed Jan 4, 2023
1 parent c5087e1 commit f1f910f
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)
cmake_policy(SET CMP0048 NEW)

option(DISABLE_ROS OFF)
set(PROJECT_VERSION 1.0.5)
set(PROJECT_VERSION 1.0.6)
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.5"
version = "1.0.6"
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.6-1debian1) unstable; urgency=medium

* Upstream update

-- Pierre Gergondet <[email protected]> Wed, 04 Jan 2023 15:41:49 +0900

mc-rtc-data (1.0.5-1debian1) unstable; urgency=medium

* Update JVRC1 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.5)
project(jvrc_description VERSION 1.0.6)

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.5</version>
<version>1.0.6</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.5)
project(mc_env_description VERSION 1.0.6)

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.5</version>
<version>1.0.6</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.5)
project(mc_int_obj_description VERSION 1.0.6)

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.5</version>
<version>1.0.6</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.5</version>
<version>1.0.6</version>
<description>Data for mc_rtc</description>
<maintainer email="[email protected]">Pierre Gergondet</maintainer>
<license>BSD</license>
Expand Down

0 comments on commit f1f910f

Please sign in to comment.