Gazebo
Quadruped Simulation and Control
Last updated
Was this helpful?
Was this helpful?
sudo apt-get update
sudo apt-get install python3-rosdepgit clone https://github.com/OpenMind/OM1-sim.gitcd OM1-sim
sudo rosdep init
rosdep update
rosdep install --from-paths . --ignore-src -r -ycolcon builduv venv --python 3.10
source .venv/bin/activate
uv pip install .source install/setup.bash
ros2 launch go2_gazebo_sim go2_launch.pyzenoh-bridge-ros2dds -c ./zenoh/zenoh_bridge_config.json5vi ~/.bashrcexport OM_API_KEY="<your_api_key>"CONFIG=unitree_go2_autonomy USE_SIM=true make devsource install/setup.bash
ros2 run teleop_twist_keyboard teleop_twist_keyboardi - Move forward
, - Move backward
j - Turn left
l - Turn right
k - Stop
U/O/M/> - Move diagonally