turtlebot / turtlebot4_simulator

TurtleBot 4 Simulator packages
Apache License 2.0
68 stars 41 forks source link

Lidar range in ign gazebo is small affecting mapping and localization #54

Closed harishkumarbalaji closed 11 months ago

harishkumarbalaji commented 1 year ago

Please provide the following information:

To Reproduce Provide the steps to reproduce:

  1. launch ignition bring up
    ros2 launch turtlebot4_ignition_bringup turtlebot4_ignition.launch.py slam:=false nav2:=false rviz:=false
  2. Click on visualize LIDAR option in the ign gazebo GUI
  3. Select the last topic after refreshing the topic list.

Other notes This if found in all the places where I run. Like,

  1. Lapton with and without GPU
  2. source build and binary
hilary-luo commented 1 year ago

Can you verify that the GPU is actively been used by the simulation? (usually can be checked using nvidia-smi and then ensuring the simulation process is present)

hilary-luo commented 11 months ago

This issue is being closed due to inactivity. If you are still experiencing the issue, feel free to reopen this ticket when you are ready to continue the troubleshooting process.

harishkumarbalaji commented 2 weeks ago

I am facing the same issue, but more weird that only a semi-circle is seen when we use the Visualise LIDAR plugin. Screenshot from 2024-10-23 17-49-25

Nvidia-smi output


Wed Oct 23 17:41:59 2024       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.107.02             Driver Version: 550.107.02     CUDA Version: 12.4     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce GTX 1660 ...    Off |   00000000:01:00.0 Off |                  N/A |
| N/A   53C    P0             18W /   60W |       6MiB /   6144MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI        PID   Type   Process name                              GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A      2058      G   /usr/lib/xorg/Xorg                              4MiB |
+-----------------------------------------------------------------------------------------+```