Skip to content

Run ROS code with GitHub Actions

License

Notifications You must be signed in to change notification settings

race-on/ros-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runs on GitHub Action

ROS Actions

Run ROS code with GitHub Actions triggered by each commit. The code runs inside a Ubuntu 18.04 Docker container that has ROS Melodic, Gazebo 9, Python 2.7, and the Race On code ready to start a simulation. Using Docker containers instead of VM allows us to exactly replicate the same environment both locally and on GitHub where the evaluations will happen.

To Do:

  1. (Priority: High) Create two Docker images, simulation and development. The simulation image will contain the minimum necessary tools to run the Gazebo simulator and will be used in the GitHub Actions. The development image will extend the simulation one with development tools that teams will use to write their code such as Jupyter Notebook/Lab and a local Webviz server.
  2. (Priority: High) Clean the current code to have only one packeage race-on-sim that will contain all the necessary code to simulate the car using Gazebo and return a lap time.
  3. (Priority: High) Starter code that completes a lap wich teams will work to extend.
  4. (Priority: Medium) Add visual clues to the track such that Labs 5 to 8 can be implemented
  5. (Priority: Medium) Adjust f1tenth labs for Race On.
  6. (Priority: Low) Setup script based on the Docker file that will install all the dependencies on a fresh Ubuntu 18.04

Labs:

  1. Setup ROS and check the simulator, record data
  2. Dynamic speed control
  3. Follow the line
  4. Track placement
  5. Localization
  6. SLAM
  7. Planing
  8. Sensor fusion (camera, odometry, accelerometer)

Questions:

  • What is a reasonable time limit for GitHub to execute the code and at the same time prevent an infinite loop for stalling all the resources?

About

Run ROS code with GitHub Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published