Unity-Robotics-Hub icon indicating copy to clipboard operation
Unity-Robotics-Hub copied to clipboard

Central repository for tools, tutorials, resources, and documentation for robotics simulation in Unity.

Results 49 Unity-Robotics-Hub issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Calling a ROS2 service of type `std_srvs/srv/Trigger` will crash the `default_server_endpoint` Node **To Reproduce** Steps to reproduce the behavior: 1. Start a ROS2 Node that has a...

**Describe the bug** I follow the instruction to set up the docker and unity. However, when I hit play, I cannot build the connection. In unity, it reports "Connection to...

Describe the bug A fresh Unity project with imported URDF package builds an sln does throws errors and can't be used to deploy in Hololens 2. After building in Unity,...

When i import the urdf with urdf-importer, the color lost ![3f258d1d4b34c5ac65314bf0954cc0cb](https://github.com/Unity-Technologies/Unity-Robotics-Hub/assets/89757047/6d98e0ad-c11d-4472-a3d2-09f93d8c7bd6) ![5beaac61f391bc2c5b260bd162bf284c](https://github.com/Unity-Technologies/Unity-Robotics-Hub/assets/89757047/bd87934f-04bc-4781-974c-d4158a6b5cf1) ![bb9da804214d28359d66b9c0379fbac6](https://github.com/Unity-Technologies/Unity-Robotics-Hub/assets/89757047/246be7c1-c3db-4bd7-ac77-d91316e840ef) ![f7752369de64ee978b7bb7b9601b225b](https://github.com/Unity-Technologies/Unity-Robotics-Hub/assets/89757047/a3d4bca8-ce7f-4513-9189-2771b2f16f0c)

[INFO] [1716546449.579505198] [UnityEndpoint]: Connection from 172.16.46.161 [INFO] [1716546449.691776483] [UnityEndpoint]: RegisterSubscriber(/tf, ) OK [INFO] [1716546449.695356486] [UnityEndpoint]: Disconnected from 172.16.46.161 Exception in thread Thread-2: Traceback (most recent call last): File "/opt/ros/humble/local/lib/python3.10/dist-packages/rosidl_generator_py/import_type_support_impl.py", line...

**Is your feature request related to a problem? Please describe.** For simulating a long and asynchronous task such as navigating to a waypoint, ROS action is very useful, especially for...

i have started `sudo docker run -it --rm -p 10000:10000 noetic /bin/bash` comand as following tutorial said [ros_unity_integration](https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/main/tutorials/ros_unity_integration/setup.md) ros connection connecting but gives no module found error. [INFO] [1720382717.236804]: Starting...

The ROSTCPConnector and Endpoint do not seem to have support for unsubscribing or unadvertising topics while the game is running. This functionality is needed in more dynamic setups, where for...