Skip to content

User_Inst_UnitySimulationExample

Martin Bischoff edited this page Jul 23, 2018 · 3 revisions

1.8 Unity Simulation Example Setup

Note: This tutorial assumes that you have completed tutorials:

Setting up ROS

  • Make sure that you followed tutorial 1.5.
  • In the Ubuntu VM, install python-xlib (which is required by mouse_to_joy.py) via
sudo apt install python-xlib
  • Place the folder unity_simulation_scene (from here) inside the src folder of your Catkin workspace and rebuild your workspace.
  • In the directory unity_simulation_scene/scripts make the file mouse_to_joy.py executable by running
chmod +x mouse_to_joy.py

� Siemens AG, 2017-2018 Author: Suzannah Smith ([email protected])

Clone this wiki locally