Skip to content

Commit fd819bb

Browse files
Update versions (#258)
* upgrade-manifest * upgrade versions in doc and dockerfile * upgrade submodule
1 parent 5037005 commit fd819bb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

tutorials/pick_and_place/PickAndPlaceProject/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"com.unity.ide.rider": "2.0.7",
44
"com.unity.ide.visualstudio": "2.0.8",
55
"com.unity.ide.vscode": "1.2.3",
6-
"com.unity.robotics.ros-tcp-connector": "https://github.com/Unity-Technologies/ROS-TCP-Connector.git?path=/com.unity.robotics.ros-tcp-connector#dev",
7-
"com.unity.robotics.urdf-importer": "https://github.com/Unity-Technologies/URDF-Importer.git?path=/com.unity.robotics.urdf-importer#dev",
6+
"com.unity.robotics.ros-tcp-connector": "https://github.com/Unity-Technologies/ROS-TCP-Connector.git?path=/com.unity.robotics.ros-tcp-connector#v0.5.0",
7+
"com.unity.robotics.urdf-importer": "https://github.com/Unity-Technologies/URDF-Importer.git?path=/com.unity.robotics.urdf-importer#v0.5.0",
88
"com.unity.test-framework": "1.1.24",
99
"com.unity.textmeshpro": "3.0.6",
1010
"com.unity.timeline": "1.4.8",

tutorials/quick_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This page provides brief instructions on installing the Unity Robotics packages.
1111

1212
![](../images/packman.png)
1313

14-
1. Enter the git URL for the desired package. Note: you can append a version tag to the end of the git url, like `#v0.3.0` or `#v0.4.0`, to declare a specific package version, or exclude the tag to get the latest from the package's `main` branch.
14+
1. Enter the git URL for the desired package. Note: you can append a version tag to the end of the git url, like `#v0.4.0` or `#v0.5.0`, to declare a specific package version, or exclude the tag to get the latest from the package's `main` branch.
1515
1. For the [ROS-TCP-Connector](https://github.com/Unity-Technologies/ROS-TCP-Connector), enter `https://github.com/Unity-Technologies/ROS-TCP-Connector.git?path=/com.unity.robotics.ros-tcp-connector`.
1616
1. For the [URDF-Importer](https://github.com/Unity-Technologies/URDF-Importer), enter `https://github.com/Unity-Technologies/URDF-Importer.git?path=/com.unity.robotics.urdf-importer`.
1717

tutorials/ros_unity_integration/ros2_docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN mkdir -p /home/dev_ws/src
77
COPY ./ros2_packages/ /home/dev_ws/src
88

99
#Check out ROS-TCP-Endpoint, ROS2 version
10-
RUN git clone https://github.com/Unity-Technologies/ROS-TCP-Endpoint /home/dev_ws/src/ros_tcp_endpoint -b ROS2
10+
RUN git clone https://github.com/Unity-Technologies/ROS-TCP-Endpoint /home/dev_ws/src/ros_tcp_endpoint -b ROS2v0.5.0
1111

1212
# Reference script with commands to source workspace
1313
COPY ./ros2_docker/source_ros.sh /home/dev_ws/source_ros.sh

tutorials/ros_unity_integration/ros_docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV ROS_WORKSPACE=/catkin_ws
55
# Copy packages
66
COPY ./ros_packages/ $ROS_WORKSPACE/src/
77

8-
RUN git clone https://github.com/Unity-Technologies/ROS-TCP-Endpoint $ROS_WORKSPACE/src/ros_tcp_endpoint -b laurie/Ros2SinglePackage
8+
RUN git clone https://github.com/Unity-Technologies/ROS-TCP-Endpoint $ROS_WORKSPACE/src/ros_tcp_endpoint -b v0.5.0
99

1010
COPY ./ros_docker/set-up-workspace /setup.sh
1111
#COPY docker/tutorial /

0 commit comments

Comments
 (0)