Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
* Add chair model
* Better handle DISABLE_ROS
  • Loading branch information
gergondet committed Sep 23, 2020
1 parent 540a82d commit d5868f5
Show file tree
Hide file tree
Showing 10 changed files with 16 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)
project(mc_rtc_data VERSION 1.0.3)
project(mc_rtc_data VERSION 1.0.4)

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.3"
version = "1.0.4"
description = "Environments/Robots description for mc_rtc"
topics = ("robotics", "data")
url = "https://github.com/jrl-umi3218/mc_rtc_data"
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mc-rtc-data (1.0.4-1ubuntu1) unstable; urgency=medium

* Add chair model
* Better handle DISABLE_ROS

-- Pierre Gergondet <[email protected]> Wed, 23 Sep 2020 22:13:35 +0800

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

* Remove duplicate files
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.3)
project(jvrc_description VERSION 1.0.4)

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

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

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

0 comments on commit d5868f5

Please sign in to comment.