Skip to content
Snippets Groups Projects
Name Last commit Last update
fre_matchfield
README.md
install_requirements.sh

FRE_virtual_event

Installation

  1. Get a computer with ubuntu 18.04. If you do not have a ubuntu 18.04 machine, you can install a virtual machine following the bullet points below. If you already have an ubuntu 18.04 machine you can skip to step 2.
  2. Open a terminal(Ctrl + Alt + T) and type ‘sudo apt install git’ to install git
  3. Clone the FRE git repository by typing ‘git clone https://git.wur.nl/ruigr004/fre_virtual_event.git’ in the terminal. This will create a folder named ‘fre_virtual_event’, containing all the files need to run the simulation.
  4. Install all required software by typing ‘sudo sh fre_virtual_event/install_required_software.sh’
  5. After the installation type ‘source ~/.bashrc’ in the terminal.
  6. You can now run the simulation by running ‘roslaunch/fre_virtual_event/task1.launch’. If you encounter any errors, we refer you to the troubleshooting section.

Trouble shooting:

  • If you encounter the error: ‘VMware: vmw_ioctl_command error Invalid argument.’ When launching gazebo. Then you should type ‘echo "export SVGA_VGPU10=0" >> ~/.profile’ in the terminal and reboot your (virtual) machine.
  • If you encounter the error ‘Error in REST request’ when launching gazebo. Then you should open ‘~/.ignition/fuel/config.yaml’ and change the line: ‘url: https://api.ignitionfuel.org’ to ‘url: https://api.ignitionrobotics.org’.