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 23 Robotics-Nav2-SLAM-Example issues
Sort by recently updated
recently updated
newest added

Hi, When I open the project, a window pops up **(compilation errors)**: ![Screenshot from 2022-08-15 22-42-43](https://user-images.githubusercontent.com/65186462/184658088-dd681f30-6dbc-42ea-9bd1-a318ecdd3991.png) I'd like to choose "Ignore" and then open the project successfully. But there are...

While running _docker build -t_- as instructed [here](https://github.com/Unity-Technologies/Robotics-Nav2-SLAM-Example/blob/main/readmes/dev_env_setup.md) in Powershell I get the following error message: ``` > docker build -t unity-robotics:nav2-slam-example ./ > [+] Building 4.9s (7/13) > =>...

When I start ROS node , running `ros2 launch unity_slam_example unity_slam_example.py`, and enter Unity play mode, no communication is initiated. The Rviz map doesn't fill and the arrows on the...

Hi, I'm ruuning the Nav2 + slam_toolbox Example, and I'm at "[Start RViz in the Docker container" - "(Optional) Launching ROS2 components manually" stage.](https://github.com/Unity-Technologies/Robotics-Nav2-SLAM-Example/blob/main/readmes/run_example.md#optional-launching-ros2-components-manually) After I **$ _source ros2_docker/colcon_ws/install/local_setup.bash_**(or $...

I have run the command ```bash sudo docker run -it --rm -p 6080:80 -p 10000:10000 --shm-size=1024m unity-robotics:nav2-slam-example ``` in my terminal, but got this: ```bash * enable custom user: rosdev...

rosdep was not installing nav2_bringup and other required packages because it skips getting package lists for EOL distros.

Hello, I just can't build the docker and always get the following error: 0.255 Executing: /tmp/apt-key-gpghome.h5zo4KlEsf/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654 0.457 gpg: CRC error; 14C720 - 6C9712 0.457 gpg: read_block:...

As the title described,the SimpleWarehouseScene is green when I open it in the Editor,but I didn't change any configuration of the project: ![image](https://user-images.githubusercontent.com/53631206/208683550-617e7e31-f435-4acd-b4a5-9c9e1c4daef5.png) So does anyone know why this happens...

Hi I want to change topic names. I changed topic names on Unity like in below image. However when I opened Rviz or check topic names, the topic name is...

Hi, I am publishing an image via the ros tcp endpoint. In the Unity editor the picture shows up with no problem. But when I build the project, the image...