I'm doing some research on navigation solutions for pepper robot and because of the current situation, I'm not able to work on a real robot so I'm using gazebo simulator.
I was trying to use exploration and mapping script that uses python-sdk but to run that script an ip address of a robot is required. I tried using ip address of my laptop and 127.0.0.1
but I get an error that it cannot connect to that address.
I also tried to change the port from 9559
to gazebo master port but it didn't help.
So my question is there any way to connect to virtual robot via ip address and if yes how can I find that ip address? I'm using packege pepper virtual and gazebo9. Thanks