robotics-upo / hunav_gazebo_wrapper

A ROS2 wrapper to use the HuNavSim with the Gazebo Simulator
MIT License
13 stars 9 forks source link

gazebo collision error #6

Closed Booooms closed 6 days ago

Booooms commented 4 months ago

I tried example_cafe.launch.py now with only jackal robot added from ubuntu20.04 foxy. By the way, when I checked the gazebo collision, it looks like the collision is rotated in the y-axis. I wonder where you set the collision model. Where can i find it?

collisionerror

noeperez commented 4 months ago

Hi! Yes, we were not capable of placing the collision of the human models in the correct place. Anyway we are not using the collision for moving the agents nor avoiding obstacles. We are using the positions of the model to detect and avoid collisions. On the robot side, we rely on the robot sensors to detect and avoid the humans.

Booooms commented 4 months ago

Thank you for your response. From my understanding, humans avoid using positions, and robots detect humans using sensor data, is that correct? Also, I'm concerned about collision models overlapping and potentially causing problems later, so I'd like to turn them off. How can I do that?

noeperez commented 4 months ago

Honestly, I do not know. What I can say is that we had not have problems with the collisions models at any case.