Giter VIP home page Giter VIP logo

Comments (3)

justinIRBT avatar justinIRBT commented on August 14, 2024 1

There are some example worlds that come with gazebo by default in /usr/share/gazebo-11/worlds/, you can check them out by doing, for example:

gazebo /usr/share/gazebo-11/worlds/cafe.world

If an existing world works well for you, you can copy the launch script in
create3_sim/irobot_create_gazebo/launch/aws_small.launch.py
and replace the world_path with the new one. You will additionally want to change the pose arguments at the top of the file:
for pose_element, default_value in zip(['x', 'y', 'yaw'], ['9.0', '0.0', '0.0'])
to set a starting pose that makes sense for that environment.

If you don't find an existing world in that directory or online that fits your needs for something simple, another option is to start gazebo with an empty world and drop shapes in to make your own simple world, then you can save that and load it in the launch file as described above. It will start with an empty world if you just launch gazebo from the command line.

from create3_sim.

slowrunner avatar slowrunner commented on August 14, 2024

Thanks. I tried creating a "sandbox" by resizing, cloning, and rotating the box, but couldn't save for some reason. I was told Gazebo has issues running in systems with external graphics processors, and I'm making it even more of a challenge by running it in an Ubuntu VM over Mac OS X.

I'll take a look at the gazebo-11/worlds. Thanks for the tip on how to use them.

from create3_sim.

slowrunner avatar slowrunner commented on August 14, 2024

Making some progress - I discovered a work-around for the Gazebo 11 'save world as' dialog box not displaying:

  • Press cntl-alt(option)-dn_arrow, cntl-alt(option)-up_arrow
    to display the dialog box, and to redisplay the dialog box after clicking folders/buttons, or after typing chars.

Now I have to figure out the launch file to include my 'playground.wld.sdf' - the AWS launch seems to be loading a whole world directory.

from create3_sim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.