Skip to content

Commit 387cb8e

Browse files
committed
Prepare v3.0.0
- Add XML-RPC support : the robot can send requests to the SDK with arguments and retrieve an answer - The Connect() method has now multiple arguments to choose which services to enable (data streaming, XML-RPC server, ping at startup) - Rename enum UniversalRobotPorts to DataStreamingPorts - Introduce Pose class to store pose information and convert from and to RPY / Rotation vector - Remove .NET 2.0 support
1 parent ea8bdc3 commit 387cb8e

File tree

59 files changed

+15752
-12069
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+15752
-12069
lines changed

Examples/ConsoleWindowsLinuxMac/ConsoleWindowsLinuxMac.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
<RuntimeIdentifiers>win-x86;win-x64;win-arm;linux-arm;linux-x64;osx-x64</RuntimeIdentifiers>
1111
</PropertyGroup>
1212

13-
<ItemGroup>
13+
<ItemGroup Condition="$(SolutionName.EndsWith(`Dev`))">
14+
<ProjectReference Include="..\..\..\..\UniversalRobots\UniversalRobots.vbproj" />
15+
</ItemGroup>
16+
17+
<ItemGroup Condition="!$(SolutionName.EndsWith(`Dev`))">
1418
<Reference Include="UnderAutomation.UniversalRobots">
1519
<HintPath>..\..\Libraries\netstandard2.0\UnderAutomation.UniversalRobots.dll</HintPath>
1620
</Reference>

Examples/WindowsDesktop/MainForm.Designer.vb

Lines changed: 506 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/WindowsDesktop/MainForm.resx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@
120120
<metadata name="tmrConnected.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
121121
<value>17, 17</value>
122122
</metadata>
123-
<metadata name="ImageList1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
124-
<value>259, 17</value>
123+
<metadata name="blinkImg.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
124+
<value>147, 17</value>
125125
</metadata>
126-
<data name="ImageList1.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
126+
<data name="blinkImg.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
127127
<value>
128128
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
129129
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
130130
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAADC
131-
BwAAAk1TRnQBSQFMAgEBAgEAARgBAAEYAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
131+
BwAAAk1TRnQBSQFMAgEBAgEAAQgBAAEIAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
132132
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
133133
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
134134
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@@ -164,9 +164,6 @@
164164
BAAE/wQABP8EAAs=
165165
</value>
166166
</data>
167-
<metadata name="errProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
168-
<value>147, 17</value>
169-
</metadata>
170167
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
171168
<value>70</value>
172169
</metadata>

0 commit comments

Comments
 (0)