Skip to content

Commit 9162602

Browse files
committed
updated package.json version #
1 parent e242327 commit 9162602

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ ZeroSim provides a multitude of tools for building robots and environments in Un
4141
* Ready to run prebuilt ROS Docker images available publically on DockerHub: https://hub.docker.com/r/zerodog/zerosim_ros_vnc
4242

4343
* **COMING SOON:**
44+
* More complete documentation.
4445
* Secure communications via WebSockets.
4546
* URDF import & export.
4647
* Support for other Physics engines such as Bullet or Havok.
@@ -49,8 +50,9 @@ ZeroSim provides a multitude of tools for building robots and environments in Un
4950

5051
### Recommended System
5152

52-
* Ubuntu 18.04 or 20.04 (may work on MacOS or Windows but currently untested)
53-
* Unity 2020.x
53+
* Ubuntu 18.04 or 20.04 (may work on MacOS or Windows but currently untested)
54+
* Unity 2020.x
55+
* ROS Melodic (ZeroSim provides a pre-built Docker container for ROS functionality https://hub.docker.com/r/zerodog/zerosim_ros_vnc)
5456

5557
### Setting up a new Unity Project
5658

@@ -102,6 +104,8 @@ bash -c "source devel/setup.bash ; rosrun turtlebot3_teleop turtlebot3_teleop_ke
102104

103105
### Using RViz Example
104106

107+
This will show visualizing the 2D LIDAR and ROS TF in RViz. This uses a VNC viewer to the ZeroSim ROS Docker container.
108+
105109
1. Startup the Turtlebot Test Scene as detailed above.
106110
2. Open a noVNC connection by:
107111
1. In a browser open http://localhost:8083/vnc.html

README.pdf

-132 Bytes
Binary file not shown.

README.pdf.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.fsstudio.zerosim",
3-
"version": "0.0.22",
3+
"version": "0.1.00",
44
"displayName": "ZeroSim",
55
"description": "ZeroSim ROS robotic simulator in Unity.",
66
"unity": "2020.1",

0 commit comments

Comments
 (0)