Skip to content

Commit 5053eef

Browse files
authored
Update README.md
1 parent 7726fe2 commit 5053eef

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Follow the instructions from [here](https://github.com/Unity-Technologies/Unity-
99

1010
## ROS2/Gaia app setup
1111

12-
This section assumes you have Gaia (March release) and ROS2 (Foxy) installed and properly configured.
12+
This section assumes you have the sans libc++ build of Gaia (install .deb from [here](https://drive.google.com/file/d/1GkT4SqxW3cwAwHLpi4nznjWUkFjPWFwp/view?usp=sharing) and ROS2 (Foxy) installed and properly configured.
1313

1414
1. `git clone` this repo someplace.
1515
2. `cd [path_to_where_you_cloned_this_repo]/Ros/src`. You should see 3 directories: `danger_zone`, `danger_zone_msgs`,
@@ -26,23 +26,21 @@ This section assumes you have Gaia (March release) and ROS2 (Foxy) installed and
2626
4. `git checkout ROS2`
2727
5. After sourcing your ROS environment and all your workspaces, run `rosdep install -y -i --from-paths src` at the root
2828
of your ROS workspace to pickup any dependencies.
29-
6. Run `colcon build` to build all packages
29+
6. Run `colcon build` to build all packages.
3030

31-
* Special Gaia.Preview build instructions
32-
33-
As of 20210901 if building against Gaia.Preview, as special sans libc++ build of GaiaPlatform is needed.
34-
This is not an official or supported realease, it is just here for a limited time to work around the Gaia/ROS build issue.
35-
The build can be found at: https://drive.google.com/file/d/1GkT4SqxW3cwAwHLpi4nznjWUkFjPWFwp/view?usp=sharing
31+
## Unity setup
32+
1. Install the latest 20x LTS build of the Unity Editor.
33+
2. Follow the Unity instructions [here](https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/main/tutorials/ros_unity_integration/setup.md#-unity-setup) to install the Robotics package for Unity.
3634

3735
# Running the simulation
3836

39-
1. On the ROS/Gaia hosting machine
40-
1. Source your ROS under/overlays
37+
1. On the ROS/Gaia hosting machine...
38+
1. Source your ROS under/overlays.
4139
2. Start ROS-TCP-Endpoint:
4240
`ros2 launch danger_zone bridge_launch.py`
4341
- or -
4442
`ros2 run ros_tcp_endpoint default_server_endpoint --ros-args -p ROS_IP:=[HOST_MACHINE_IP_ADDRESS]`
4543
1. You can get your host machine's IP address by running `hostname -I`
46-
3. Start `danger_zone`: `ros2 launch danger_zone node_launch.py`
47-
4. On the machine with the Unity simulation, simply start run the simulation and it will automatically connect to ROS. If not, make sure `HOST_MACHINE_IP_ADDRESS` matches the one supplied inside Unity
44+
3. Start `danger_zone`: `ros2 launch danger_zone node_launch.py`.
45+
4. On the machine with the Unity simulation, simply start run the simulation and it will automatically connect to ROS. If not, make sure `HOST_MACHINE_IP_ADDRESS` matches the one supplied inside Unity.
4846

0 commit comments

Comments
 (0)