You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,11 @@ ZeroSim provides a multitude of tools for building robots and environments in Un
47
47
48
48
## Getting Started
49
49
50
+
### Recommended System
51
+
52
+
* Ubuntu 18.04 or 20.04 (may work on MacOS or Windows but currently untested)
53
+
* Unity 2020.x
54
+
50
55
### Setting up a new Unity Project
51
56
52
57
1. In Unity Hub create a new Unity project using Unity 2020.x or later. 
@@ -61,4 +66,45 @@ ZeroSim provides a multitude of tools for building robots and environments in Un
61
66
3. If running Unity on Linux you want to avoid using OpenGL and use Vulkan, otherwise image based sensors may run slowly or not at all. To change to using Vulkan:
62
67
1. In the Unity Menu: `Edit -> Project Settings...`:
63
68
2. Uncheck `Auto Graphics API for Linux` and then under `Graphics APIs for Linux` set `Vulkan` ahead of `OpenGL`:
7. The Turtlebot can now be controlled via the `w a s d` keys in the ROS teleop console window:
102
+
103
+
### Using RViz Example
104
+
105
+
1. Startup the Turtlebot Test Scene as detailed above.
106
+
2. Open a noVNC connection by:
107
+
1. In a browser open http://localhost:8083/vnc.html
108
+
2. Press the "Connect" button. 
109
+
3. In the VNC window press the *LEFT* mouse button and select "Terminal". 
110
+
4. In the new terminal run `rviz -d ./src/zero_sim_ros/rviz/turtlebot_viewer.rviz`. RViz will start up with a 3D view with the LIDAR scanner visibile. 
0 commit comments