Skip to content

Formula-Student-AI/bristol_fsai_sim-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is the Bristol FSAI simulator developed for the FSAI competition. It currently relies heavily on EUFS Sim.

Versions

  • OS: Ubuntu 20.04 (Focal)
  • ROS: ROS 2 Galactic

Setup

  1. Follow the setup guides if you need to set up a ROS workspace (there are .devcontainer files included in this repo if you are using dev containers).

  2. Navigate to your home folder and clone this repo (this will be inside your virtual machine/container)

    git clone https://github.com/Formula-Student-AI/bristol_fsai_sim-docker.git
    
  3. Install ROS Dependencies for EUFS Sim

    sudo rosdep install --from-paths $EUFS_MASTER --ignore-src -r -y
    
  4. Build and Install the ROS Packages

    colcon build --symlink-install
    
  5. Source the Overlay Setup Script

    source install/setup.bash
    
  6. Launch EUFS Sim

    ros2 launch eufs_launcher eufs_launcher.launch.py
    

If you have any problems check Known Issues with EUFS sim first. Contact us ([email protected]) if you think you've found any bugs.

How to Conritube

Create new branch

git checkout change_your_branch_name

Make your changes

git add file_name ...
git commit -m "change_your_commit_message"
git push

How to Conritube

Create new branch

git checkout change_your_branch_name

Make your changes

git add file_name ...
git commit -m "change_your_commit_message"
git push

Credit

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors