Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    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.