Skip to content

vaul-ulaval/f1tenth_gym_ros

 
 

Repository files navigation

f1tenth_gym_ros

Installation

  1. Clone the repo
git clone [email protected]:vaul-ulaval/f1tenth_gym_ros.git --recurse-submodules
cd f1tenth_gym_ros
  1. Build the docker image
docker compose build
  1. Run the docker image
docker compose up
  1. Open foxglove on localhost:8765

Creating image

  1. Build the docker image
docker compose build
  1. Login to the vaul docker account
docker login -u vaul
  1. Tag the image
docker tag f1tenth_gym_ros-f1tenth_gym_ros:latest vaul/f1tenth_gym_ros:<VERSION>
  1. Push the image
docker push vaul/f1tenth_gym_ros:<VERSION>

About

Containerized ROS communication bridge for F1TENTH gym environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 95.5%
  • Dockerfile 4.5%