Robotics-Nav2-SLAM-Example icon indicating copy to clipboard operation
Robotics-Nav2-SLAM-Example copied to clipboard

An example project which contains the Unity components necessary to complete Navigation2's SLAM tutorial with a Turtlebot3, using a custom Unity environment in place of Gazebo.

Results 28 Robotics-Nav2-SLAM-Example issues
Sort by recently updated
recently updated
newest added

Thanks for your excellent contribution! Now we have finished the example of Robotics-Nav2-SLAM, and we want to drive a real turtlebot3(burger)in an empty place using SLAM in Unity, and navigate...

**Nav2SLAMExampleProject**: I get the following error while using ROS2 natively (w/o docker) and latest Unity editor 2022.3.33f1: 'Library/PackageCache/[email protected]/Runtime/GroundTruth/RenderPasses/CrossPipelinePasses/GroundTruthCrossPipelinePass.cs(55,19): error CS0246: The type or namespace name 'RendererListDesc' could not be found...

Is there any way to spawn multiple turtlebots in this scene and publish their tf and topics with a namespace like tb3_0,tb3_1,...?

In my unity editor, compilation error Library/PackageCache/com.unity.simulation.capture@139a320466ac/Runtime/SRPSupport.cs(242,32): error CS0619: 'ScriptableRenderer.cameraColorTarget' is obsolete: 'Use cameraColorTargetHandle' Library/PackageCache/com.unity.simulation.capture@139a320466ac/Runtime/SRPSupport.cs(272,32): error CS0619: 'ScriptableRenderer.cameraDepthTarget' is obsolete: 'Use cameraDepthTargetHandle' Any help? Thanks!

I am using the unity version listed in ProjectVersion.txt(2020.3.11f1) to open the example project; however, the project opens with compilation errors and prompts to enter safe mode. A screenshot of...

i just imported robot model from my urdf file and added lidar sensor from turtlebot3. finally,play Unity but 'map_update' was not worked. ![image](https://github.com/user-attachments/assets/dbbed87b-1b6a-4cc9-a058-972fbcc17960) i want to make a map with...

i updated Dockerfile to make it works

I try to run the demo, but meet this problem. I find manifest.json and install the packages manually because of network, such as com.unity.robotics.warehouse. However, there is only com.unity.robotics.warehouse.base at...