Skip to content

Commit

Permalink
ROS2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 8, 2021
1 parent 2b24e5e commit b7de6b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ ament_export_dependencies(gazebo_ros)
################################################################################
# Macro for ament package
################################################################################
ament_package()
ament_package()
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This Gazebo world is well suited for organizations who are building and testing

* Create or update a **.rosinstall** file in the root directory of your ROS workspace. Add the following line to **.rosintall**:
```
- git: {local-name: src/aws-robomaker-small-warehouse-world, uri: 'https://github.com/aws-robotics/aws-robomaker-small-warehouse-world.git', version: foxy-devel}
- git: {local-name: src/aws-robomaker-small-warehouse-world, uri: 'https://github.com/aws-robotics/aws-robomaker-small-warehouse-world.git', version: ros2}
```
* Change the directory to your ROS workspace and run `rosws update`

Expand All @@ -40,7 +40,7 @@ This Gazebo world is well suited for organizations who are building and testing
warehouse_launch_path = os.path.join(warehouse_pkg_dir, 'launch')

warehouse_world_cmd = IncludeLaunchDescription(
PythonLaunchDescriptionSource([warehouse_launch_path, '/no_roof_small_warehouse_launch.py'])
PythonLaunchDescriptionSource([warehouse_launch_path, '/small_warehouse.launch.py'])
)

ld = LaunchDescription()
Expand Down Expand Up @@ -77,7 +77,7 @@ colcon build

# run in ROS2
source install/setup.sh
ros2 launch aws_robomaker_small_warehouse_world no_roof_small_warehouse_launch.py
ros2 launch aws_robomaker_small_warehouse_world small_warehouse.launch.py
```

**Visit the [AWS RoboMaker website](https://aws.amazon.com/robomaker/) to learn more about building intelligent robotic applications with Amazon Web Services.**
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b7de6b2

Please sign in to comment.