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

## Proposed change(s) Delete the extra bracket in the example. ### Types of change(s) - [ ] Bug fix - [ ] New feature - [ ] Code refactor -...

Hi everyone, I am very new to I'm really sorry to open a new issue even though there is a closed issue that I would like to refer but I...

**Description of the bug** Publishing the example `PosRot` message from the `unity_robotics_demo_msgs` package using ROS2 gives warning log. **To Reproduce** Steps to reproduce the behavior: 1. Run up ros_tcp_endpoint version...

As I know currently communication between ROS and Unity is done by TCP which is exactly same as ROS communication itself. Partially, ROS supports UDP as well but not widely...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Use local coordinates for the target and target placement game objects instead of the global ones. These remain constant if you parent the table, robot and markers in order to...

**Describe the bug** I have been running into some issues trying to simulate joint movement in our mobile robot, built with the URDF importer. I am moving the robot by...

Hi guys, First of all it is needed to sey that I am new to programming with just some basic knowledge in C#, Python and C++. I am working on...

Hi, because the examples of part 2 and part 3 are all control the robot using IK, I wonder that if I can control the robot using FK (like create...

Hi , I follow the tutorials to set PickAndPlaceProject ,and build WebGL. tutorials link: https://github.com/Unity-Technologies/Unity-Robotics-Hub/tree/main/tutorials/pick_and_place. After set "Pick-and-Place Tutorial: Part 2", there is no error if play the scene, but...