Skip to content

Commit

Permalink
Update README.md (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-labs authored Mar 6, 2024
1 parent 28cbf45 commit 2ba15a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Scenario execution is a backend- and middleware-agnostic library written in Pyth
It reads a scenario definition from a file and then executes it, reusing available checks and actions. It is easily extendable through a library mechanism.
This separation of the scenario definition from implementation massively reduces the manual efforts of scenario creation.

To give an impression of the functionality of scenario execution, the following animation shows an example scenario with a turtlebot-like robot in simulation using Nav2 to navigate towards a specified navigation goal in a simulated warehouse environment.
To give an impression of the functionality of scenario execution, the following animation shows an example scenario with a turtlebot-like robot in simulation using [Nav2](https://github.com/ros-planning/navigation2) and [ROS](https://ros.org/) as middleware to navigate towards a specified navigation goal in a simulated warehouse environment.
Once the robot reaches a reference position a box is spawned in front of the robot as an unmapped static obstacle that needs to be avoided.
Upon arrival of the goal position, the scenario ends and the simulation gets cleaned up.

Expand Down

0 comments on commit 2ba15a4

Please sign in to comment.