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

Export turtlebot3 from NavSlam project

Discussion in 'Robotics' started by jaspecremers, Nov 5, 2021.

  1. jaspecremers

    jaspecremers

    Joined:
    Aug 28, 2021
    Posts:
    1
    What would be the correct way to export the turtlebot3 of the Nav2Slam project into our own project? I'm having some issues with the imported turtlebot after exporting it as a prefab.

    The AGVController isn't working the same. In our project the turtlebot can't be moved with the keyboard inside Unity. When connecting with turtle_teleop_key it only moves backwards (left, right and forward inputs do nothing). Both ways of moving work perfectly fine in the Nav2Slam project.
     
    Last edited: Nov 5, 2021
  2. peifeng-unity

    peifeng-unity

    Unity Technologies

    Joined:
    Mar 30, 2020
    Posts:
    6
    Hi, the turtlebot in Nav2Slam has some tunings about the frictions of the wheels and casters. If you need to export the turtlebot3 of the Nav2Slam and use it in another project, the most recommended way is to use Unity prefabs. Here is a reference about how to create a prefab file in Unity.