No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Repository Summary
Checkout URI | https://github.com/mindspaceinc/spot-mujoco-ros2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-05-21 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
communication | 0.0.0 |
core | 0.0.0 |
description | 0.0.0 |
mujoco | 0.0.0 |
README
Spot MuJoCo ROS2

Introduction
This package is developed with ROS2 based on spot-sdk. The original urdf has no inertia and mass information, so we generate this information based on its geometric shape.
The files include:
- The XML file
(description/model/xml/spot_mini/spot_mini.xml)
of Spot Mini for the simulation in MuJoCo. - A class named
MuJoCoMessageHandler
is also provided, which publishes the robot joint state and imu message. Theodom
message is just the real pose of the robot in simulation. More details can be found in the cpp filesrc/simulation/mujoco/src/MuJoCoMessageHandler.cpp
. - ROS2 (version) is needed to run this package.
Installation
# Create your own workspace
cd ~/ & mkdir -p your_workspace/src
# Clone this package to your_workspace/src
cd ~/your_workspace/src & git clone https://github.com/MindSpaceInc/Spot-MuJoCo-ROS2.git
# Build (DO NOT remove `--symlink-install`)
colcon build --symlink-install
# Setup env
source ../install/setup.bash
# Run simulation
ros2 launch mujoco simulation_launch.py
Now your can open a new terminal and use command ros2 topic list
to see the below topics
/parameter_events
/rosout
/simulation/actuators_cmds
/simulation/imu_data
/simulation/joint_states
/simulation/odom
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.