All Projects → Unity-Technologies → URDF-Importer

Unity-Technologies / URDF-Importer

Licence: Apache-2.0 license
URDF importer

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to URDF-Importer

ROS-TCP-Connector
No description or website provided.
Stars: ✭ 123 (-8.89%)
Mutual labels:  robot, robotics-simulation, unity-robotics, robotics-development
Robotics-Warehouse
A warehouse environment for robotics simulation in Unity.
Stars: ✭ 17 (-87.41%)
Mutual labels:  robotics-simulation, unity-robotics, robotics-development
Robotics-Object-Pose-Estimation
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.
Stars: ✭ 153 (+13.33%)
Mutual labels:  urdf, robotics-simulation
idyntree
Multibody Dynamics Library designed for Free Floating Robots
Stars: ✭ 109 (-19.26%)
Mutual labels:  robot, urdf
urdf-rs
URDF parser using serde-xml-rs for rust
Stars: ✭ 21 (-84.44%)
Mutual labels:  robot, urdf
community-projects
Webots projects (PROTO files, controllers, simulation worlds, etc.) contributed by the community.
Stars: ✭ 20 (-85.19%)
Mutual labels:  robot, robotics-simulation
rcj-soccer-sim
The RoboCupJunior Soccer Simulator, based on Webots
Stars: ✭ 16 (-88.15%)
Mutual labels:  robot, robot-simulation
kinpy
Simple kinematics calculation toolkit for robotics
Stars: ✭ 48 (-64.44%)
Mutual labels:  robot, urdf
backend
Python backend exposing an API to control, configure and program CoderBot.
Stars: ✭ 35 (-74.07%)
Mutual labels:  robot
webots ros
Webots ROS package
Stars: ✭ 73 (-45.93%)
Mutual labels:  robot
sawyer robot
Sawyer-specific components for the Sawyer robot for use with the intera_sdk.
Stars: ✭ 39 (-71.11%)
Mutual labels:  robot
lego-mindstorms-51515-jetson-nano
Combines the LEGO Mindstorms 51515 with the NVIDIA Jetson Nano
Stars: ✭ 31 (-77.04%)
Mutual labels:  robot
Swarmathon-Robot
Everything you need to build a Swarmathon Robot.
Stars: ✭ 13 (-90.37%)
Mutual labels:  robot
dynamixel-workbench
ROS packages for Dynamixel controllers, msgs, single_manager, toolbox, tutorials
Stars: ✭ 91 (-32.59%)
Mutual labels:  robot
raspi-chatrobot
基于树莓派的微信机器人
Stars: ✭ 33 (-75.56%)
Mutual labels:  robot
Balance-Bot
A two-wheel self-balancing robot based on the ATmega2560 micro-controller.
Stars: ✭ 33 (-75.56%)
Mutual labels:  robot
rgbd person tracking
R-GBD Person Tracking is a ROS framework for detecting and tracking people from a mobile robot.
Stars: ✭ 46 (-65.93%)
Mutual labels:  robot
mqr
茉莉QQ机器人(简称MQR),采用mirai的Android协议实现的QQ机器人服务,通过web控制机器人的启停和配置。
Stars: ✭ 71 (-47.41%)
Mutual labels:  robot
Capricorn
提供强大的NLP能力, low-code实现chatbot
Stars: ✭ 14 (-89.63%)
Mutual labels:  robot
RobotCreator
FreeCAD Workbench for URDF & SDF and Gazebo
Stars: ✭ 43 (-68.15%)
Mutual labels:  urdf

URDF Importer

Version License 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

URDF Importer allows you to import a robot defined in URDF format in a Unity scene. URDF defines the geometry, visual meshes, kinematic and dynamic attributes of a Robot. Importer parses a URDF file and imports it into Unity using PhyX 4.0 articulation bodies.

Using the Package

Adding the URDF package

  1. Open the Package Manager from Unity Menu. Click Window -> Package Manager. A new package manager window will appear.

  2. Click on the + sign on the top left corner of the package manager window and click on Add Package from Git URL.

  1. Enter the git URL for the URDF Importer with the latest version tag (currently v0.5.2) https://github.com/Unity-Technologies/URDF-Importer.git?path=/com.unity.robotics.urdf-importer#v0.5.2 in the text box and press Enter.

  2. Click Import URDF.

Importing the robot using URDF file

  1. Copy the URDF and the associated files in the assets folder in the Project window. Make sure the location of the mesh files is correct.

  2. Right Click on the URDF file and click Import Robot from Selected URDF file.

  1. A window will appear with the Import settings for the Robot. First setting mentions the orientation of the mesh files. The second setting is used to select the algorithm to be used in Collision mesh Decomposition. For more information click here

  1. Click Import URDF

Tutorials

Instructions for using URDF importer can be found here.

ROS#

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

This repo is a fork of ROS# and was a great starting point for our development.

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].