您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
GitHub a947213e Remove ROS2 Beta Mentions (#272) 3 年前
.github Merge Dev to Main for release 0.4.0 (#241) 3 年前
.yamato Merge v0.5.0 (#260) 3 年前
images Merge pull request #100 from Unity-Technologies/origin/dev 3 年前
tutorials Remove ROS2 Beta Mentions (#272) 3 年前
.editorconfig Merge Dev to Main for release 0.4.0 (#241) 3 年前
.gitignore Merge v0.5.0 (#260) 3 年前
.pre-commit-config.yaml Merge Dev to Main for release 0.4.0 (#241) 3 年前
CHANGELOG.md Merge v0.5.0 (#260) 3 年前
CODE_OF_CONDUCT.md Version 0.3.0 (#208) 3 年前
CONTRIBUTING.md Merge Dev to Main for release 0.4.0 (#241) 3 年前
LICENSE Version 0.3.0 (#208) 3 年前
README.md Remove ROS2 Beta Mentions (#272) 3 年前
Third Party Notices.md Merge v0.5.0 (#260) 3 年前
faq.md Remove ROS2 Beta Mentions (#272) 3 年前

README.md

Unity Robotics Hub

Version License ROS ROS ROS Unity

This is a central repository for tools, tutorials, resources, and documentation for robotic simulation in Unity.

The contents of this repository are in active development. Its features and API are subject to significant change as development progresses.

Introduction

Simulation plays an important role in robotics development, and we’re here to ensure that roboticists can use Unity for these simulations. We're starting off with a set of tools to make it easier to use Unity with existing ROS-based workflows. Try out some of our samples below to get started quickly.

Getting Started

Quick Installation Instructions

Brief steps on installing the Unity Robotics packages.

Pick-and-Place Demo

A complete end-to-end demonstration, including how to set up the Unity environment, how to import a robot from URDF, and how to set up two-way communication with ROS for control.

[New!] Object Pose Estimation Demo

A complete end-to-end demonstration in which we collect training data in Unity and use that data to train a deep neural network to predict the pose of a cube. This model is then deployed in a simulated robotic pick-and-place task.

Articulations Robot Demo

A robot simulation demonstrating Unity's new physics solver (no ROS dependency).

Documentation

Tutorial Description
ROS–Unity Integration A set of component-level tutorials showing how to set up communication between ROS and Unity
URDF Importer Steps on using the Unity package for loading URDF files

Component Repos

Repo Functionality
ROS TCP Endpoint ROS node for sending/receiving messages from Unity
ROS TCP Connector Unity package for sending/receiving messages from ROS
URDF Importer Unity package for loading URDF files

Additional Resources

Blog Posts and Talks

  • [New!] (March 2, 2021) Teaching robots to see with Unity blog post
  • (November 19, 2020) Robotics simulation in Unity is as easy as 1, 2, 3! blog post
  • (November 12, 2020) Unite Now 2020: Simulating Robots with ROS and Unity video
  • (August 26, 2020) Announcing Unity Robotic Simulation blog post
  • (May 20, 2020) Use articulation bodies to easily prototype industrial designs with realistic motion and behavior blog post

More from Unity

New Physics Features in Unity

New Features

  • Contact Modification API This API will allow users to define custom contact reactions, such as ignoring subsets of contact points, in order to help simulate holes, slippery surfaces, soft contacts, and more. It is available in Unity versions 2021.2a12+. Read more about the new Contact Modification API.
  • Collision detection modes exposed for ArticulationBody: discrete, sweep-based CCD, and speculative CCD. New continuous collision detection (CCD) modes will ensure that fast-moving objects collide with objects, instead of tunneling or passing through those objects, which can happen in the default “discrete” mode. This API is available in Unity versions 2020.3.5f1+. Read more about continuous collision detection.

Coming Soon

Here’s a peek into what our Physics Team is hard at work on…

  • Wheel Collider shapes. This feature will allow the user to specify the shape of the collider to be used for collision detection. Currently the collider shape is fixed to a cylinder, and collision detection is performed by casting a ray from the center of the cylinder. Custom shapes will improve the accuracy of simulating wheels over rough terrains, holes, etc. Read more about Wheel Collider.
  • Force/Torque Sensor API. This API will allow users to get the force and torque acting on an articulation body (useful for simulating a force/torque sensor!), as well as to get the motor torque applied by an articulation drive.
  • Query primitives. These simple, GameObject-less shapes allow for collision detection without requiring simulation (i.e., without calling Physics.Simulate). This feature will allow users to initialize objects in feasible locations, and can also be used for motion planning.

[New!] ROS 2

ROS2 support is now available! You can get started by following this tutorial.

FAQs

FAQs

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 unity-robotics@unity3d.com.

Newsletter

To get notified about new updates and features, sign up for our newsletter!

License

Apache License 2.0