Skip to content

Commit 689a1b5

Browse files
authored
AIRO-1077 Update ROS Unity Integration Tutorial (#281)
* AIRO-1077 Update ROS Unity integration set up guide to use the ROS-TCP-Connector package from main branch * Update Change Log
1 parent cd86669 commit 689a1b5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ Changed the Pick and Place Demo's topic from SourceDestination to SourceDestinat
2020

2121
### Removed
2222

23-
### Fixed
23+
### Fixed
24+
25+
Fixed the ROS-Unity Integration tutorial to use the correct link to install ROS-TCP-Connector package

tutorials/ros_unity_integration/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Follow these steps if using ROS2:
101101
102102
## <img src="images/unity-tab-square-white.png" alt="ros2" width="24" height="24"/> Unity Setup
103103
1. Launch Unity and create a new project. The Robotics package works best with a version of Unity no older than 2020.
104-
2. Open Package Manager and click the + button at the top left corner. Select "add package from git URL" and enter "https://github.com/Unity-Technologies/ROS-TCP-Connector.git?path=/com.unity.robotics.ros-tcp-connector#dev" to install the [ROS-TCP-Connector](https://github.com/Unity-Technologies/ROS-TCP-Connector) package.
104+
2. Open Package Manager and click the + button at the top left corner. Select "add package from git URL" and enter "https://github.com/Unity-Technologies/ROS-TCP-Connector.git?path=/com.unity.robotics.ros-tcp-connector" to install the [ROS-TCP-Connector](https://github.com/Unity-Technologies/ROS-TCP-Connector) package.
105105
106106
![](images/add_package.png)
107107

0 commit comments

Comments
 (0)