mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +03:00
Update turtlebot3-gazebo example.
This commit is contained in:
parent
01e9507835
commit
b8b9c3dd5e
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
# Run:
|
||||
# export TURTLEBOT3_MODEL=burger
|
||||
# roslaunch turtlebot3_gazebo turtlebot3_world.launch
|
||||
# roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch
|
||||
|
||||
|
@ -9,14 +8,12 @@ with pythonPackages;
|
|||
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
catkin
|
||||
glibcLocales
|
||||
(buildEnv { paths = [
|
||||
cmake
|
||||
turtlebot3-description
|
||||
turtlebot3-teleop
|
||||
turtlebot3-gazebo
|
||||
# Doesn't work out of the box yet because path needs to added to
|
||||
# GAZEBO_PLUGIN_PATH
|
||||
gazebo-plugins
|
||||
xacro
|
||||
]; })
|
||||
|
@ -24,4 +21,5 @@ mkShell {
|
|||
|
||||
ROS_HOSTNAME = "localhost";
|
||||
ROS_MASTER_URI = "http://localhost:11311";
|
||||
TURTLEBOT3_MODEL = "burger";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue