All Projects → Unity-Technologies → ROS-TCP-Connector

Unity-Technologies / ROS-TCP-Connector

Licence: Apache-2.0 License
No description or website provided.

Programming Languages

C#
18002 projects
ShaderLab
938 projects

Projects that are alternatives of or similar to ROS-TCP-Connector

Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+288.62%)
Mutual labels:  robot, robotics, simulation, ros
Ros Academy For Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Stars: ✭ 861 (+600%)
Mutual labels:  robot, robotics, simulation, ros
Webots
Webots Robot Simulator
Stars: ✭ 1,324 (+976.42%)
Mutual labels:  robot, robotics, simulation, ros
Robotics-Warehouse
A warehouse environment for robotics simulation in Unity.
Stars: ✭ 17 (-86.18%)
Mutual labels:  simulation, robotics-simulation, unity-robotics, robotics-development
URDF-Importer
URDF importer
Stars: ✭ 135 (+9.76%)
Mutual labels:  robot, robotics-simulation, unity-robotics, robotics-development
smart grasping sandbox
A public sandbox for Shadow's Smart Grasping System
Stars: ✭ 69 (-43.9%)
Mutual labels:  robotics, simulation, ros
Ev3dev Lang Java
A project to learn Java and create software for Mindstorms Robots using hardware supported by EV3Dev & the LeJOS way.
Stars: ✭ 79 (-35.77%)
Mutual labels:  robot, robotics, ros
Rvd
Robot Vulnerability Database. An archive of robot vulnerabilities and bugs.
Stars: ✭ 87 (-29.27%)
Mutual labels:  robot, robotics, ros
Virtual-Robot-Challenge
How-to on simulating a robot with V-REP and controlling it with ROS
Stars: ✭ 83 (-32.52%)
Mutual labels:  robot, simulation, ros
Grl
Robotics tools in C++11. Implements soft real time arm drivers for Kuka LBR iiwa plus V-REP, ROS, Constrained Optimization based planning, Hand Eye Calibration and Inverse Kinematics integration.
Stars: ✭ 105 (-14.63%)
Mutual labels:  robot, robotics, ros
Awesome Robotic Tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Stars: ✭ 1,876 (+1425.2%)
Mutual labels:  robot, robotics, ros
Articulations Robot Demo
Stars: ✭ 145 (+17.89%)
Mutual labels:  robot, robotics, simulation
Weloveinterns
中科院软件所智能软件中心实习生社区
Stars: ✭ 143 (+16.26%)
Mutual labels:  robot, robotics, ros
erwhi-hedgehog
Erwhi Hedgehog main repository
Stars: ✭ 31 (-74.8%)
Mutual labels:  robot, robotics, ros
Fourth robot pkg
4号機(KIT-C4)用リポジトリ
Stars: ✭ 7 (-94.31%)
Mutual labels:  robot, robotics, ros
Robotics setup
Setup Ubuntu 18.04, 16.04 and 14.04 with machine learning and robotics software plus user configuration. Includes ceres tensorflow ros caffe vrep eigen cudnn and cuda plus many more.
Stars: ✭ 110 (-10.57%)
Mutual labels:  robot, robotics, ros
Hexapod
Blazing fast hexapod robot simulator for the web.
Stars: ✭ 370 (+200.81%)
Mutual labels:  robot, robotics, simulation
Unity Robotics Hub
Central repository for tools, tutorials, resources, and documentation for robotics simulation in Unity.
Stars: ✭ 439 (+256.91%)
Mutual labels:  robot, simulation, ros
Dolly
🤖🐑 It's a sheep, it's a dolly, it's a following robot. Dolly was born to be cloned.
Stars: ✭ 113 (-8.13%)
Mutual labels:  robot, robotics, ros
Rosnodejs
Client library for writing ROS nodes in JavaScript with nodejs
Stars: ✭ 145 (+17.89%)
Mutual labels:  robot, robotics, ros

ROS TCP Connector

Version License ROS ROS Unity


We're currently working on lots of things! Please take a short moment fill out our survey to help us identify what products and packages to build next.


Introduction

This repository contains two Unity packages: the ROS TCP Connector, for sending/receiving messages from ROS, and the Visualizations Package, for adding visualizations of incoming and outgoing messages in the Unity scene.

Installation

  1. Using Unity 2020.2 or later, open the Package Manager from Window -> Package Manager.

  2. In the Package Manager window, find and click the + button in the upper lefthand corner of the window. Select Add package from git URL....

    image

  3. Enter the git URL for the desired package. Note: you can append a version tag to the end of the git url, like #v0.4.0 or #v0.5.0, to declare a specific package version, or exclude the tag to get the latest from the package's main branch.

    1. For the ROS-TCP-Connector, enter https://github.com/Unity-Technologies/ROS-TCP-Connector.git?path=/com.unity.robotics.ros-tcp-connector.
    2. For Visualizations, enter https://github.com/Unity-Technologies/ROS-TCP-Connector.git?path=/com.unity.robotics.visualizations.
  4. Click Add.

To install from a local clone of the repository, see installing a local package in the Unity manual.

Tutorials

This Unity package provides four main features:

  • ROSConnection: A component that sets up communication between ROS and Unity. See the Unity Robotics Hub for information and tutorials.

  • Message Generation: A tool to generate C# classes for ROS message types.

  • Visualizations: A suite of default configurations and APIs to visualize incoming and outgoing information from ROS.

    • See the Nav2 SLAM Example for tutorials on using the Visualizations Package!
    • You can also view the package's Usage Information for more details on using the package in your own project.
  • ROSGeometry: A set of extensions that convert geometries between Unity and other coordinate frames.

ROS#

Special thanks to the Siemens ROS# Project Team for driving the ROS-Unity Integration Open Source since 2017.

Community and Feedback

The Unity Robotics projects are open-source and we encourage and welcome contributions. If you wish to contribute, be sure to review our contribution guidelines and code of conduct.

Support

For questions or discussions about Unity Robotics package installations or how to best set up and integrate your robotics projects, please create a new thread on the Unity Robotics forum and make sure to include as much detail as possible.

For feature requests, bugs, or other issues, please file a GitHub issue using the provided templates and the Robotics team will investigate as soon as possible.

For any other questions or feedback, connect directly with the Robotics team at [email protected].

License

Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].