├── README.md
├── RosBridge.v1.0.JavaScript
├── ros.js
└── turtlesim_test.html
├── RosBridgeUtility
├── .project
├── config.di
├── config.notation
├── config.uml
├── model.di
├── model.notation
├── model.uml
├── msgs.di
├── msgs.notation
├── msgs.uml
├── neobotCommander.di
├── neobotCommander.notation
├── neobotCommander.uml
└── src-gen
│ ├── RootElement
│ ├── RootElement.py
│ ├── RootElement.xml
│ ├── XMLFile1.bak.xml
│ ├── rosbridge_config
│ ├── rosbridge_config.py
│ └── rosbridge_config.xml
├── Rosbridge.v1.0.C#.Winform
├── PublisherSubscriberAppV1.v12.suo
├── RosBridgeDotNet
│ ├── App.config
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RosBridgeDotNet.cs
│ ├── RosBridgeDotNet.csproj
│ ├── bin
│ │ └── Debug
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RosBridgeDotNet.dll
│ │ │ ├── RosBridgeDotNet.dll.config
│ │ │ ├── RosBridgeDotNet.pdb
│ │ │ ├── RosBridgeDotNet.vshost.exe
│ │ │ └── RosBridgeDotNet.vshost.exe.config
│ ├── obj
│ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RosBridgeDotNet.csproj.FileListAbsolute.txt
│ │ │ ├── RosBridgeDotNet.csprojResolveAssemblyReference.cache
│ │ │ ├── RosBridgeDotNet.dll
│ │ │ ├── RosBridgeDotNet.pdb
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── packages.config
├── Rosbridge.v1.0.Winform.sln
├── Rosbridge.v1.0.Winform.v12.suo
├── SocketIO4Net.v12.suo
├── SubscriberWinForm
│ ├── EventData.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SocketClient.cs
│ ├── SocketClient.resx
│ ├── SubscriberWinForm.csproj
│ ├── SubscriberWinForm.csproj.user
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ │ ├── Microsoft.QualityTools.Testing.Fakes.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RosBridgeDotNet.dll
│ │ │ ├── RosBridgeDotNet.pdb
│ │ │ ├── SubscriberWinForm.exe
│ │ │ ├── SubscriberWinForm.exe.config
│ │ │ ├── SubscriberWinForm.pdb
│ │ │ ├── SubscriberWinForm.vshost.exe
│ │ │ ├── SubscriberWinForm.vshost.exe.config
│ │ │ └── SubscriberWinForm.vshost.exe.manifest
│ ├── obj
│ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── SubscriberWinForm.Properties.Resources.resources
│ │ │ ├── SubscriberWinForm.SocketClient.resources
│ │ │ ├── SubscriberWinForm.csproj.FileListAbsolute.txt
│ │ │ ├── SubscriberWinForm.csproj.GenerateResource.Cache
│ │ │ ├── SubscriberWinForm.csprojResolveAssemblyReference.cache
│ │ │ ├── SubscriberWinForm.exe
│ │ │ ├── SubscriberWinForm.pdb
│ │ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── packages.config
└── packages
│ ├── Newtonsoft.Json.6.0.6
│ ├── Newtonsoft.Json.6.0.6.nupkg
│ ├── Newtonsoft.Json.6.0.6.nuspec
│ ├── lib
│ │ ├── net20
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── net35
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── net40
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── net45
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── netcore45
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── portable-net40+sl5+wp80+win8+wpa81
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── portable-net45+wp80+win8+wpa81+aspnetcore50
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ └── tools
│ │ └── install.ps1
│ └── repositories.config
├── Rosbridge.v1.0.C#.XAML
├── NeobotixTest
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── NeoMainWindow.xaml
│ ├── NeoMainWindow.xaml.cs
│ ├── NeobotixTest.csproj
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ │ ├── NeobotixTest.exe
│ │ │ ├── NeobotixTest.exe.config
│ │ │ ├── NeobotixTest.pdb
│ │ │ ├── NeobotixTest.vshost.exe
│ │ │ ├── NeobotixTest.vshost.exe.config
│ │ │ ├── NeobotixTest.vshost.exe.manifest
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RosBridgeDotNet.dll
│ │ │ └── RosBridgeDotNet.pdb
│ ├── obj
│ │ ├── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MainWindow.g.i.cs
│ │ │ ├── NeoMainWindow.baml
│ │ │ ├── NeoMainWindow.g.cs
│ │ │ ├── NeoMainWindow.g.i.cs
│ │ │ ├── NeobotixTest.Properties.Resources.resources
│ │ │ ├── NeobotixTest.csproj.FileListAbsolute.txt
│ │ │ ├── NeobotixTest.csproj.GenerateResource.Cache
│ │ │ ├── NeobotixTest.csprojResolveAssemblyReference.cache
│ │ │ ├── NeobotixTest.exe
│ │ │ ├── NeobotixTest.g.resources
│ │ │ ├── NeobotixTest.pdb
│ │ │ ├── NeobotixTest_MarkupCompile.cache
│ │ │ ├── NeobotixTest_MarkupCompile.i.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Release
│ │ │ ├── App.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── NeoMainWindow.g.i.cs
│ │ │ ├── NeobotixTest_MarkupCompile.i.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── build.force
│ └── packages.config
├── Newtonsoft.Json.dll
├── Newtonsoft.Json.pdb
├── Newtonsoft.Json.xml
├── RosBridgeDotNet
│ ├── App.config
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RosBridgeDotNet.cs
│ ├── RosBridgeDotNet.csproj
│ ├── bin
│ │ ├── Debug
│ │ │ ├── RosBridgeDotNet.dll.config
│ │ │ ├── RosBridgeDotNet.vshost.exe
│ │ │ └── RosBridgeDotNet.vshost.exe.config
│ │ └── Release
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RosBridgeDotNet.dll
│ │ │ └── RosBridgeDotNet.pdb
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RosBridgeDotNet.csproj.FileListAbsolute.txt
│ │ │ ├── RosBridgeDotNet.csprojResolveAssemblyReference.cache
│ │ │ ├── RosBridgeDotNet.dll
│ │ │ ├── RosBridgeDotNet.pdb
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Release
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RosBridgeDotNet.csproj.FileListAbsolute.txt
│ │ │ ├── RosBridgeDotNet.csprojResolveAssemblyReference.cache
│ │ │ ├── RosBridgeDotNet.dll
│ │ │ ├── RosBridgeDotNet.pdb
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── packages.config
├── RosBridgeUtility.dll
├── RosBridgeUtility.pdb
├── RosBridgeUtility
│ ├── App.config
│ ├── IROSBridgeController.cs
│ ├── IROSWebTeleopController.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RosBridgeConfig.cs
│ ├── RosBridgeLogic.cs
│ ├── RosBridgeServer.cs
│ ├── RosBridgeUtility.csproj
│ ├── RosMsg.cs
│ ├── VelocityState.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.pdb
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RosBridgeUtility.dll
│ │ │ ├── RosBridgeUtility.dll.config
│ │ │ ├── RosBridgeUtility.pdb
│ │ │ ├── websocket-sharp.dll
│ │ │ └── websocket-sharp.xml
│ │ └── Release
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.pdb
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RosBridgeUtility.dll
│ │ │ ├── RosBridgeUtility.dll.config
│ │ │ ├── RosBridgeUtility.pdb
│ │ │ ├── websocket-sharp.dll
│ │ │ └── websocket-sharp.xml
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RosBridgeUtility.csproj.FileListAbsolute.txt
│ │ │ ├── RosBridgeUtility.csprojResolveAssemblyReference.cache
│ │ │ ├── RosBridgeUtility.dll
│ │ │ ├── RosBridgeUtility.pdb
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Release
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RosBridgeUtility.csproj.FileListAbsolute.txt
│ │ │ ├── RosBridgeUtility.csprojResolveAssemblyReference.cache
│ │ │ ├── RosBridgeUtility.dll
│ │ │ ├── RosBridgeUtility.pdb
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── packages.config
├── RosbridgeXAML.sln
├── RosbridgeXAML.v11.suo
├── RosbridgeXAML.v12.suo
├── TestApplicationConnect
│ ├── App.config
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── TestApplicationConnect.csproj
│ ├── bin
│ │ └── Debug
│ │ │ ├── TestApplicationConnect.vshost.exe
│ │ │ ├── TestApplicationConnect.vshost.exe.config
│ │ │ └── TestApplicationConnect.vshost.exe.manifest
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Release
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── packages.config
├── TestBridgeUtility.exe
├── TestBridgeUtility.exe.config
├── TestBridgeUtility.pdb
├── TestBridgeUtility.vshost.exe
├── TestBridgeUtility.vshost.exe.config
├── TestBridgeUtility.vshost.exe.manifest
├── TestBridgeUtility
│ ├── App.config
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── TestBridgeUtility.csproj
│ ├── XMLFile1.xml
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.pdb
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RosBridgeUtility.dll
│ │ │ ├── RosBridgeUtility.pdb
│ │ │ ├── TestBridgeUtility.exe
│ │ │ ├── TestBridgeUtility.exe.config
│ │ │ ├── TestBridgeUtility.pdb
│ │ │ ├── TestBridgeUtility.vshost.exe
│ │ │ ├── TestBridgeUtility.vshost.exe.config
│ │ │ ├── TestBridgeUtility.vshost.exe.manifest
│ │ │ ├── websocket-sharp.dll
│ │ │ └── websocket-sharp.xml
│ │ └── Release
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.pdb
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RosBridgeUtility.dll
│ │ │ ├── RosBridgeUtility.pdb
│ │ │ ├── TestBridgeUtility.exe
│ │ │ ├── TestBridgeUtility.exe.config
│ │ │ ├── TestBridgeUtility.pdb
│ │ │ ├── TestBridgeUtility.vshost.exe
│ │ │ ├── TestBridgeUtility.vshost.exe.config
│ │ │ ├── TestBridgeUtility.vshost.exe.manifest
│ │ │ ├── XMLFile1.xml
│ │ │ ├── websocket-sharp.dll
│ │ │ └── websocket-sharp.xml
│ └── obj
│ │ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── TestBridgeUtility.csproj.FileListAbsolute.txt
│ │ ├── TestBridgeUtility.csprojResolveAssemblyReference.cache
│ │ ├── TestBridgeUtility.exe
│ │ ├── TestBridgeUtility.g.resources
│ │ └── TestBridgeUtility.pdb
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── TestBridgeUtility.csproj.FileListAbsolute.txt
│ │ ├── TestBridgeUtility.csprojResolveAssemblyReference.cache
│ │ ├── TestBridgeUtility.exe
│ │ ├── TestBridgeUtility.g.resources
│ │ └── TestBridgeUtility.pdb
├── TestWebsocketServer
│ ├── App.config
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── TestWebsocketServer.csproj
│ ├── bin
│ │ └── Release
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.pdb
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── TestWebsocketServer.exe
│ │ │ ├── TestWebsocketServer.exe.config
│ │ │ ├── TestWebsocketServer.pdb
│ │ │ ├── TestWebsocketServer.vshost.exe
│ │ │ ├── TestWebsocketServer.vshost.exe.config
│ │ │ ├── TestWebsocketServer.vshost.exe.manifest
│ │ │ ├── websocket-sharp.dll
│ │ │ └── websocket-sharp.xml
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Release
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── TestWebsocketServer.csproj.FileListAbsolute.txt
│ │ │ ├── TestWebsocketServer.csprojResolveAssemblyReference.cache
│ │ │ ├── TestWebsocketServer.exe
│ │ │ └── TestWebsocketServer.pdb
│ └── packages.config
├── TurtleTest
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Public
│ │ ├── Content
│ │ │ ├── bootstrap
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.css.map
│ │ │ │ └── bootstrap.min.css
│ │ │ └── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ ├── JS
│ │ │ └── odomView.js
│ │ ├── Scripts
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── jquery-1.9.1.intellisense.js
│ │ │ ├── jquery-1.9.1.js
│ │ │ ├── jquery-1.9.1.min.js
│ │ │ └── jquery-1.9.1.min.map
│ │ ├── Style.css
│ │ ├── favicon.ico
│ │ └── index.html
│ ├── TurtleTest.csproj
│ ├── TurtleTest.csproj.user
│ ├── WebController.cs
│ ├── XMLFile1.xml
│ ├── bin
│ │ ├── Debug
│ │ │ ├── TurtleTest.vshost.exe
│ │ │ ├── TurtleTest.vshost.exe.config
│ │ │ └── TurtleTest.vshost.exe.manifest
│ │ └── Release
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.pdb
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RosBridgeDotNet.dll
│ │ │ ├── RosBridgeDotNet.pdb
│ │ │ ├── RosBridgeUtility.dll
│ │ │ ├── RosBridgeUtility.pdb
│ │ │ ├── TurtleTest.exe
│ │ │ ├── TurtleTest.exe.config
│ │ │ ├── TurtleTest.pdb
│ │ │ ├── TurtleTest.vshost.exe
│ │ │ ├── TurtleTest.vshost.exe.config
│ │ │ ├── TurtleTest.vshost.exe.manifest
│ │ │ ├── XMLFile1.xml
│ │ │ ├── XMLFile1.xml.bak
│ │ │ ├── websocket-sharp.dll
│ │ │ └── websocket-sharp.xml
│ ├── obj
│ │ ├── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── MainWindow.g.i.cs
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── TurtleTest.Properties.Resources.resources
│ │ │ ├── TurtleTest.csproj.FileListAbsolute.txt
│ │ │ ├── TurtleTest.csproj.GenerateResource.Cache
│ │ │ ├── TurtleTest.csprojResolveAssemblyReference.cache
│ │ │ ├── TurtleTest.exe
│ │ │ ├── TurtleTest.g.resources
│ │ │ ├── TurtleTest.pdb
│ │ │ ├── TurtleTest_MarkupCompile.cache
│ │ │ └── TurtleTest_MarkupCompile.i.cache
│ │ └── Release
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── MainWindow.g.i.cs
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── TurtleTest.Properties.Resources.resources
│ │ │ ├── TurtleTest.csproj.FileListAbsolute.txt
│ │ │ ├── TurtleTest.csproj.GenerateResource.Cache
│ │ │ ├── TurtleTest.csprojResolveAssemblyReference.cache
│ │ │ ├── TurtleTest.exe
│ │ │ ├── TurtleTest.g.resources
│ │ │ ├── TurtleTest.pdb
│ │ │ ├── TurtleTest_Content.g.cs
│ │ │ ├── TurtleTest_Content.g.i.cs
│ │ │ ├── TurtleTest_MarkupCompile.cache
│ │ │ └── TurtleTest_MarkupCompile.i.cache
│ ├── packages.config
│ ├── robot-wave-a846e9cb630aad41b2fb2ed330186459.jpg
│ └── test1.jpg
├── packages
│ ├── Newtonsoft.Json.6.0.6
│ │ ├── Newtonsoft.Json.6.0.6.nupkg
│ │ ├── Newtonsoft.Json.6.0.6.nuspec
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net35
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net40
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net45
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netcore45
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── portable-net40+sl5+wp80+win8+wpa81
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ └── portable-net45+wp80+win8+wpa81+aspnetcore50
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ └── tools
│ │ │ └── install.ps1
│ ├── WebSocketSharp.1.0.3-rc8
│ │ ├── WebSocketSharp.1.0.3-rc8.nupkg
│ │ └── lib
│ │ │ ├── websocket-sharp.dll
│ │ │ └── websocket-sharp.xml
│ ├── WebSocketSharp.1.0.3-rc9
│ │ ├── WebSocketSharp.1.0.3-rc9.nupkg
│ │ └── lib
│ │ │ ├── websocket-sharp.dll
│ │ │ └── websocket-sharp.xml
│ ├── bootstrap.3.3.5
│ │ ├── bootstrap.3.3.5.nupkg
│ │ └── content
│ │ │ ├── Content
│ │ │ ├── bootstrap-theme.css
│ │ │ ├── bootstrap-theme.css.map
│ │ │ ├── bootstrap-theme.min.css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ └── bootstrap.min.css
│ │ │ ├── Scripts
│ │ │ ├── bootstrap.js
│ │ │ └── bootstrap.min.js
│ │ │ └── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ ├── jQuery.1.9.1
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ │ ├── jquery-1.9.1-vsdoc.js
│ │ │ │ ├── jquery-1.9.1.js
│ │ │ │ ├── jquery-1.9.1.min.js
│ │ │ │ └── jquery-1.9.1.min.map
│ │ ├── Tools
│ │ │ ├── common.ps1
│ │ │ ├── install.ps1
│ │ │ ├── jquery-1.9.1.intellisense.js
│ │ │ └── uninstall.ps1
│ │ └── jQuery.1.9.1.nupkg
│ └── repositories.config
├── websocket-sharp.dll
└── websocket-sharp.xml
├── Rosbridge.v1.0.C#
├── ROS.sdf
├── ROS.sln
├── ROS.v11.suo
├── ROS.v12.suo
├── RosBridgeDotNet
│ ├── ConnectionException.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RosBridgeDotNet.cs
│ ├── RosBridgeDotNet.csproj
│ ├── bin
│ │ └── Debug
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.pdb
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RosBridgeDotNet.dll
│ │ │ └── RosBridgeDotNet.pdb
│ ├── obj
│ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RosBridgeDotNet.csproj.FileListAbsolute.txt
│ │ │ ├── RosBridgeDotNet.csprojResolveAssemblyReference.cache
│ │ │ ├── RosBridgeDotNet.dll
│ │ │ └── RosBridgeDotNet.pdb
│ └── packages.config
├── RosTestNeobotix
│ ├── App.config
│ ├── Neobotix.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RosTestNeobotix.csproj
│ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
├── RosTestTurtlesim
│ ├── App.config
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RosTestTurtlesim.csproj
│ ├── Turtlesim.cs
│ ├── bin
│ │ └── Debug
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.pdb
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RosBridgeDotNet.dll
│ │ │ ├── RosBridgeDotNet.pdb
│ │ │ ├── RosTestTurtlesim.exe
│ │ │ ├── RosTestTurtlesim.exe.config
│ │ │ ├── RosTestTurtlesim.pdb
│ │ │ ├── RosTestTurtlesim.vshost.exe
│ │ │ ├── RosTestTurtlesim.vshost.exe.config
│ │ │ └── RosTestTurtlesim.vshost.exe.manifest
│ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── RosTestTurtlesim.csproj.FileListAbsolute.txt
│ │ ├── RosTestTurtlesim.csprojResolveAssemblyReference.cache
│ │ ├── RosTestTurtlesim.exe
│ │ ├── RosTestTurtlesim.pdb
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
└── packages
│ ├── Newtonsoft.Json.3.5.8
│ ├── Newtonsoft.Json.3.5.8.nupkg
│ └── lib
│ │ ├── 20
│ │ ├── Newtonsoft.Json.Net20.dll
│ │ ├── Newtonsoft.Json.Net20.pdb
│ │ └── Newtonsoft.Json.Net20.xml
│ │ ├── 35
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.pdb
│ │ └── Newtonsoft.Json.xml
│ │ └── SL
│ │ ├── Newtonsoft.Json.Silverlight.dll
│ │ ├── Newtonsoft.Json.Silverlight.pdb
│ │ └── Newtonsoft.Json.Silverlight.xml
│ └── repositories.config
├── org.eclipse.acceleo.module.robot.config.instance
├── .classpath
├── .project
├── .settings
│ └── org.eclipse.jdt.core.prefs
├── META-INF
│ └── MANIFEST.MF
├── bin
│ └── org
│ │ └── eclipse
│ │ └── acceleo
│ │ └── module
│ │ └── robot
│ │ └── config
│ │ └── instance
│ │ ├── Activator.class
│ │ ├── common
│ │ ├── generate.emtl
│ │ └── generate.mtl
│ │ └── main
│ │ ├── Generate.class
│ │ ├── generate.emtl
│ │ └── generate.mtl
├── build.properties
└── src
│ └── org
│ └── eclipse
│ └── acceleo
│ └── module
│ └── robot
│ └── config
│ └── instance
│ ├── Activator.java
│ ├── common
│ └── generate.mtl
│ └── main
│ ├── Generate.java
│ └── generate.mtl
└── wiki
├── RosBridge.wiki
└── Video.wiki
/README.md:
--------------------------------------------------------------------------------
1 | # rosbridge-csharp-connection
2 | The aim of the project is to develop C# applications which connects to ROS via RosBridge. The early release works with rosbridge 1.0 the latest ones with rosbridge 2.0 (rosbridge_suite).
3 |
4 |
5 |
6 | ## Demo video
7 | A demo of a C# application which connects to ROS via RosBridge. The communication is a JSON socket communication. [Watch the video on YouTube](https://youtu.be/cVuTH-KwDqA).
8 |
9 | ## Usage
10 | ### Rosbridge 1.0
11 | In ROS you have to start:
12 | ```
13 | roscore
14 | rosrun rosbridge rosbridge.py
15 | rosrun turtlesim turtlesim_node
16 | ```
17 |
18 | ### Rosbridge 2.0
19 | In ROS you have to start:
20 | ```
21 | roscore
22 | roslaunch rosbridge_launch simple.launch or
23 | roslaunch rosbridge_launch http.launch
24 | rosrun turtlesim turtlesim_node
25 | ```
26 |
27 | ## Demo image
28 | 
29 |
30 | ## Related links
31 | * [ROS official](http://ros.org/)
32 | * [Rosbridge wiki](http://wiki.ros.org/rosbridge_suite)
33 | * [Rosbridge on GitHub](https://github.com/RobotWebTools/rosbridge_suite)
34 | * [Newtonsoft.Json](http://www.newtonsoft.com/json)
35 | * [Newtonsoft.Json on GitHub](https://github.com/JamesNK/Newtonsoft.Json)
36 |
--------------------------------------------------------------------------------
/RosBridge.v1.0.JavaScript/ros.js:
--------------------------------------------------------------------------------
1 | var ros = ros || {};
2 |
3 | var Connection = function(url) {
4 | this.handlers = new Array();
5 |
6 | if (typeof WebSocket == 'undefined') {
7 | WebSocket = MozWebSocket;
8 | }
9 | this.socket = new WebSocket(url);
10 | this.onmessage = null;
11 | var ths = this;
12 | this.socket.onmessage = function(e) {
13 | if(ths.onmessage) {
14 | try {
15 | ths.onmessage(e);
16 | } catch(err) {
17 | ros_debug(err);
18 | }
19 | }
20 |
21 | var call = '';
22 | try {
23 | eval('call = ' + e.data);
24 | } catch(err) {
25 | return;
26 | }
27 |
28 | for (var i in ths.handlers[call.receiver]) {
29 | var handler = ths.handlers[call.receiver][i]
30 | handler(call.msg);
31 | }
32 | }
33 |
34 | this.magicServices = new Array('/rosbridge/topics','/rosbridge/services','/rosbridge/typeStringFromTopic','/rosbridge/typeStringFromService','/rosbridge/msgClassFromTypeString','/rosbridge/reqClassFromTypeString','/rosbridge/rspClassFromTypeString','/rosbridge/classFromTopic','/rosbridge/classesFromService');
35 |
36 | }
37 |
38 | Connection.prototype.callService = function(service, json, callback) {
39 | this.handlers[service] = new Array(callback);
40 | var call = '{"receiver":"' + service + '"';
41 | call += ',"msg":' + json + '}';
42 | this.socket.send(call);
43 | }
44 |
45 | Connection.prototype.publish = function(topic, typeStr, json) {
46 | typeStr.replace(/^\//,'');
47 | var call = '{"receiver":"' + topic + '"';
48 | call += ',"msg":' + json;
49 | call += ',"type":"' + typeStr + '"}';
50 | this.socket.send(call);
51 | }
52 |
53 | Connection.prototype.addHandler = function(topic, func) {
54 | if (!(topic in this.handlers)) {
55 | this.handlers[topic] = new Array();
56 | }
57 | this.handlers[topic].push(func);
58 | }
59 |
60 | Connection.prototype.setOnError = function(func) {
61 | this.socket.onerror = func;
62 | }
63 |
64 | Connection.prototype.setOnClose = function(func) {
65 | this.socket.onclose = func;
66 | }
67 |
68 | Connection.prototype.setOnOpen = function(func) {
69 | this.socket.onopen = func;
70 | }
71 |
72 | Connection.prototype.setOnMessage = function(func) {
73 | this.onmessage = func;
74 | }
75 |
76 | ros.Connection = Connection;
--------------------------------------------------------------------------------
/RosBridgeUtility/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | RosBridgeUtility
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/RosBridgeUtility/config.di:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RosBridgeUtility/model.di:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RosBridgeUtility/msgs.di:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RosBridgeUtility/neobotCommander.di:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/RosBridgeUtility/src-gen/RootElement:
--------------------------------------------------------------------------------
1 | class threshold():
2 | def init(max ,min):
3 | self.max=max
4 | self.min=min
5 |
6 | class scale():
7 | def init(r):
8 | self.r=r
9 |
10 | class rosbridge_config():
11 | def init(network ,subscriptions ,publications ,projections ,visualization ,velocity):
12 | self.network=network
13 | self.subscriptions=subscriptions
14 | self.publications=publications
15 | self.projections=projections
16 | self.visualization=visualization
17 | self.velocity=velocity
18 |
19 | class angular():
20 | def init():
21 |
22 | class odometry():
23 | def init():
24 |
25 | class velocity():
26 | def init(linear ,angular):
27 | self.linear=linear
28 | self.angular=angular
29 |
30 | class network():
31 | def init(ipaddress ,port ,protocol):
32 | self.ipaddress=ipaddress
33 | self.port=port
34 | self.protocol=protocol
35 |
36 | class projections():
37 | def init(query):
38 | self.query=query
39 |
40 | class visualization():
41 | def init(scale ,laser_field ,odometry ,showstate):
42 | self.scale=scale
43 | self.laser_field=laser_field
44 | self.odometry=odometry
45 | self.showstate=showstate
46 |
47 | class velType():
48 | def init(threshold ,setup):
49 | self.threshold=threshold
50 | self.setup=setup
51 |
52 | class laser_field():
53 | def init():
54 |
55 | class topic():
56 | def init(name ,target):
57 | self.name=name
58 | self.target=target
59 |
60 | class queryable():
61 | def init(topic):
62 | self.topic=topic
63 |
64 | class query():
65 | def init(attribute):
66 | self.attribute=attribute
67 |
68 | class showState():
69 | def init():
70 |
71 | class publications():
72 | def init(topic):
73 | self.topic=topic
74 |
75 | class linear():
76 | def init():
77 |
78 | class subscriptions():
79 | def init(topic):
80 | self.topic=topic
81 |
82 | class visualizable():
83 | def init():
84 |
85 | class setup():
86 | def init(increment ,init):
87 | self.increment=increment
88 | self.init=init
89 |
90 |
--------------------------------------------------------------------------------
/RosBridgeUtility/src-gen/RootElement.py:
--------------------------------------------------------------------------------
1 | class velType():
2 | def init(threshold ,setup):
3 | self.threshold = threshold
4 | self.setup = setup
5 |
6 | class subscriptions():
7 | def init(topic):
8 | self.topic = topic
9 |
10 | class network():
11 | def init(ipaddress ,port ,protocol):
12 | self.ipaddress = ipaddress
13 | self.port = port
14 | self.protocol = protocol
15 |
16 | class threshold():
17 | def init(max ,min):
18 | self.max = max
19 | self.min = min
20 |
21 | class setup():
22 | def init(increment ,init):
23 | self.increment = increment
24 | self.init = init
25 |
26 | class scale():
27 | def init(r):
28 | self.r = r
29 |
30 | class publications():
31 | def init(topic):
32 | self.topic = topic
33 |
34 | class topic():
35 | def init(name ,target):
36 | self.name = name
37 | self.target = target
38 |
39 | class queryable():
40 | def init(topic):
41 | self.topic = topic
42 |
43 | class showState():
44 | def init():
45 |
46 | class projections():
47 | def init(query):
48 | self.query = query
49 |
50 | class velocity():
51 | def init(linear ,angular):
52 | self.linear = linear
53 | self.angular = angular
54 |
55 | class laser_field():
56 | def init():
57 |
58 | class visualization():
59 | def init(scale ,laser_field ,odometry ,showstate):
60 | self.scale = scale
61 | self.laser_field = laser_field
62 | self.odometry = odometry
63 | self.showstate = showstate
64 |
65 | class angular():
66 | def init():
67 |
68 | class rosbridge_config():
69 | def init(network ,subscriptions ,publications ,projections ,visualization ,velocity):
70 | self.network = network
71 | self.subscriptions = subscriptions
72 | self.publications = publications
73 | self.projections = projections
74 | self.visualization = visualization
75 | self.velocity = velocity
76 |
77 | class visualizable():
78 | def init():
79 |
80 | class query():
81 | def init(attribute):
82 | self.attribute = attribute
83 |
84 | class linear():
85 | def init():
86 |
87 | class odometry():
88 | def init():
89 |
90 |
--------------------------------------------------------------------------------
/RosBridgeUtility/src-gen/RootElement.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/RosBridgeUtility/src-gen/XMLFile1.bak.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/RosBridgeUtility/src-gen/rosbridge_config:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/RosBridgeUtility/src-gen/rosbridge_config
--------------------------------------------------------------------------------
/RosBridgeUtility/src-gen/rosbridge_config.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/RosBridgeUtility/src-gen/rosbridge_config.py
--------------------------------------------------------------------------------
/RosBridgeUtility/src-gen/rosbridge_config.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/PublisherSubscriberAppV1.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/PublisherSubscriberAppV1.v12.suo
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("RosBridgeDotNet")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("RosBridgeDotNet")]
13 | [assembly: AssemblyCopyright("Copyright © 2014")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Setting ComVisible to false makes the types in this assembly not visible
18 | // to COM components. If you need to access a type in this assembly from
19 | // COM, set the ComVisible attribute to true on that type.
20 | [assembly: ComVisible(false)]
21 |
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM
23 | [assembly: Guid("3104e1b2-ed43-4264-8f8d-55f732078b02")]
24 |
25 | // Version information for an assembly consists of the following four values:
26 | //
27 | // Major Version
28 | // Minor Version
29 | // Build Number
30 | // Revision
31 | //
32 | // You can specify all the values or you can default the Build and Revision Numbers
33 | // by using the '*' as shown below:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/bin/Debug/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/bin/Debug/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.dll.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.vshost.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | F:\RosBrigdgeC#\pub.subsc\RosBridgeDotNet\bin\Debug\RosBridgeDotNet.dll.config
2 | F:\RosBrigdgeC#\pub.subsc\RosBridgeDotNet\bin\Debug\RosBridgeDotNet.dll
3 | F:\RosBrigdgeC#\pub.subsc\RosBridgeDotNet\bin\Debug\RosBridgeDotNet.pdb
4 | F:\RosBrigdgeC#\pub.subsc\RosBridgeDotNet\bin\Debug\Newtonsoft.Json.dll
5 | F:\RosBrigdgeC#\pub.subsc\RosBridgeDotNet\bin\Debug\Newtonsoft.Json.xml
6 | F:\RosBrigdgeC#\pub.subsc\RosBridgeDotNet\obj\Debug\RosBridgeDotNet.csprojResolveAssemblyReference.cache
7 | F:\RosBrigdgeC#\pub.subsc\RosBridgeDotNet\obj\Debug\RosBridgeDotNet.dll
8 | F:\RosBrigdgeC#\pub.subsc\RosBridgeDotNet\obj\Debug\RosBridgeDotNet.pdb
9 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/RosBridgeDotNet/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/Rosbridge.v1.0.Winform.sln:
--------------------------------------------------------------------------------
1 |
2 | Microsoft Visual Studio Solution File, Format Version 12.00
3 | # Visual Studio 2013
4 | VisualStudioVersion = 12.0.21005.1
5 | MinimumVisualStudioVersion = 10.0.40219.1
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubscriberWinForm", "SubscriberWinForm\SubscriberWinForm.csproj", "{785B6DED-3A26-465A-9681-196B5039C256}"
7 | EndProject
8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RosBridgeDotNet", "RosBridgeDotNet\RosBridgeDotNet.csproj", "{2E94A04F-7248-4A00-B5FC-5D894DC8E9A9}"
9 | EndProject
10 | Global
11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
12 | Debug|Any CPU = Debug|Any CPU
13 | Release|Any CPU = Release|Any CPU
14 | EndGlobalSection
15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
16 | {785B6DED-3A26-465A-9681-196B5039C256}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17 | {785B6DED-3A26-465A-9681-196B5039C256}.Debug|Any CPU.Build.0 = Debug|Any CPU
18 | {785B6DED-3A26-465A-9681-196B5039C256}.Release|Any CPU.ActiveCfg = Release|Any CPU
19 | {785B6DED-3A26-465A-9681-196B5039C256}.Release|Any CPU.Build.0 = Release|Any CPU
20 | {2E94A04F-7248-4A00-B5FC-5D894DC8E9A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21 | {2E94A04F-7248-4A00-B5FC-5D894DC8E9A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
22 | {2E94A04F-7248-4A00-B5FC-5D894DC8E9A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
23 | {2E94A04F-7248-4A00-B5FC-5D894DC8E9A9}.Release|Any CPU.Build.0 = Release|Any CPU
24 | EndGlobalSection
25 | GlobalSection(SolutionProperties) = preSolution
26 | HideSolutionNode = FALSE
27 | EndGlobalSection
28 | EndGlobal
29 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/Rosbridge.v1.0.Winform.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/Rosbridge.v1.0.Winform.v12.suo
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SocketIO4Net.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SocketIO4Net.v12.suo
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/EventData.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | namespace SubscriberWinForm
4 | {
5 | [Serializable]
6 | public class EventData
7 | {
8 |
9 | public String Name;
10 |
11 | ///
12 | /// The Details are initially null.
13 | ///
14 | public String Details = null;
15 |
16 | public EventData(String name)
17 | {
18 | Name = name;
19 | //Details = details;
20 | }
21 |
22 | ///
23 | /// In order to be serialized, an object must have a parameterless Constructor.
24 | ///
25 | public EventData()
26 | {
27 | }
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("SubscriberWinForm")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("SubscriberWinForm")]
13 | [assembly: AssemblyCopyright("Copyright © 2012")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Setting ComVisible to false makes the types in this assembly not visible
18 | // to COM components. If you need to access a type in this assembly from
19 | // COM, set the ComVisible attribute to true on that type.
20 | [assembly: ComVisible(false)]
21 |
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM
23 | [assembly: Guid("a4b2dc9b-568e-4ae1-99d8-24f655d730aa")]
24 |
25 | // Version information for an assembly consists of the following four values:
26 | //
27 | // Major Version
28 | // Minor Version
29 | // Build Number
30 | // Revision
31 | //
32 | // You can specify all the values or you can default the Build and Revision Numbers
33 | // by using the '*' as shown below:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/Properties/Settings.Designer.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // This code was generated by a tool.
4 | // Runtime Version:4.0.30319.34014
5 | //
6 | // Changes to this file may cause incorrect behavior and will be lost if
7 | // the code is regenerated.
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | namespace SubscriberWinForm.Properties {
12 |
13 |
14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
17 |
18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
19 |
20 | public static Settings Default {
21 | get {
22 | return defaultInstance;
23 | }
24 | }
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/SubscriberWinForm.csproj.user:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 | en-US
11 | false
12 |
13 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/app.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/Microsoft.QualityTools.Testing.Fakes.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/Microsoft.QualityTools.Testing.Fakes.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/RosBridgeDotNet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/RosBridgeDotNet.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/RosBridgeDotNet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/RosBridgeDotNet.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/SubscriberWinForm.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/SubscriberWinForm.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/SubscriberWinForm.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/SubscriberWinForm.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/SubscriberWinForm.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/SubscriberWinForm.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/SubscriberWinForm.vshost.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/SubscriberWinForm.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/bin/Debug/SubscriberWinForm.vshost.exe.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/SubscriberWinForm.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/SubscriberWinForm.Properties.Resources.resources
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/SubscriberWinForm.SocketClient.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/SubscriberWinForm.SocketClient.resources
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/SubscriberWinForm.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/SubscriberWinForm.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/SubscriberWinForm.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/SubscriberWinForm.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/SubscriberWinForm.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/SubscriberWinForm.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/SubscriberWinForm.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/SubscriberWinForm.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/SubscriberWinForm/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/Newtonsoft.Json.6.0.6.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/Newtonsoft.Json.6.0.6.nupkg
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/Newtonsoft.Json.6.0.6.nuspec:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Newtonsoft.Json
5 | 6.0.6
6 | Json.NET
7 | James Newton-King
8 | James Newton-King
9 | https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md
10 | http://james.newtonking.com/json
11 | false
12 | Json.NET is a popular high-performance JSON framework for .NET
13 | en-US
14 | json
15 |
16 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/net20/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/net20/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/net35/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/net35/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/net40/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/net40/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/net45/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/net45/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/netcore45/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/netcore45/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.Winform/packages/Newtonsoft.Json.6.0.6/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.Winform/packages/repositories.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/App.xaml:
--------------------------------------------------------------------------------
1 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace NeobotixTest
10 | {
11 | ///
12 | /// Interaction logic for App.xaml
13 | ///
14 | public partial class App : Application
15 | {
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/NeoMainWindow.xaml:
--------------------------------------------------------------------------------
1 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/Properties/Settings.Designer.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // This code was generated by a tool.
4 | // Runtime Version:4.0.30319.34014
5 | //
6 | // Changes to this file may cause incorrect behavior and will be lost if
7 | // the code is regenerated.
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | namespace NeobotixTest.Properties
12 | {
13 |
14 |
15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
18 | {
19 |
20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
21 |
22 | public static Settings Default
23 | {
24 | get
25 | {
26 | return defaultInstance;
27 | }
28 | }
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/NeobotixTest.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/NeobotixTest.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/NeobotixTest.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/NeobotixTest.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/NeobotixTest.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/NeobotixTest.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/NeobotixTest.vshost.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/NeobotixTest.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/NeobotixTest.vshost.exe.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/RosBridgeDotNet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/RosBridgeDotNet.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/RosBridgeDotNet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/bin/Debug/RosBridgeDotNet.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeoMainWindow.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeoMainWindow.baml
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest.Properties.Resources.resources
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest.g.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest.g.resources
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest_MarkupCompile.cache:
--------------------------------------------------------------------------------
1 | NeobotixTest
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | E:\RosBridgeCsharp\Rosbridge.v1.0.C#.XAML\NeobotixTest\obj\Debug\
8 | NeobotixTest
9 | none
10 | false
11 | DEBUG;TRACE
12 | E:\RosBridgeCsharp\Rosbridge.v1.0.C#.XAML\NeobotixTest\App.xaml
13 | 11719927764
14 |
15 | 5-2127893045
16 | 14-1790065395
17 | NeoMainWindow.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/NeobotixTest_MarkupCompile.i.cache:
--------------------------------------------------------------------------------
1 | NeobotixTest
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | c:\DATA_ARCH\JKK_ROS\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\NeobotixTest\obj\Debug\
8 | NeobotixTest
9 | none
10 | false
11 | DEBUG;TRACE
12 | c:\DATA_ARCH\JKK_ROS\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\NeobotixTest\App.xaml
13 | 11719927764
14 |
15 | 91345359403
16 | 14-1991888671
17 | NeoMainWindow.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Release/NeobotixTest_MarkupCompile.i.cache:
--------------------------------------------------------------------------------
1 | NeobotixTest
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\NeobotixTest\obj\Release\
8 | NeobotixTest
9 | none
10 | false
11 | TRACE
12 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\NeobotixTest\App.xaml
13 | 11719927764
14 |
15 | 9-2065112793
16 | 141057873890
17 | NeoMainWindow.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Release/build.force:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/NeobotixTest/obj/Release/build.force
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/NeobotixTest/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/Newtonsoft.Json.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/Newtonsoft.Json.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("RosBridgeDotNet")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("RosBridgeDotNet")]
13 | [assembly: AssemblyCopyright("Copyright © 2014")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Setting ComVisible to false makes the types in this assembly not visible
18 | // to COM components. If you need to access a type in this assembly from
19 | // COM, set the ComVisible attribute to true on that type.
20 | [assembly: ComVisible(false)]
21 |
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM
23 | [assembly: Guid("b5ee5b64-35ba-4e67-b9f2-8422faf7f838")]
24 |
25 | // Version information for an assembly consists of the following four values:
26 | //
27 | // Major Version
28 | // Minor Version
29 | // Build Number
30 | // Revision
31 | //
32 | // You can specify all the values or you can default the Build and Revision Numbers
33 | // by using the '*' as shown below:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.dll.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.vshost.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/bin/Release/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/bin/Release/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/bin/Release/RosBridgeDotNet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/bin/Release/RosBridgeDotNet.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/bin/Release/RosBridgeDotNet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/bin/Release/RosBridgeDotNet.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosbridgeXAML\RosBridgeDotNet\obj\Debug\RosBridgeDotNet.csprojResolveAssemblyReference.cache
2 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosbridgeXAML\RosBridgeDotNet\bin\Debug\RosBridgeDotNet.dll
3 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosbridgeXAML\RosBridgeDotNet\bin\Debug\RosBridgeDotNet.pdb
4 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosbridgeXAML\RosBridgeDotNet\bin\Debug\Newtonsoft.Json.dll
5 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosbridgeXAML\RosBridgeDotNet\bin\Debug\Newtonsoft.Json.xml
6 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosbridgeXAML\RosBridgeDotNet\obj\Debug\RosBridgeDotNet.dll
7 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosbridgeXAML\RosBridgeDotNet\obj\Debug\RosBridgeDotNet.pdb
8 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\bin\Debug\RosBridgeDotNet.dll
9 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\bin\Debug\RosBridgeDotNet.pdb
10 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\bin\Debug\Newtonsoft.Json.dll
11 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\bin\Debug\Newtonsoft.Json.xml
12 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\obj\Debug\RosBridgeDotNet.dll
13 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\obj\Debug\RosBridgeDotNet.pdb
14 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\obj\Debug\RosBridgeDotNet.csprojResolveAssemblyReference.cache
15 | E:\RosBridgeCsharp\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\bin\Debug\RosBridgeDotNet.dll
16 | E:\RosBridgeCsharp\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\bin\Debug\RosBridgeDotNet.pdb
17 | E:\RosBridgeCsharp\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\bin\Debug\Newtonsoft.Json.dll
18 | E:\RosBridgeCsharp\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\bin\Debug\Newtonsoft.Json.xml
19 | E:\RosBridgeCsharp\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\obj\Debug\RosBridgeDotNet.csprojResolveAssemblyReference.cache
20 | E:\RosBridgeCsharp\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\obj\Debug\RosBridgeDotNet.dll
21 | E:\RosBridgeCsharp\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\obj\Debug\RosBridgeDotNet.pdb
22 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/RosBridgeDotNet.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\bin\Release\RosBridgeDotNet.dll
2 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\bin\Release\RosBridgeDotNet.pdb
3 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\bin\Release\Newtonsoft.Json.dll
4 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\bin\Release\Newtonsoft.Json.xml
5 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\obj\Release\RosBridgeDotNet.dll
6 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\RosBridgeDotNet\obj\Release\RosBridgeDotNet.pdb
7 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/RosBridgeDotNet.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/RosBridgeDotNet.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/RosBridgeDotNet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/RosBridgeDotNet.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/RosBridgeDotNet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/RosBridgeDotNet.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeDotNet/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/IROSBridgeController.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace RosBridgeUtility
8 | {
9 | public interface IROSBridgeController
10 | {
11 | void ReceiveUpdate(String data);
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/IROSWebTeleopController.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace RosBridgeUtility
8 | {
9 | public interface IROSWebTeleopController
10 | {
11 | void teleopTarget(String request);
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("RosBridgeUtility")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("RosBridgeUtility")]
13 | [assembly: AssemblyCopyright("Copyright © 2015")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Setting ComVisible to false makes the types in this assembly not visible
18 | // to COM components. If you need to access a type in this assembly from
19 | // COM, set the ComVisible attribute to true on that type.
20 | [assembly: ComVisible(false)]
21 |
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM
23 | [assembly: Guid("c7bfc35e-b7ec-4374-b6ed-838759401980")]
24 |
25 | // Version information for an assembly consists of the following four values:
26 | //
27 | // Major Version
28 | // Minor Version
29 | // Build Number
30 | // Revision
31 | //
32 | // You can specify all the values or you can default the Build and Revision Numbers
33 | // by using the '*' as shown below:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/RosMsg.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 |
6 | namespace RosBridgeUtility
7 | {
8 | public class Pose
9 | {
10 | public double x { get; set; }
11 | public double y { get; set; }
12 | public double z { get; set; }
13 |
14 | public double ori_w { get; set; }
15 | public double ori_x { get; set; }
16 | public double ori_y { get; set; }
17 | public double ori_z { get; set; }
18 | }
19 | public class Twist
20 | {
21 | public double x { get; set; }
22 | public double y { get; set; }
23 | public double z { get; set; }
24 |
25 | public double ang_x { get; set; }
26 | public double ang_y { get; set; }
27 | public double ang_z { get; set; }
28 | }
29 |
30 | public class LaserScanMsg
31 | {
32 | public double min_angle { get; set; }
33 | public double angle_increment { get; set; }
34 | public double[] ranges { get; set; }
35 | }
36 | }
37 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/VelocityState.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 |
6 | namespace RosBridgeUtility
7 | {
8 | public class VelocityState
9 | {
10 | public double max_vel { get; set; }
11 | public double min_vel { get; set; }
12 | public double inc_vel { get; set; }
13 | public double current_vel { get; set; }
14 |
15 | public double currentTheta { get; set; }
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Debug/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Debug/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Debug/Newtonsoft.Json.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Debug/Newtonsoft.Json.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Debug/RosBridgeUtility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Debug/RosBridgeUtility.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Debug/RosBridgeUtility.dll.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Debug/RosBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Debug/RosBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Debug/websocket-sharp.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Debug/websocket-sharp.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Release/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Release/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Release/Newtonsoft.Json.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Release/Newtonsoft.Json.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Release/RosBridgeUtility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Release/RosBridgeUtility.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Release/RosBridgeUtility.dll.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Release/RosBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Release/RosBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Release/websocket-sharp.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/bin/Release/websocket-sharp.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/RosBridgeUtility.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/RosBridgeUtility.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/RosBridgeUtility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/RosBridgeUtility.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/RosBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/RosBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/RosBridgeUtility.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/RosBridgeUtility.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/RosBridgeUtility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/RosBridgeUtility.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/RosBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/RosBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosBridgeUtility/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosbridgeXAML.v11.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosbridgeXAML.v11.suo
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/RosbridgeXAML.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/RosbridgeXAML.v12.suo
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("TestApplicationConnect")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("TestApplicationConnect")]
13 | [assembly: AssemblyCopyright("Copyright © 2015")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Setting ComVisible to false makes the types in this assembly not visible
18 | // to COM components. If you need to access a type in this assembly from
19 | // COM, set the ComVisible attribute to true on that type.
20 | [assembly: ComVisible(false)]
21 |
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM
23 | [assembly: Guid("e574bae6-1bb0-482a-b4fb-ceadcefefe15")]
24 |
25 | // Version information for an assembly consists of the following four values:
26 | //
27 | // Major Version
28 | // Minor Version
29 | // Build Number
30 | // Revision
31 | //
32 | // You can specify all the values or you can default the Build and Revision Numbers
33 | // by using the '*' as shown below:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/bin/Debug/TestApplicationConnect.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/bin/Debug/TestApplicationConnect.vshost.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/bin/Debug/TestApplicationConnect.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/bin/Debug/TestApplicationConnect.vshost.exe.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestApplicationConnect/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility.vshost.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility.vshost.exe.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("TestBridgeUtility")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("TestBridgeUtility")]
13 | [assembly: AssemblyCopyright("Copyright © 2015")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Setting ComVisible to false makes the types in this assembly not visible
18 | // to COM components. If you need to access a type in this assembly from
19 | // COM, set the ComVisible attribute to true on that type.
20 | [assembly: ComVisible(false)]
21 |
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM
23 | [assembly: Guid("ffde8601-1588-44d0-a930-f53807617f95")]
24 |
25 | // Version information for an assembly consists of the following four values:
26 | //
27 | // Major Version
28 | // Minor Version
29 | // Build Number
30 | // Revision
31 | //
32 | // You can specify all the values or you can default the Build and Revision Numbers
33 | // by using the '*' as shown below:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/XMLFile1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/Newtonsoft.Json.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/Newtonsoft.Json.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/RosBridgeUtility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/RosBridgeUtility.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/RosBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/RosBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/TestBridgeUtility.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/TestBridgeUtility.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/TestBridgeUtility.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/TestBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/TestBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/TestBridgeUtility.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/TestBridgeUtility.vshost.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/TestBridgeUtility.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/TestBridgeUtility.vshost.exe.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/websocket-sharp.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Debug/websocket-sharp.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/Newtonsoft.Json.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/Newtonsoft.Json.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/RosBridgeUtility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/RosBridgeUtility.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/RosBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/RosBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/TestBridgeUtility.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/TestBridgeUtility.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/TestBridgeUtility.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/TestBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/TestBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/TestBridgeUtility.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/TestBridgeUtility.vshost.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/TestBridgeUtility.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/TestBridgeUtility.vshost.exe.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/XMLFile1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/websocket-sharp.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/bin/Release/websocket-sharp.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TestBridgeUtility.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TestBridgeUtility.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TestBridgeUtility.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TestBridgeUtility.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TestBridgeUtility.g.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TestBridgeUtility.g.resources
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TestBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Debug/TestBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TestBridgeUtility.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TestBridgeUtility.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TestBridgeUtility.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TestBridgeUtility.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TestBridgeUtility.g.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TestBridgeUtility.g.resources
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TestBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestBridgeUtility/obj/Release/TestBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/Program.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using WebSocketSharp;
5 | using System.Text;
6 | using System.Threading.Tasks;
7 |
8 | namespace TestWebsocketServer
9 | {
10 | class Program
11 | {
12 | static void Main(string[] args)
13 | {
14 | using (var ws = new WebSocket("ws://localhost:4649/neobot_odom"))
15 | {
16 | do
17 | {
18 | ws.OnMessage += (sender, e) =>
19 | Console.WriteLine("Odom received: " + e.Data);
20 | ws.Connect();
21 | ws.Send("Odom");
22 | } while (Console.ReadKey(true).Key != ConsoleKey.Spacebar);
23 | }
24 | }
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("TestWebsocketServer")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("TestWebsocketServer")]
13 | [assembly: AssemblyCopyright("Copyright © 2015")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Setting ComVisible to false makes the types in this assembly not visible
18 | // to COM components. If you need to access a type in this assembly from
19 | // COM, set the ComVisible attribute to true on that type.
20 | [assembly: ComVisible(false)]
21 |
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM
23 | [assembly: Guid("08b7c116-5d24-4056-a5c1-47c4b9b24621")]
24 |
25 | // Version information for an assembly consists of the following four values:
26 | //
27 | // Major Version
28 | // Minor Version
29 | // Build Number
30 | // Revision
31 | //
32 | // You can specify all the values or you can default the Build and Revision Numbers
33 | // by using the '*' as shown below:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/Newtonsoft.Json.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/Newtonsoft.Json.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/TestWebsocketServer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/TestWebsocketServer.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/TestWebsocketServer.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/TestWebsocketServer.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/TestWebsocketServer.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/TestWebsocketServer.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/TestWebsocketServer.vshost.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/TestWebsocketServer.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/TestWebsocketServer.vshost.exe.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/websocket-sharp.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/bin/Release/websocket-sharp.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TestWebsocketServer.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TestWebsocketServer\bin\Release\TestWebsocketServer.exe.config
2 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TestWebsocketServer\bin\Release\TestWebsocketServer.exe
3 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TestWebsocketServer\bin\Release\TestWebsocketServer.pdb
4 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TestWebsocketServer\bin\Release\websocket-sharp.dll
5 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TestWebsocketServer\bin\Release\websocket-sharp.xml
6 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TestWebsocketServer\obj\Release\TestWebsocketServer.csprojResolveAssemblyReference.cache
7 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TestWebsocketServer\obj\Release\TestWebsocketServer.exe
8 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TestWebsocketServer\obj\Release\TestWebsocketServer.pdb
9 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TestWebsocketServer\bin\Release\Newtonsoft.Json.dll
10 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TestWebsocketServer\bin\Release\Newtonsoft.Json.pdb
11 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TestWebsocketServer\bin\Release\Newtonsoft.Json.xml
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TestWebsocketServer.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TestWebsocketServer.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TestWebsocketServer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TestWebsocketServer.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TestWebsocketServer.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/obj/Release/TestWebsocketServer.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TestWebsocketServer/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/App.xaml:
--------------------------------------------------------------------------------
1 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace TurtleTest
10 | {
11 | ///
12 | /// Interaction logic for App.xaml
13 | ///
14 | public partial class App : Application
15 | {
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/Properties/Settings.Designer.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // This code was generated by a tool.
4 | // Runtime Version:4.0.30319.34014
5 | //
6 | // Changes to this file may cause incorrect behavior and will be lost if
7 | // the code is regenerated.
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | namespace TurtleTest.Properties
12 | {
13 |
14 |
15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
18 | {
19 |
20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
21 |
22 | public static Settings Default
23 | {
24 | get
25 | {
26 | return defaultInstance;
27 | }
28 | }
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/Public/Content/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/Public/Content/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/Public/Content/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/Public/Content/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/Public/Content/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/Public/Content/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/Public/Content/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/Public/Content/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/Public/Style.css:
--------------------------------------------------------------------------------
1 | body {
2 | background-color: #003153;
3 | }
4 | h2 {
5 | color: white;
6 | margin-left: 20px;
7 | font-family: 'Global Sans Serif',Helvetica,'MS Gothic',Arial;
8 | }
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/Public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/Public/favicon.ico
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/TurtleTest.csproj.user:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 | en-US
11 | false
12 |
13 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/XMLFile1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Debug/TurtleTest.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Debug/TurtleTest.vshost.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Debug/TurtleTest.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Debug/TurtleTest.vshost.exe.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/Newtonsoft.Json.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/Newtonsoft.Json.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/RosBridgeDotNet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/RosBridgeDotNet.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/RosBridgeDotNet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/RosBridgeDotNet.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/RosBridgeUtility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/RosBridgeUtility.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/RosBridgeUtility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/RosBridgeUtility.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/TurtleTest.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/TurtleTest.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/TurtleTest.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/TurtleTest.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/TurtleTest.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/TurtleTest.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/TurtleTest.vshost.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/TurtleTest.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/TurtleTest.vshost.exe.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/XMLFile1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/XMLFile1.xml.bak:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/websocket-sharp.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/bin/Release/websocket-sharp.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/MainWindow.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/MainWindow.baml
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.Properties.Resources.resources
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\bin\Debug\TurtleTest.exe.config
2 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\bin\Debug\TurtleTest.exe
3 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\bin\Debug\TurtleTest.pdb
4 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Debug\TurtleTest.csprojResolveAssemblyReference.cache
5 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Debug\MainWindow.baml
6 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Debug\MainWindow.g.cs
7 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Debug\App.g.cs
8 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Debug\TurtleTest_MarkupCompile.cache
9 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Debug\TurtleTest.g.resources
10 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Debug\TurtleTest.Properties.Resources.resources
11 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Debug\TurtleTest.csproj.GenerateResource.Cache
12 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Debug\TurtleTest.exe
13 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Debug\TurtleTest.pdb
14 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\bin\Debug\Newtonsoft.Json.dll
15 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\bin\Debug\RosBridgeDotNet.dll
16 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\bin\Debug\RosBridgeDotNet.pdb
17 | F:\RosBrigdgeC#\Rosbridge.v1.0.C#.XAML\TurtleTest\bin\Debug\Newtonsoft.Json.xml
18 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.g.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.g.resources
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest_MarkupCompile.cache:
--------------------------------------------------------------------------------
1 | TurtleTest
2 |
3 |
4 | exe
5 | C#
6 | .cs
7 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Debug\
8 | TurtleTest
9 | none
10 | false
11 | DEBUG;TRACE
12 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TurtleTest\App.xaml
13 | 11151548125
14 |
15 | 5-2017746502
16 | 16-13523924
17 | MainWindow.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Debug/TurtleTest_MarkupCompile.i.cache:
--------------------------------------------------------------------------------
1 | TurtleTest
2 |
3 |
4 | exe
5 | C#
6 | .cs
7 | c:\DATA_ARCH\JKK_ROS\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Debug\
8 | TurtleTest
9 | none
10 | false
11 | DEBUG;TRACE
12 | c:\DATA_ARCH\JKK_ROS\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#.XAML\TurtleTest\App.xaml
13 | 11151548125
14 |
15 | 91455505946
16 | 161500927993
17 | MainWindow.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/MainWindow.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/MainWindow.baml
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest.Properties.Resources.resources
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest.g.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest.g.resources
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest_Content.g.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // This code was generated by a tool.
4 | // Runtime Version:4.0.30319.34014
5 | //
6 | // Changes to this file may cause incorrect behavior and will be lost if
7 | // the code is regenerated.
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/content/bootstrap/bootstrap-theme.css")]
12 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/content/bootstrap/bootstrap-theme.min.css")]
13 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/content/bootstrap/bootstrap.css")]
14 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/content/bootstrap/bootstrap.min.css")]
15 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/content/fonts/glyphicons-halflings-regular.svg")]
16 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/index.html")]
17 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/js/odomview.js")]
18 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/style.css")]
19 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/scripts/bootstrap.js")]
20 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/scripts/bootstrap.min.js")]
21 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/scripts/jquery-1.9.1.intellisense.js")]
22 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/scripts/jquery-1.9.1.js")]
23 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/scripts/jquery-1.9.1.min.js")]
24 |
25 |
26 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest_Content.g.i.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // This code was generated by a tool.
4 | // Runtime Version:4.0.30319.34014
5 | //
6 | // Changes to this file may cause incorrect behavior and will be lost if
7 | // the code is regenerated.
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/content/bootstrap/bootstrap-theme.css")]
12 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/content/bootstrap/bootstrap-theme.min.css")]
13 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/content/bootstrap/bootstrap.css")]
14 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/content/bootstrap/bootstrap.min.css")]
15 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/content/fonts/glyphicons-halflings-regular.svg")]
16 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/index.html")]
17 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/js/odomview.js")]
18 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/style.css")]
19 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/scripts/bootstrap.js")]
20 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/scripts/bootstrap.min.js")]
21 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/scripts/jquery-1.9.1.intellisense.js")]
22 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/scripts/jquery-1.9.1.js")]
23 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("public/scripts/jquery-1.9.1.min.js")]
24 |
25 |
26 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest_MarkupCompile.cache:
--------------------------------------------------------------------------------
1 | TurtleTest
2 |
3 |
4 | exe
5 | C#
6 | .cs
7 | c:\DATA_ARCH\JKK_ROS\newRos\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Release\
8 | TurtleTest
9 | none
10 | false
11 | TRACE
12 | c:\DATA_ARCH\JKK_ROS\newRos\Rosbridge.v1.0.C#.XAML\TurtleTest\App.xaml
13 | 11151548125
14 | 13-427323258
15 | 6156881440
16 | 17-270343123
17 | MainWindow.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/obj/Release/TurtleTest_MarkupCompile.i.cache:
--------------------------------------------------------------------------------
1 | TurtleTest
2 |
3 |
4 | exe
5 | C#
6 | .cs
7 | c:\DATA_ARCH\JKK_ROS\newRos\Rosbridge.v1.0.C#.XAML\TurtleTest\obj\Release\
8 | TurtleTest
9 | none
10 | false
11 | TRACE
12 | c:\DATA_ARCH\JKK_ROS\newRos\Rosbridge.v1.0.C#.XAML\TurtleTest\App.xaml
13 | 11151548125
14 | 13-427323258
15 | 10225649107
16 | 17-270343123
17 | MainWindow.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/robot-wave-a846e9cb630aad41b2fb2ed330186459.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/robot-wave-a846e9cb630aad41b2fb2ed330186459.jpg
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/TurtleTest/test1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/TurtleTest/test1.jpg
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/Newtonsoft.Json.6.0.6.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/Newtonsoft.Json.6.0.6.nupkg
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/Newtonsoft.Json.6.0.6.nuspec:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Newtonsoft.Json
5 | 6.0.6
6 | Json.NET
7 | James Newton-King
8 | James Newton-King
9 | https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md
10 | http://james.newtonking.com/json
11 | false
12 | Json.NET is a popular high-performance JSON framework for .NET
13 | en-US
14 | json
15 |
16 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/net20/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/net20/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/net35/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/net35/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/net40/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/net40/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/net45/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/net45/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/netcore45/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/netcore45/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/Newtonsoft.Json.6.0.6/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/WebSocketSharp.1.0.3-rc8/WebSocketSharp.1.0.3-rc8.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/WebSocketSharp.1.0.3-rc8/WebSocketSharp.1.0.3-rc8.nupkg
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/WebSocketSharp.1.0.3-rc8/lib/websocket-sharp.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/WebSocketSharp.1.0.3-rc8/lib/websocket-sharp.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/WebSocketSharp.1.0.3-rc9/WebSocketSharp.1.0.3-rc9.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/WebSocketSharp.1.0.3-rc9/WebSocketSharp.1.0.3-rc9.nupkg
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/WebSocketSharp.1.0.3-rc9/lib/websocket-sharp.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/WebSocketSharp.1.0.3-rc9/lib/websocket-sharp.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/bootstrap.3.3.5/bootstrap.3.3.5.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/bootstrap.3.3.5/bootstrap.3.3.5.nupkg
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/bootstrap.3.3.5/content/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/bootstrap.3.3.5/content/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/bootstrap.3.3.5/content/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/bootstrap.3.3.5/content/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/bootstrap.3.3.5/content/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/bootstrap.3.3.5/content/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/bootstrap.3.3.5/content/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/bootstrap.3.3.5/content/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/jQuery.1.9.1/Tools/install.ps1:
--------------------------------------------------------------------------------
1 | param($installPath, $toolsPath, $package, $project)
2 |
3 | . (Join-Path $toolsPath common.ps1)
4 |
5 | # VS 11 and above supports the new intellisense JS files
6 | $vsVersion = [System.Version]::Parse($dte.Version)
7 | $supportsJsIntelliSenseFile = $vsVersion.Major -ge 11
8 |
9 | if (-not $supportsJsIntelliSenseFile) {
10 | $displayVersion = $vsVersion.Major
11 | Write-Host "IntelliSense JS files are not supported by your version of Visual Studio: $displayVersion"
12 | exit
13 | }
14 |
15 | if ($scriptsFolderProjectItem -eq $null) {
16 | # No Scripts folder
17 | Write-Host "No Scripts folder found"
18 | exit
19 | }
20 |
21 | # Delete the vsdoc file from the project
22 | try {
23 | $vsDocProjectItem = $scriptsFolderProjectItem.ProjectItems.Item("jquery-$ver-vsdoc.js")
24 | Delete-ProjectItem $vsDocProjectItem
25 | }
26 | catch {
27 | Write-Host "Error deleting vsdoc file: " + $_.Exception -ForegroundColor Red
28 | exit
29 | }
30 |
31 | # Copy the intellisense file to the project from the tools folder
32 | $intelliSenseFileSourcePath = Join-Path $toolsPath $intelliSenseFileName
33 | try {
34 | $scriptsFolderProjectItem.ProjectItems.AddFromFileCopy($intelliSenseFileSourcePath)
35 | }
36 | catch {
37 | # This will throw if the file already exists, so we need to catch here
38 | }
39 |
40 | # Update the _references.js file
41 | AddOrUpdate-Reference $scriptsFolderProjectItem $jqueryFileNameRegEx $jqueryFileName
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/jQuery.1.9.1/Tools/uninstall.ps1:
--------------------------------------------------------------------------------
1 | param($installPath, $toolsPath, $package, $project)
2 |
3 | . (Join-Path $toolsPath common.ps1)
4 |
5 | # Determine the file paths
6 | $projectIntelliSenseFilePath = Join-Path $projectScriptsFolderPath $intelliSenseFileName
7 | $origIntelliSenseFilePath = Join-Path $toolsPath $intelliSenseFileName
8 |
9 | if (Test-Path $projectIntelliSenseFilePath) {
10 | if ((Get-Checksum $projectIntelliSenseFilePath) -eq (Get-Checksum $origIntelliSenseFilePath)) {
11 | # The intellisense file in the project matches the file in the tools folder, delete it
12 |
13 | if ($scriptsFolderProjectItem -eq $null) {
14 | # No Scripts folder
15 | exit
16 | }
17 |
18 | try {
19 | # Get the project item for the intellisense file
20 | $intelliSenseFileProjectItem = $scriptsFolderProjectItem.ProjectItems.Item($intelliSenseFileName)
21 | }
22 | catch {
23 | # The item wasn't found
24 | exit
25 | }
26 |
27 | # Delete the project item
28 | Delete-ProjectItem $intelliSenseFileProjectItem
29 | }
30 | else {
31 | $projectScriptsFolderLeaf = Split-Path $projectScriptsFolderPath -Leaf
32 | Write-Host "Skipping '$projectScriptsFolderLeaf\$intelliSenseFileName' because it was modified." -ForegroundColor Magenta
33 | }
34 | }
35 | else {
36 | # The intellisense file was not found in project
37 | Write-Host "The intellisense file was not found in project at path $projectIntelliSenseFilePath"
38 | }
39 |
40 | # Update the _references.js file
41 | Remove-Reference $scriptsFolderProjectItem $jqueryFileNameRegEx
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/jQuery.1.9.1/jQuery.1.9.1.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/packages/jQuery.1.9.1/jQuery.1.9.1.nupkg
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/packages/repositories.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#.XAML/websocket-sharp.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#.XAML/websocket-sharp.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/ROS.sdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/ROS.sdf
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/ROS.v11.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/ROS.v11.suo
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/ROS.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/ROS.v12.suo
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosBridgeDotNet/ConnectionException.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 |
6 | namespace RosBridgeDotNet
7 | {
8 | class ConnectionException : Exception
9 | {
10 |
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosBridgeDotNet/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("RosBridgeDotNet")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("RosBridgeDotNet")]
13 | [assembly: AssemblyCopyright("Copyright © 2012")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Setting ComVisible to false makes the types in this assembly not visible
18 | // to COM components. If you need to access a type in this assembly from
19 | // COM, set the ComVisible attribute to true on that type.
20 | [assembly: ComVisible(false)]
21 |
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM
23 | [assembly: Guid("7a4aeda4-64a7-42be-8650-6cb837c1f40a")]
24 |
25 | // Version information for an assembly consists of the following four values:
26 | //
27 | // Major Version
28 | // Minor Version
29 | // Build Number
30 | // Revision
31 | //
32 | // You can specify all the values or you can default the Build and Revision Numbers
33 | // by using the '*' as shown below:
34 | [assembly: AssemblyVersion("1.0.*")]
35 | //[assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosBridgeDotNet/bin/Debug/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosBridgeDotNet/bin/Debug/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosBridgeDotNet/bin/Debug/Newtonsoft.Json.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosBridgeDotNet/bin/Debug/Newtonsoft.Json.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosBridgeDotNet/bin/Debug/RosBridgeDotNet.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosBridgeDotNet/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosBridgeDotNet/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosBridgeDotNet/obj/Debug/RosBridgeDotNet.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosBridgeDotNet/packages.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestNeobotix/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestNeobotix/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("RosTestNeobotix")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("RosTestNeobotix")]
13 | [assembly: AssemblyCopyright("Copyright © 2014")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Setting ComVisible to false makes the types in this assembly not visible
18 | // to COM components. If you need to access a type in this assembly from
19 | // COM, set the ComVisible attribute to true on that type.
20 | [assembly: ComVisible(false)]
21 |
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM
23 | [assembly: Guid("3dcb4480-bef0-4017-8ff6-f27f4da1fe13")]
24 |
25 | // Version information for an assembly consists of the following four values:
26 | //
27 | // Major Version
28 | // Minor Version
29 | // Build Number
30 | // Revision
31 | //
32 | // You can specify all the values or you can default the Build and Revision Numbers
33 | // by using the '*' as shown below:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestNeobotix/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestNeobotix/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestNeobotix/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestNeobotix/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestNeobotix/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestNeobotix/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestNeobotix/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestNeobotix/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("RosTestTurtlesim")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("RosTestTurtlesim")]
13 | [assembly: AssemblyCopyright("Copyright © 2014")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Setting ComVisible to false makes the types in this assembly not visible
18 | // to COM components. If you need to access a type in this assembly from
19 | // COM, set the ComVisible attribute to true on that type.
20 | [assembly: ComVisible(false)]
21 |
22 | // The following GUID is for the ID of the typelib if this project is exposed to COM
23 | [assembly: Guid("3e39ee01-30f1-48b6-945d-034f308784c1")]
24 |
25 | // Version information for an assembly consists of the following four values:
26 | //
27 | // Major Version
28 | // Minor Version
29 | // Build Number
30 | // Revision
31 | //
32 | // You can specify all the values or you can default the Build and Revision Numbers
33 | // by using the '*' as shown below:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/Turtlesim.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using RosBridgeDotNet;
6 |
7 | namespace RosTestTurtlesim
8 | {
9 | class Turtlesim
10 | {
11 | static void Main(string[] args)
12 | {
13 | RosBridgeDotNet.RosBridgeDotNet turtleConnection = new RosBridgeDotNet.RosBridgeDotNet("10.2.94.144");
14 | string topic = "/turtle1/command_velocity";
15 | string msgtype = "turtlesim/Velocity";
16 |
17 | Console.WriteLine(turtleConnection.Connected ? "Connected." : "No connection :(");
18 | if (turtleConnection.Connected)
19 | {
20 |
21 | ////'/turtle1/command_velocity', 'turtlesim/Velocity', '{"linear":20, "angular":20}'
22 | RosBridgeDotNet.RosBridgeDotNet.TurtleSim turtleGo1 = new RosBridgeDotNet.RosBridgeDotNet.TurtleSim(20, 20);
23 | turtleConnection.Publish(topic, msgtype, turtleGo1);
24 | //Console.WriteLine("Published: " + topic + " " + msgtype + " " + turtleGo1.linear + " " + turtleGo1.angular);
25 | //turtleConnection.Subscribe();
26 |
27 | turtleConnection.CloseConnection();
28 | Console.WriteLine("Connection closed, press a key.");
29 | }
30 | else
31 | Console.WriteLine("End.");
32 | Console.ReadKey();
33 | }
34 | }
35 |
36 |
37 | }
38 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/Newtonsoft.Json.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/Newtonsoft.Json.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosBridgeDotNet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosBridgeDotNet.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosBridgeDotNet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosBridgeDotNet.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosTestTurtlesim.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosTestTurtlesim.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosTestTurtlesim.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosTestTurtlesim.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosTestTurtlesim.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosTestTurtlesim.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosTestTurtlesim.vshost.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosTestTurtlesim.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/bin/Debug/RosTestTurtlesim.vshost.exe.manifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/RosTestTurtlesim.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | F:\RosBrigdgeC#\Rosbridge.v1.0\RosTestTurtlesim\bin\Debug\RosTestTurtlesim.exe.config
2 | F:\RosBrigdgeC#\Rosbridge.v1.0\RosTestTurtlesim\bin\Debug\RosTestTurtlesim.exe
3 | F:\RosBrigdgeC#\Rosbridge.v1.0\RosTestTurtlesim\bin\Debug\RosTestTurtlesim.pdb
4 | F:\RosBrigdgeC#\Rosbridge.v1.0\RosTestTurtlesim\bin\Debug\RosBridgeDotNet.dll
5 | F:\RosBrigdgeC#\Rosbridge.v1.0\RosTestTurtlesim\bin\Debug\Newtonsoft.Json.dll
6 | F:\RosBrigdgeC#\Rosbridge.v1.0\RosTestTurtlesim\bin\Debug\RosBridgeDotNet.pdb
7 | F:\RosBrigdgeC#\Rosbridge.v1.0\RosTestTurtlesim\bin\Debug\Newtonsoft.Json.pdb
8 | F:\RosBrigdgeC#\Rosbridge.v1.0\RosTestTurtlesim\bin\Debug\Newtonsoft.Json.xml
9 | F:\RosBrigdgeC#\Rosbridge.v1.0\RosTestTurtlesim\obj\Debug\RosTestTurtlesim.csprojResolveAssemblyReference.cache
10 | F:\RosBrigdgeC#\Rosbridge.v1.0\RosTestTurtlesim\obj\Debug\RosTestTurtlesim.exe
11 | F:\RosBrigdgeC#\Rosbridge.v1.0\RosTestTurtlesim\obj\Debug\RosTestTurtlesim.pdb
12 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#\RosTestTurtlesim\bin\Debug\RosTestTurtlesim.exe.config
13 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#\RosTestTurtlesim\obj\Debug\RosTestTurtlesim.exe
14 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#\RosTestTurtlesim\obj\Debug\RosTestTurtlesim.pdb
15 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#\RosTestTurtlesim\bin\Debug\RosTestTurtlesim.exe
16 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#\RosTestTurtlesim\bin\Debug\RosTestTurtlesim.pdb
17 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#\RosTestTurtlesim\bin\Debug\RosBridgeDotNet.dll
18 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#\RosTestTurtlesim\bin\Debug\Newtonsoft.Json.dll
19 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#\RosTestTurtlesim\bin\Debug\RosBridgeDotNet.pdb
20 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#\RosTestTurtlesim\bin\Debug\Newtonsoft.Json.pdb
21 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#\RosTestTurtlesim\bin\Debug\Newtonsoft.Json.xml
22 | E:\ROS\rosbridge-csharp-connection-master\Rosbridge.v1.0.C#\RosTestTurtlesim\obj\Debug\RosTestTurtlesim.csprojResolveAssemblyReference.cache
23 |
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/RosTestTurtlesim.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/RosTestTurtlesim.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/RosTestTurtlesim.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/RosTestTurtlesim.exe
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/RosTestTurtlesim.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/RosTestTurtlesim.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/RosTestTurtlesim/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/Newtonsoft.Json.3.5.8.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/Newtonsoft.Json.3.5.8.nupkg
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/lib/20/Newtonsoft.Json.Net20.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/lib/20/Newtonsoft.Json.Net20.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/lib/20/Newtonsoft.Json.Net20.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/lib/20/Newtonsoft.Json.Net20.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/lib/35/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/lib/35/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/lib/35/Newtonsoft.Json.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/lib/35/Newtonsoft.Json.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/lib/SL/Newtonsoft.Json.Silverlight.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/lib/SL/Newtonsoft.Json.Silverlight.dll
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/lib/SL/Newtonsoft.Json.Silverlight.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/Rosbridge.v1.0.C#/packages/Newtonsoft.Json.3.5.8/lib/SL/Newtonsoft.Json.Silverlight.pdb
--------------------------------------------------------------------------------
/Rosbridge.v1.0.C#/packages/repositories.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/org.eclipse.acceleo.module.robot.config.instance/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/org.eclipse.acceleo.module.robot.config.instance/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | org.eclipse.acceleo.module.robot.config.instance
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 | org.eclipse.pde.ManifestBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.pde.SchemaBuilder
20 |
21 |
22 |
23 |
24 | org.eclipse.acceleo.ide.ui.acceleoBuilder
25 |
26 |
27 | compilation.kind
28 | compilation.platform.resource
29 |
30 |
31 | compliance
32 | pragmatic
33 |
34 |
35 | resource.kind
36 | xmi
37 |
38 |
39 | trim-position
40 | false
41 |
42 |
43 |
44 |
45 |
46 | org.eclipse.acceleo.ide.ui.acceleoNature
47 | org.eclipse.jdt.core.javanature
48 | org.eclipse.pde.PluginNature
49 |
50 |
51 |
--------------------------------------------------------------------------------
/org.eclipse.acceleo.module.robot.config.instance/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 | org.eclipse.jdt.core.compiler.compliance=1.7
5 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
6 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7 | org.eclipse.jdt.core.compiler.source=1.7
8 |
--------------------------------------------------------------------------------
/org.eclipse.acceleo.module.robot.config.instance/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Bundle-ManifestVersion: 2
3 | Bundle-Name: Acceleo RobotConfigInstance Module Runtime Plug-in
4 | Bundle-SymbolicName: org.eclipse.acceleo.module.robot.config.instance
5 | Bundle-Version: 1.0.0.qualifier
6 | Bundle-Activator: org.eclipse.acceleo.module.robot.config.instance.Activator
7 | Bundle-Vendor: Eclipse Modeling Project
8 | Require-Bundle: org.eclipse.core.runtime,
9 | org.eclipse.uml2.uml,
10 | org.eclipse.emf.ecore,
11 | org.eclipse.emf.ecore.xmi,
12 | org.eclipse.ocl,
13 | org.eclipse.ocl.ecore,
14 | org.eclipse.acceleo.common;bundle-version="3.3.0",
15 | org.eclipse.acceleo.model;bundle-version="3.3.0",
16 | org.eclipse.acceleo.profiler;bundle-version="3.3.0",
17 | org.eclipse.acceleo.engine;bundle-version="3.3.0",
18 | com.google.guava
19 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8
20 | Bundle-ActivationPolicy: lazy
21 | Eclipse-LazyStart: true
22 | Export-Package: org.eclipse.acceleo.module.robot.config.instance.main
23 |
24 |
--------------------------------------------------------------------------------
/org.eclipse.acceleo.module.robot.config.instance/bin/org/eclipse/acceleo/module/robot/config/instance/Activator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/org.eclipse.acceleo.module.robot.config.instance/bin/org/eclipse/acceleo/module/robot/config/instance/Activator.class
--------------------------------------------------------------------------------
/org.eclipse.acceleo.module.robot.config.instance/bin/org/eclipse/acceleo/module/robot/config/instance/common/generate.mtl:
--------------------------------------------------------------------------------
1 | [comment encoding = UTF-8 /]
2 | [module generate('http://www.eclipse.org/uml2/5.0.0/UML')]
3 | [template public generateElement(anInstanceSpec : InstanceSpecification)]
4 | <[for (aClassifier: Classifier | anInstanceSpec.classifier)][aClassifier.name/] [/for] [for
5 | ( aVal: LiteralString | anInstanceSpec.slot.value->filter(LiteralString) )] [aVal.owner.oclAsType(Slot).definingFeature.name/]="[aVal.value/]" [/for][for (
6 | aVal: LiteralReal | anInstanceSpec.slot.value->filter(LiteralReal) )] [aVal.owner.oclAsType(Slot).definingFeature.name/]="[aVal.value/]" [/for]>
7 | [for (p : InstanceValue | anInstanceSpec.slot.value->filter(InstanceValue))][p.instance.generateElement()/][/for]
8 | [for (aClassifier: Classifier | anInstanceSpec.classifier)][aClassifier.name/][/for]>
9 |
10 | [/template]
--------------------------------------------------------------------------------
/org.eclipse.acceleo.module.robot.config.instance/bin/org/eclipse/acceleo/module/robot/config/instance/main/Generate.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/horverno/rosbridge-csharp-connection/0ed9b1d564e79d64eb6f51bca34c9d4b81df3644/org.eclipse.acceleo.module.robot.config.instance/bin/org/eclipse/acceleo/module/robot/config/instance/main/Generate.class
--------------------------------------------------------------------------------
/org.eclipse.acceleo.module.robot.config.instance/bin/org/eclipse/acceleo/module/robot/config/instance/main/generate.mtl:
--------------------------------------------------------------------------------
1 | [comment encoding = UTF-8 /]
2 | [module generate('http://www.eclipse.org/uml2/5.0.0/UML')]
3 | [import org::eclipse::acceleo::module::robot::config::instance::common::generate/]
4 |
5 | [template public generateElement(aPackage: Package)]
6 | [comment @main/]
7 | [file (aPackage.name+'.xml',false,'UTF-8')]
8 |
9 | [for
10 | (anInstanceSpec: InstanceSpecification | aPackage.packagedElement->filter(InstanceSpecification))][for
11 | (aClassifier : Classifier | anInstanceSpec.classifier)][if
12 | (aClassifier.name.toString()='rosbridge_config')][anInstanceSpec.generateElement()/][/if][/for][/for]
13 | [/file]
14 | [/template]
15 |
--------------------------------------------------------------------------------
/org.eclipse.acceleo.module.robot.config.instance/build.properties:
--------------------------------------------------------------------------------
1 | source.. = src/
2 | output.. = bin/
3 | bin.includes = META-INF/,\
4 | .
5 | jre.compilation.profile = JavaSE-1.8
6 |
--------------------------------------------------------------------------------
/org.eclipse.acceleo.module.robot.config.instance/src/org/eclipse/acceleo/module/robot/config/instance/Activator.java:
--------------------------------------------------------------------------------
1 | /*******************************************************************************
2 | * Copyright (c) 2008, 2011 Obeo.
3 | * All rights reserved. This program and the accompanying materials
4 | * are made available under the terms of the Eclipse Public License v1.0
5 | * which accompanies this distribution, and is available at
6 | * http://www.eclipse.org/legal/epl-v10.html
7 | *
8 | * Contributors:
9 | * Obeo - initial API and implementation
10 | *******************************************************************************/
11 | package org.eclipse.acceleo.module.robot.config.instance;
12 |
13 | import org.eclipse.core.runtime.Plugin;
14 | import org.osgi.framework.BundleContext;
15 |
16 | /**
17 | * The activator class controls the plug-in life cycle.
18 | */
19 | public class Activator extends Plugin {
20 |
21 | /**
22 | * The plug-in ID.
23 | */
24 | public static final String PLUGIN_ID = "org.eclipse.acceleo.module.robot.config.instance";
25 |
26 | /**
27 | * The shared instance.
28 | */
29 | private static Activator plugin;
30 |
31 | /**
32 | * The constructor.
33 | */
34 | public Activator() {
35 | }
36 |
37 | /**
38 | * {@inheritDoc}
39 | *
40 | * @see org.eclipse.core.runtime.Plugin#start(org.osgi.framework.BundleContext)
41 | */
42 | public void start(BundleContext context) throws Exception {
43 | super.start(context);
44 | plugin = this;
45 | }
46 |
47 | /**
48 | * {@inheritDoc}
49 | *
50 | * @see org.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext)
51 | */
52 | public void stop(BundleContext context) throws Exception {
53 | plugin = null;
54 | super.stop(context);
55 | }
56 |
57 | /**
58 | * Returns the shared instance.
59 | *
60 | * @return the shared instance
61 | */
62 | public static Activator getDefault() {
63 | return plugin;
64 | }
65 |
66 | }
67 |
--------------------------------------------------------------------------------
/org.eclipse.acceleo.module.robot.config.instance/src/org/eclipse/acceleo/module/robot/config/instance/common/generate.mtl:
--------------------------------------------------------------------------------
1 | [comment encoding = UTF-8 /]
2 | [module generate('http://www.eclipse.org/uml2/5.0.0/UML')]
3 | [template public generateElement(anInstanceSpec : InstanceSpecification)]
4 | <[for (aClassifier: Classifier | anInstanceSpec.classifier)][aClassifier.name/] [/for] [for
5 | ( aVal: LiteralString | anInstanceSpec.slot.value->filter(LiteralString) )] [aVal.owner.oclAsType(Slot).definingFeature.name/]="[aVal.value/]" [/for][for (
6 | aVal: LiteralReal | anInstanceSpec.slot.value->filter(LiteralReal) )] [aVal.owner.oclAsType(Slot).definingFeature.name/]="[aVal.value/]" [/for]>
7 | [for (p : InstanceValue | anInstanceSpec.slot.value->filter(InstanceValue))][p.instance.generateElement()/][/for]
8 | [for (aClassifier: Classifier | anInstanceSpec.classifier)][aClassifier.name/][/for]>
9 |
10 | [/template]
--------------------------------------------------------------------------------
/org.eclipse.acceleo.module.robot.config.instance/src/org/eclipse/acceleo/module/robot/config/instance/main/generate.mtl:
--------------------------------------------------------------------------------
1 | [comment encoding = UTF-8 /]
2 | [module generate('http://www.eclipse.org/uml2/5.0.0/UML')]
3 | [import org::eclipse::acceleo::module::robot::config::instance::common::generate/]
4 |
5 | [template public generateElement(aPackage: Package)]
6 | [comment @main/]
7 | [file (aPackage.name+'.xml',false,'UTF-8')]
8 |
9 | [for
10 | (anInstanceSpec: InstanceSpecification | aPackage.packagedElement->filter(InstanceSpecification))][for
11 | (aClassifier : Classifier | anInstanceSpec.classifier)][if
12 | (aClassifier.name.toString()='rosbridge_config')][anInstanceSpec.generateElement()/][/if][/for][/for]
13 | [/file]
14 | [/template]
15 |
--------------------------------------------------------------------------------
/wiki/RosBridge.wiki:
--------------------------------------------------------------------------------
1 | #summary RosBridge is a socket and web-socket access to ROS.
2 |
3 | = Introduction =
4 |
5 | Rosbridge allows dynamic socket and web-socket based access to the full capabilities of ROS. A lightweight binding to Javascript for websocket-capable web browsers is included (ros.js), but access from any language supporting sockets and JSON is easy.
6 |
7 |
8 | = Details =
9 |
10 | Version 1.0 is deprecated.
--------------------------------------------------------------------------------
/wiki/Video.wiki:
--------------------------------------------------------------------------------
1 | =Video=
2 |
3 |
4 |
5 | [http://www.youtube.com/watch?v=cVuTH-KwDqA youtu.be/cVuTH-KwDqA]
6 |
7 | In the video the [http://nootrix.com/downloads/ NooTrix] ROS Fuerte pre-installed virtualbox was used.
--------------------------------------------------------------------------------