Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<a href="#usage">Usage</a>
<ul>
<li>
<a href="#gazebo-classic">Gazebo Classic</a>
<a href="#gazebo-ignition">Gazebo Ignition</a>
<ul>
<li><a href="#launch-gazebo">Launch Gazebo</a></li>
<li><a href="#spawn-robot">Spawn Robot</a></li>
Expand Down Expand Up @@ -84,10 +84,12 @@

[![Simulation View][product-screenshot]](https://github.com/RobotnikAutomation/robot_simulation)

This package will combine the different Robotnik packages in ROS2 to simulate the robots in the different available platforms, as Gazebo Ignition, Gazebo Classic (DEPRECATED), etc.
This package will combine the different Robotnik packages in ROS2 to simulate the robots in the different available platforms, as Gazebo Sim 8.9.0, etc.

This README will guide you to the simulation usage and the custom simulations that you can build for your own projects.



<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- GETTING STARTED -->
Expand All @@ -97,8 +99,13 @@ This package works with the different packages that Robotnik developed for the r

### Prerequisites

#### - Gazebo Sim 8.9.0
#### - ROS2 Jazzy


First, be sure that you have all the [Gazebo packages](https://gazebosim.org/docs/harmonic/install_ubuntu/) installed for ROS2.


```sh
sudo apt install ros-jazzy-ros-gz
```
Expand Down Expand Up @@ -318,8 +325,7 @@ To launch a custom file, you can use the _world_path_ argument that it's in the
<!-- ROADMAP -->
## Roadmap

- [x] Add Gazebo Classic
- [ ] Add Gazebo Ignition
- [x] Add Gazebo Ignition
- [ ] Add more worlds
- [ ] Add multi robot support

Expand Down
35 changes: 0 additions & 35 deletions robotnik_gazebo_classic/CMakeLists.txt

This file was deleted.

202 changes: 0 additions & 202 deletions robotnik_gazebo_classic/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion robotnik_gazebo_classic/README.md

This file was deleted.

Loading