Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ani717/aws-robomaker-racetrack-world-ros2

ROS2 version of AWS RoboMaker Race Track World. The original version provided by Amazon only supports ROS1. I modified it for ROS2 support.
https://github.com/ani717/aws-robomaker-racetrack-world-ros2

aws aws-robomaker cmake gazebo gazebo-simulator python python3 ros2 ros2-foxy

Last synced: 3 days ago
JSON representation

ROS2 version of AWS RoboMaker Race Track World. The original version provided by Amazon only supports ROS1. I modified it for ROS2 support.

Awesome Lists containing this project

README

        


AWS RoboMaker Racetrack World ROS2 Package

This is the ROS2 version of [AWS RoboMaker Racetrack World](https://github.com/aws-robotics/aws-robomaker-racetrack-world).

## Colaborators
[Computer Fusion Laboratory (CFL) - Temple University College of Engineering](https://sites.temple.edu/cflab/people/)
* [Animesh Bala Ani](https://animeshani.com/)
* [Dr. Li Bai](https://engineering.temple.edu/about/faculty-staff/li-bai-lbai)

## Download Package
Download package in a ROS workspace.
```
git clone https://github.com/ANI717/aws-robomaker-racetrack-world-ros2
```
Or update `.rosinstall` file with following command and run `rosws update` to clone this repository
```
- git: {local-name: src/deps/aws-robomaker-racetrack-world, uri: 'https://github.com/ANI717/aws-robomaker-racetrack-world-ros2.git', version: main}
```