Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Robotic Arm Teleoperation in Unity

Discussion in 'Robotics' started by alimardanov, Jul 22, 2022.

  1. alimardanov

    alimardanov

    Joined:
    May 7, 2020
    Posts:
    6
    Hello!

    I checked the PickAndPlace tutorial. I want to control my robot end-point with a haptic device (Vector3). The haptic device is connected to Unity and sends its position at high rates. Is there any way to make the robot follow the haptic device's point? We have tried HybridIK in Unity but it is not smooth and hard to use with articulation bodies. MoveIt with ROS seems to give better robot motion.
    Any resources or guides on how to do this would be really helpful.