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 Can I move the base of the robot?

Discussion in 'Robotics' started by agru, Jan 28, 2022.

  1. agru

    agru

    Joined:
    Jul 6, 2020
    Posts:
    13
    I want to put my robot on a movable object but I have the Immovable tag enabled on the base_link. Is there a way to move the object with the Robot attached?
     
  2. vidurVij-Unity

    vidurVij-Unity

    Unity Technologies

    Joined:
    Feb 26, 2020
    Posts:
    8
    To move the rigid body you need to use Physics APIs to move the articulation body. Is the base is immovable the robot will not move. You can follow this project https://github.com/Unity-Technologies/Robotics-Find-and-Ferry to see how it can be achieved.
    You would need either a RigidBody or Articulation Body base to move the robot.
     
  3. Ivan_br

    Ivan_br

    Joined:
    Nov 10, 2015
    Posts:
    29
    Hi @vidurVij-Unity, the Robotics Find and Ferry github project you linked does not seem to be available. The website shows a 404 - page not found - error.
     
  4. vidurVij-Unity

    vidurVij-Unity

    Unity Technologies

    Joined:
    Feb 26, 2020
    Posts:
    8