Skip to content

Commit

Permalink
chg: 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 committed Jul 31, 2024
1 parent d657fc2 commit 75c65be
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Tools that combine the MuJoCo simulator with ROS. Meant to recreate a base port of [gazebo\_ros\_pkgs](https://github.com/ros-simulation/gazebo_ros_pkgs) for MuJoCo.

This is a ROS software Project that wraps the [MuJoCo physics engine](https://mujoco.org/) into a ROS package.
It is an extension of the MuJoCo [simulate](https://github.com/deepmind/mujoco/blob/2.1.1/sample/simulate.cc) program, with ROS integration and the possibility to load plugins via pluginlib.
It is an extension of the MuJoCo [simulate](https://github.com/deepmind/mujoco/blob/3.2.0/sample/simulate.cc) program, with ROS integration and the possibility to load plugins via pluginlib.

### ROS Versions

Expand All @@ -18,15 +18,15 @@ CodeCov | [![codecov](https://codecov.io/gh/ubi-agni/mujoco_ros_pkgs/branch/noet


# Build Instructions
1. Make sure MuJoCo is installed (the current build uses version 2.3.7) and runs on your machine.
1. Make sure MuJoCo is installed (the current build uses version 3.2.0) and runs on your machine.
2. Create a new ROS workspace or include this repository into an existing workspace.
3. Before building, make sure that your compiler knows where to find the MuJoCo library, e.g. by running
```bash
export MUJOCO_DIR=PATH/TO/MUJOCO/DIR
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MUJOCO_DIR/lib
export LIBRARY_PATH=$LIBRARY_PATH:$MUJOCO_DIR/lib
```
where `PATH/TO/MUJOCO/DIR` is `~/.mujoco/mujoco-2.3.7` 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.
where `PATH/TO/MUJOCO/DIR` is `~/.mujoco/mujoco-3.2.0` 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.

4. Build with `catkin_build`, `catkin b` or `colcon build`.
5. Source your workspace and try `roslaunch mujoco_ros launch_server.launch use_sim_time:=true` to test if it runs.
Expand Down
6 changes: 3 additions & 3 deletions mujoco_ros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="unreleased"></a>
## Unreleased
<a name="0.9.0"></a>
## [0.9.0] - 2024-07-31

### Added
* Mocap plugin to programmatically control mocap bodies.
Expand Down Expand Up @@ -262,7 +262,7 @@ Contributors: @DavidPL1, @balandbal

Contributors: @DavidPL1

[unreleased]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.8.0...HEAD
[0.9.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/ubi-agni/mujoco_ros_pkgs/compare/0.5.0...0.6.0
Expand Down
2 changes: 1 addition & 1 deletion mujoco_ros/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mujoco_ros</name>
<version>0.8.0</version>
<version>0.9.0</version>
<description>The mujoco_ros package</description>

<maintainer email="[email protected]">David P. Leins</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion mujoco_ros_control/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mujoco_ros_control</name>
<version>0.8.0</version>
<version>0.9.0</version>
<description>The mujoco_ros_control package</description>

<url type="repository">https://github.com/DavidPL1/mujoco_ros_pkgs</url>
Expand Down
2 changes: 1 addition & 1 deletion mujoco_ros_mocap_plugin/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mujoco_ros_mocap</name>
<version>0.8.0</version>
<version>0.9.0</version>
<description>The mujoco_ros_mocap plugin package</description>

<url type="repository">https://github.com/ubi-agni/mujoco_ros_pkgs</url>
Expand Down
2 changes: 1 addition & 1 deletion mujoco_ros_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mujoco_ros_msgs</name>
<version>0.8.0</version>
<version>0.9.0</version>
<description>mujoco_ros_msgs provides message files for interaction with a mujoco_ros simulation</description>

<maintainer email="[email protected]">David Leins</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion mujoco_ros_pkgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mujoco_ros_pkgs</name> <!-- This is a meta package! -->
<version>0.8.0</version>
<version>0.9.0</version>
<description>Interface for using ROS with the <a href="https://mujoco.org/">MuJoCo</a> simulator.</description>

<license>BSD</license>
Expand Down
2 changes: 1 addition & 1 deletion mujoco_ros_sensors/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mujoco_ros_sensors</name>
<version>0.8.0</version>
<version>0.9.0</version>
<description>Sensor plugin for mujoco_ros</description>

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

0 comments on commit 75c65be

Please sign in to comment.