Skip to content

Instantly share code, notes, and snippets.

@gusugusu1018
Last active April 4, 2019 03:00
Show Gist options
  • Save gusugusu1018/bbac1b2c8aa95642f05ee62a3e9e43ca to your computer and use it in GitHub Desktop.
Save gusugusu1018/bbac1b2c8aa95642f05ee62a3e9e43ca to your computer and use it in GitHub Desktop.
ROS2に向けたGazeboのインストール
#!/bin/bash
#http://gazebosim.org/tutorials?tut=ros2_installing&cat=connect_ros
#http://gazebosim.org/tutorials?tut=install_ubuntu&cat=install
curl -sSL http://get.gazebosim.org | sh
sudo apt install ros-crystal-gazebo-ros-pkgs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment