Skip to content

Commit

Permalink
Review applied
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Jaroszek <[email protected]>
  • Loading branch information
pijaro authored and michalpelka committed Aug 23, 2023
1 parent fab918b commit 54770b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Templates/Ros2FleetRobotTemplate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ To understand more about transformations, see ROS 2 navigation [documentation](h
## Using your robots in the simulation

You can also use your robots in the simulation. To do so, you need to:
- [import robot](https://docs.o3de.org/docs/user-guide/interactivity/robotics/importing-robot/) from existing URDF file,
- or create a robot from scratch in a O3DE editor using ROS 2 gem components (see [Frames](https://docs.o3de.org/docs/user-guide/interactivity/robotics/concepts-and-components-overview/#frames)),
- [import a robot](https://docs.o3de.org/docs/user-guide/interactivity/robotics/importing-robot/) from existing URDF file,
- or create a robot from scratch in a O3DE editor using ROS 2 gem components (see [Frames](https://docs.o3de.org/docs/user-guide/interactivity/robotics/concepts-and-components-overview)),
- make sure that your robot has a 2D scanner attached
- and publishes scans on `scan` topic (see [Sensors](https://docs.o3de.org/docs/user-guide/interactivity/robotics/concepts-and-components-overview/#robot-control)),
- is controlled via the `cmd_vel` topic (see [Robot Control](https://docs.o3de.org/docs/user-guide/interactivity/robotics/concepts-and-components-overview/#robot-control)).
Expand Down Expand Up @@ -158,6 +158,6 @@ cd Examples/ros2_ws
ros2 launch o3de_fleet_nav o3de_fleet_nav_launch.py
```

Few Rviz2 windows should appear. You can use the "Nav2 Goal" button to send goal to the robot.
Few RViz2 windows should appear. You can use the "Nav2 Goal" button to send goal to the robot.

![Rviz2](Screenshots/fleet_rviz.png)
![RViz2](Screenshots/fleet_rviz.png)
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This package contains a modified code from "nav2_bringup" package (https://github.com/ros-planning/navigation2).
This package contains a modified code from "nav2_bringup" package (https://github.com/ros-planning/navigation2).
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def generate_launch_description():
declare_map_yaml_cmd = DeclareLaunchArgument(
'map',
default_value=os.path.join(
o3de_fleet_nav_dir, 'maps', 'map.yaml'),
o3de_fleet_nav_dir, 'maps', 'map_warehouse.yaml'),
description='Full path to map file to load')

declare_use_sim_time_cmd = DeclareLaunchArgument(
Expand Down

0 comments on commit 54770b8

Please sign in to comment.