浏览代码

Amanda/tutorial updates (#95)

* Feedback: Part 1 scene name

* Update ArticulationBody links to manual

* Quick demo scripts > Assets/DemoScripts
/devin-main-fix
GitHub 3 年前
当前提交
7e02eee2
共有 5 个文件被更改,包括 5 次插入5 次删除
  1. 4
      faq.md
  2. 4
      tutorials/pick_and_place/1_urdf.md
  3. 2
      tutorials/pick_and_place/3_pick_and_place.md
  4. 0
      /tutorials/pick_and_place/PickAndPlaceProject/Assets/DemoScripts
  5. 0
      /tutorials/pick_and_place/PickAndPlaceProject/Assets/DemoScripts.meta

4
faq.md


---
Two of the Unity Robotics repos (URDF Importer and TCP Connector) have been forked from the Siemens ROS# repo.
In the URDF Importer we have added the functionality to instantiate a robot from URDF into a Unity scene with [Articulation Body](https://docs.unity3d.com/2020.1/Documentation/ScriptReference/ArticulationBody.html) components on their corresponding joints.
In the URDF Importer we have added the functionality to instantiate a robot from URDF into a Unity scene with [Articulation Body](https://docs.unity3d.com/2020.2/Documentation/Manual/class-ArticulationBody.html) components on their corresponding joints.
Aside from facilitating communication with the TCP Endpoint, the TCP Connector contains the `MessageGeneration` code from ROS#. We added the extra functionality that when generating a C# class from a ROS message, functions are also generated that will serialize and deserialize the messages as ROS would internally.

I don't see an option to Import Robot from URDF, or I have compile errors upon importing the URDF-Importer.
---
The [ArticulationBody](https://docs.unity3d.com/2020.2/Documentation/ScriptReference/ArticulationBody.html) has dependencies on Unity Editor versions [2020.2.0](https://unity3d.com/unity/whats-new/2020.2.0)+. Try updating your project to the latest 2020.2 release.
The [ArticulationBody](https://docs.unity3d.com/2020.2/Documentation/Manual/class-ArticulationBody.html) has dependencies on Unity Editor versions [2020.2.0](https://unity3d.com/unity/whats-new/2020.2.0)+. Try updating your project to the latest 2020.2 release.
# Can't find what you're looking for?
Connect directly with the Robotics team at [unity-robotics@unity3d.com](mailto:unity-robotics@unity3d.com)!

4
tutorials/pick_and_place/1_urdf.md


1. Click the newly added project to open it.
1. Unity should open the project to a scene titled `EmptyScene`. If it did not, you can find it in the Project window in the Assets/Scenes directory, and double-click to open it now.
1. In Unity, double click to open the `Assets/Scenes/EmptyScene` scene if it is not already open.
> Note: If you have some experience with Unity and would like to skip the scene setup portion, you can open the scene named `TutorialScene` now and skip ahead to [Setting up the robot](#setting-up-the-robot).
> Note: Only one Unity scene should be open at a time. If you see multiple scenes open in the Hierarchy view, double-click the desired scene, e.g. `Assets/Scenes/EmptyScene`, to open it and close the other scenes.

## Resources
- More on the URDF Importer tool [here](https://github.com/Unity-Technologies/URDF-Importer)
- Unity [Articulation Body Documentation](https://docs.unity3d.com/2020.1/Documentation/ScriptReference/ArticulationBody.html)
- Unity [Articulation Body Manual](https://docs.unity3d.com/2020.2/Documentation/Manual/class-ArticulationBody.html)
- For an introduction to Unity, check out the [Roll-a-Ball tutorial](https://learn.unity.com/project/roll-a-ball)
---

2
tutorials/pick_and_place/3_pick_and_place.md


## Resources
- [MoveIt!](https://github.com/ros-planning/moveit)
- Unity [Articulation Body Documentation](https://docs.unity3d.com/2020.1/Documentation/ScriptReference/ArticulationBody.html)
- Unity [Articulation Body Manual](https://docs.unity3d.com/2020.2/Documentation/Manual/class-ArticulationBody.html)
---

/tutorials/pick_and_place/PickAndPlaceProject/Assets/Scripts → /tutorials/pick_and_place/PickAndPlaceProject/Assets/DemoScripts

/tutorials/pick_and_place/PickAndPlaceProject/Assets/Scripts.meta → /tutorials/pick_and_place/PickAndPlaceProject/Assets/DemoScripts.meta

正在加载...
取消
保存