Robotics on WSL2 using ROS, Docker and Unity 3D (Part II)

This page summarizes the projects mentioned and recommended in the original post on dev.to

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. ros-sharp

    ROS# is a set of open source software libraries and tools in C# for communicating with ROS from .NET applications, in particular Unity3D

    There are several ways of using Unity for robotics. Robotics for Unity is a new field and support is still custom made. Most of the applications out there are proprietary software created by private companies and not easily accessible or configurable by others. ROS support has been recently introduced by Unity itself, and it is a fork from a previous library from Siemens' RosSharp. In my setup, I used the Unity ROS library which works with the latest ArticulationBody types.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. unity_moveit_manager

    MoveIt plugin to communicate with Unity 3D

    unity_connector_manager.cpp which sends the trajectory to Unity after calling execute() on a planned MoveIt! trajectory.

  4. unity_moveit_connector

    Unity script which acts as controller for Unity ArticulationBody robotics arms for a ROS moveit instance.

    Here we setup a script to control Unity's ArticulatedBody objects with MoveIt! messages from ROS. I have uploaded the script in this repository https://github.com/szandara/unity_moveit_connector/blob/master/Editor/ROSMoveItControllerGeneric.cs

  5. unity_reachy_tutorial

    Tutorial to run reachy on unity

    zandara@XXX:$ cd ~ zandara@XXX:$ mkdir unity_demo zandara@XXX:$ cd unity_demo zandara@XXX:$ git clone https://github.com/szandara/unity_reachy_tutorial zandara@XXX:$ cd unity_reachy_tutorial

  6. moveit

    :robot: The MoveIt motion planning framework

    For this demo project I have chosen a cute robotic manipulator which is open sourced. To use a robot with ROS in Unity you need an existing URDF (robot file descriptor) which is usually shipped by the robot manufacturer. In specific I have decided to work on a static robotic manipulator and operate it with MoveIt!.

  7. reachy_description_ros1

    Fork of Reachy URDF ROS1 version for back compatible tutorial

    zandara@XXX:$ cd src zandara@XXX:$ git clone https://github.com/szandara/reachy_description_ros1 zandara@XXX:$ git clone https://github.com/pollen-robotics/reachy_moveit_config

  8. ROS-TCP-Connector

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do you synchronize a ROS robots movement in Unity Multiplayer?

    1 project | /r/ROS | 7 May 2022
  • Help! Meet problems about connecting the ros with unity based on ros sharp

    5 projects | /r/ROS | 9 Apr 2022
  • ROS 2 and simulation in Unity3D

    3 projects | /r/ROS | 15 Feb 2023
  • Mixed reality game using ROS and Unity [Update 1]

    3 projects | /r/robotics | 30 Jul 2022
  • Webots: Open-Source Robot Simulator

    1 project | news.ycombinator.com | 7 Apr 2025

Did you know that C# is
the 10th most popular programming language
based on number of references?