From cee773a969b94d44abb2a7d5cbcdc1248988c9b1 Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Fri, 17 Apr 2020 14:52:39 -0400 Subject: [PATCH] Update turtlebot3-gazebo example to melodic. --- README.md | 1 - examples/turtlebot3-gazebo.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 53c47c5d5c..8fa6e8fa4b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ nix-shell \ --option extra-substituters 'https://ros.cachix.org' \ --option trusted-public-keys 'cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ros.cachix.org-1:dSyZxI8geDCJrwgvCOHDoAfOm5sV1wCPjBkKL+38Rvo=' \ '' -export TURTLEBOT3_MODEL=burger # If not on NixOS, nixGL (https://github.com/guibou/nixGL) is needed for OpenGL support roslaunch turtlebot3_gazebo turtlebot3_world.launch # Spawn a new nix-shell in a new terminal and then: diff --git a/examples/turtlebot3-gazebo.nix b/examples/turtlebot3-gazebo.nix index 014eb8bcc3..a6197066e0 100755 --- a/examples/turtlebot3-gazebo.nix +++ b/examples/turtlebot3-gazebo.nix @@ -3,7 +3,7 @@ # roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch with import ../. {}; -with rosPackages.kinetic; +with rosPackages.melodic; with pythonPackages; mkShell {