Skip to content

Commit fcee276

Browse files
committed
build: bump package versions for 0.8.0 release
1 parent a10b4c7 commit fcee276

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ This project is mainly built for Ubuntu Focal with ROS Noetic. But we are workin
1111

1212
### Continuous Integration
1313

14-
service | Noetic | One (coming soon) | Humble (coming soon)
15-
---------- | :-----: |:---:| :----:
16-
GitHub | [![Format](https://github.com/ubi-agni/mujoco_ros_pkgs/actions/workflows/format.yaml/badge.svg?branch=noetic-devel)](https://github.com/ubi-agni/mujoco_ros_pkgs/actions/workflows/format.yaml?query=branch%3Anoetic-devel) [![CI](https://github.com/ubi-agni/mujoco_ros_pkgs/actions/workflows/ci.yaml/badge.svg?branch=noetic-devel)](https://github.com/ubi-agni/mujoco_ros_pkgs/actions/workflows/ci.yaml?query=branch%3Anoetic-devel) | - | - |
17-
CodeCov | [![codecov](https://codecov.io/gh/ubi-agni/mujoco_ros_pkgs/branch/noetic-devel/graph/badge.svg?token=W7uHKcY0ly)](https://codecov.io/gh/ubi-agni/mujoco_ros_pkgs) | - | - |
14+
service | Noetic / One | Humble (coming soon)
15+
---------- | :-----: | :----:
16+
GitHub | [![Format](https://github.com/ubi-agni/mujoco_ros_pkgs/actions/workflows/format.yaml/badge.svg?branch=noetic-devel)](https://github.com/ubi-agni/mujoco_ros_pkgs/actions/workflows/format.yaml?query=branch%3Anoetic-devel) [![CI](https://github.com/ubi-agni/mujoco_ros_pkgs/actions/workflows/ci.yaml/badge.svg?branch=noetic-devel)](https://github.com/ubi-agni/mujoco_ros_pkgs/actions/workflows/ci.yaml?query=branch%3Anoetic-devel) | - |
17+
CodeCov | [![codecov](https://codecov.io/gh/ubi-agni/mujoco_ros_pkgs/branch/noetic-devel/graph/badge.svg?token=W7uHKcY0ly)](https://codecov.io/gh/ubi-agni/mujoco_ros_pkgs) | - |
1818

1919

2020
# Build Instructions
@@ -28,7 +28,7 @@ export LIBRARY_PATH=$LIBRARY_PATH:$MUJOCO_DIR/lib
2828
```
2929
where `PATH/TO/MUJOCO/DIR` is `~/.mujoco/mujoco-2.3.6` if you used the recommended location to install mujoco (if downloaded as tarball). If you built MuJoCo from source and the install path is known to catkin, you can skip this step.
3030

31-
4. Build with `catkin_build` or `catkin b`.
31+
4. Build with `catkin_build`, `catkin b` or `colcon build`.
3232
5. Source your workspace and try `roslaunch mujoco_ros launch_server.launch use_sim_time:=true` to test if it runs.
3333

3434
> **Warning**

mujoco_ros/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<a name="Unreleased"></a>
2-
## [Unreleased]
1+
<a name="0.8.0"></a>
2+
## [0.8.0] - 2023-10-23
33

44
### Added
55
* Manual steps now run as fast as possbile. I.e., if a viewer is connected, stepping is interrupted to render the UI at 30Hz. (This now also applies to running with unbound real-time, which previously was interrupted at 30Hz regardless if any viewer was connected).
@@ -230,7 +230,7 @@ Contributors: @DavidPL1, @balandbal
230230

231231
Contributors: @DavidPL1
232232

233-
[Unreleased]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.7.0...HEAD
233+
[0.8.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.7.0...0.8.0
234234
[0.7.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.6.0...0.7.0
235235
[0.6.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.5.0...0.6.0
236236
[0.5.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.4.0...0.5.0

mujoco_ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>mujoco_ros</name>
4-
<version>0.7.0</version>
4+
<version>0.8.0</version>
55
<description>The mujoco_ros package</description>
66

77
<maintainer email="[email protected]">David P. Leins</maintainer>

mujoco_ros_control/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>mujoco_ros_control</name>
4-
<version>0.7.0</version>
4+
<version>0.8.0</version>
55
<description>The mujoco_ros_control package</description>
66

77
<url type="repository">https://github.com/DavidPL1/mujoco_ros_pkgs</url>

mujoco_ros_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>mujoco_ros_msgs</name>
4-
<version>0.7.0</version>
4+
<version>0.8.0</version>
55
<description>mujoco_ros_msgs provides message files for interaction with a mujoco_ros simulation</description>
66

77
<maintainer email="[email protected]">David Leins</maintainer>

mujoco_ros_pkgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>mujoco_ros_pkgs</name> <!-- This is a meta package! -->
4-
<version>0.7.0</version>
4+
<version>0.8.0</version>
55
<description>Interface for using ROS with the <a href="https://mujoco.org/">MuJoCo</a> simulator.</description>
66

77
<license>BSD</license>

mujoco_ros_sensors/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>mujoco_ros_sensors</name>
4-
<version>0.7.0</version>
4+
<version>0.8.0</version>
55
<description>Sensor plugin for mujoco_ros</description>
66

77
<maintainer email="[email protected]">David P. Leins</maintainer>

0 commit comments

Comments
 (0)