No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.0.0
License Apache 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/aws-robomaker-simulation-ros-pkgs.git
VCS Type git
VCS Version dashing
Last Updated 2021-09-21
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

AWS RoboMaker package containing launch files that facilitate using Gazebo with AWS RoboMaker runtime capabilities.

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker

AWS RoboMaker Gazebo Launch Package

This package contains ROS-2 launch files that integrate with AWS RoboMaker's runtime features for Gazebo. The launch files are intended as drop in replacements for the default launch files provided by gazebo_ros

Visit the AWS RoboMaker website to learn more about building intelligent robotic applications with Amazon Web Services.

Install

You will need the source code in your workspace.

  1. Git clone the repository containing this repo into your workspace
cd <simulation_ws>/src
git clone --single-branch --branch gazebolaunch-ros2 https://github.com/aws-robotics/aws-robomaker-simulation-ros-pkgs.git

  1. Include this package's launch file into yours (typically this would be where you used a launch file from gazebo_ros):
launch.LaunchDescription(
    launch.actions.IncludeLaunchDescription(
        PythonLaunchDescriptionSource(
            os.path.join(
                get_package_share_directory(
                    'aws_robomaker_gazebo_ros'),
                'launch',
                'launch_world.py',
            )
        ),
        launch_arguments={
            'gui': launch.substitutions.LaunchConfiguration('gui'),
            'world_name': os.path.join(
                get_package_share_directory('aws_robomaker_worldforge_worlds'),
                'worlds',
                'generation_sm885pycnlpf_world_1',
                'generation_sm885pycnlpf_world_1.world')
        }.items()
    )
)

  1. Build your workspace as you normally would
# build for ROS
cd <simulation_ws>
rosdep install --from-paths . --ignore-src -r -y
colcon build

Usage

Now you can launch your simulation application as you normally would.

You can also colcon bundle as you normally would to bring this simulation application onto AWS RoboMaker.

License

This library is licensed under the Apache 2.0 License.

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Name
gazebo

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged aws_robomaker_gazebo_ros at Robotics Stack Exchange

No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.