Navigation stack
Hi everyone, I am trying the ROS navigation stack for the first time, and I am trying to navigate my mobile robot to a given position. Right now was trying to this using an empty map and a robot that does not have any sensors. is that possible? I've been able to move it by publishing to the cmd_vel topic, so I know that everything from the urdf to the launch files I'm using are currently okay. I was wondering I could I quickly generate an empty map, since it seems to me that's exactly what I'm missing. Any thoughts?
Thanks, Hugo
You can send velocities command to the cmd_vel topic but without any sensors, you can not doing autonomous navigation with your robot according me.