RosSharpRosBridgeClient.ROS1
2.0.0
Siemens.RosSharp.RosBridgeClient.ROS1
Additional DetailsChanged namespace
dotnet add package RosSharpRosBridgeClient.ROS1 --version 2.0.0
NuGet\Install-Package RosSharpRosBridgeClient.ROS1 -Version 2.0.0
<PackageReference Include="RosSharpRosBridgeClient.ROS1" Version="2.0.0" />
paket add RosSharpRosBridgeClient.ROS1 --version 2.0.0
#r "nuget: RosSharpRosBridgeClient.ROS1, 2.0.0"
// Install RosSharpRosBridgeClient.ROS1 as a Cake Addin #addin nuget:?package=RosSharpRosBridgeClient.ROS1&version=2.0.0 // Install RosSharpRosBridgeClient.ROS1 as a Cake Tool #tool nuget:?package=RosSharpRosBridgeClient.ROS1&version=2.0.0
Overview
ROS# is a set of open-source software libraries and tools in C# for communicating with ROS from .NET applications, in particular Unity. With ROS#, developers can effortlessly create .NET applications that communicate with ROS nodes, subscribe to and publish topics, handle actions and services, and interact with ROS messages. This enables the development of robotics applications, simulations, and automation systems within the .NET ecosystem.
<div style="text-align: center;"> <img src="https://github.com/siemens/ros-sharp/wiki/img/Home_RosSharp_arch.png" alt="ROS# Architecture" style="padding-top: 5px; padding-bottom: 5px; width: 100%; height: 100%;"> </div>
Here are some showcases illustrating what can be done with ROS#. The community provided various other application examples for ROS# here.
<div style="text-align: center;"> <img src="https://github.com/siemens/ros-sharp/wiki/img/Home_RosSharp_showcase.png" alt="ROS# Showcase" style="padding-top: 5px; padding-bottom: 5px; width: 100%; height: 100%;"> </div>
Installation
ROS# can be used with Unity Engine and/or with any compatible .NET project, see platform support and external dependencies.
For Unity Integration: Unity Package Manager
- In Unity Package Manager, click the "Add package from git URL" option at the top left corner.
- Paste the following URL: https://github.com/siemens/ros-sharp.git?path=/com.siemens.ros-sharp <img src="https://github.com/siemens/ros-sharp/wiki/img/User_Inst_InstallationROS_sharp_From_GitCombined.png" alt="ROS# Package Install from Git" style="padding-top: 10px; padding-bottom: 0px; width: 90%; height: 100%;">
For more installation options, detailed instractions, and getting started see wiki: Installing and Configuring ROS# for Unity.
For .NET Projects: NuGet Gallery
- Head to the NuGet page.
- Install the required packages individually from NuGet.
For more installation options, detailed instractions, and getting started see wiki: Installing and Configuring ROS# for .NET.
Platform Support
- The ROS# dependencies require .NET 8 and Visual Studio 2022 or higher.
- The Unity package has been developed with Unity Version 2022.3.17f1 (LTS) and should also be compatible with older versions.
For Unity versions below 2022.3: See wiki.
Repository Structure
Below is an overview of the main directories and their purposes:
com.siemens.ros-sharp/
: Contains the custom Unity UPM package for integrating ROS# into Unity projects. The package includes the whole ROS# .NET solution, as well as Unity specific scripts, external dependencies, and samples. This folder follows a planned layout as Unity recommends.Runtime/
: Core ROS# .NET scripts and components for Unity integration.Editor/
: Unity specific editor scripts for mainly UI extensions.Plugins/
: External dependencies with specific versions.Samples~/
: Example samples that need to be imported through the package manager window. For more info about example scenes and reference code, see wiki.
Libraries/
: .NET solution containing the core ROS# libraries and tools for communicating with ROS.RosBridgeClient/
: Core ROS# .NET library for communicating with ROS via websockets.MessageGeneration/
: Tools for generating C# classes from ROS message definitions, including messages, actions, and services with both ROS1/2 support.Urdf/
: Library for parsing URDF files and creating Unity GameObjects.PostBuildEvents/
: OS specific post build scripts. Please see post build events for more information.
ROS Packages/
: ROS packages that are used by ROS# for tutorial, testing and demonstration purposes.
Further Info
- Read the Wiki
- External Dependencies
- Project Team, Contributors and Acknowledgements
- Contact the Project Team
© Siemens AG, 2017-2024
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- System.Data.DataSetExtensions (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Encodings.Web (>= 8.0.0)
- System.Text.Json (>= 8.0.5)
- System.Threading.Channels (>= 8.0.0)
- WebSocketSharp-netstandard (>= 1.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.0.0 | 83 | 10/30/2024 |