Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix readme #274

Merged
merged 4 commits into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/ico
Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_launch-8-win)](https://build.osrfoundation.org/job/gz_launch-8-win)

Gazebo Launch, a component of [Gazebo](https://gazebosim.org), provides a command line interface
to run and manager application and plugins.
to run and manage application and plugins.

# Table of Contents

Expand All @@ -27,8 +27,6 @@ to run and manager application and plugins.

[Documentation](#documentation)

[Testing](#testing)

[Folder Structure](#folder-structure)

[Contributing](#contributing)
Expand All @@ -54,15 +52,15 @@ directory.

# Install

See the [installation tutorial](https://gazebosim.org/api/launch/7/install.html).
See the [installation tutorial](https://gazebosim.org/api/launch/8/install.html).

# Usage

Sample launch configuration files are in the [examples directory](https://github.com/gazebosim/gz-launch/blob/gz-launch8/examples/).

**Example**

1. Run a configuration that launches [Gazebo](https://gazebosim.org/libs/gazebo).
1. Run a configuration that launches [Gazebo](https://gazebosim.org/libs/sim/).

```
gz launch sim.gzlaunch
Expand Down
Loading