Questions about using stdr

asked 2017-08-11 15:14:11 -0500

pitosalas gravatar image

updated 2017-08-12 09:35:13 -0500

When running stdr, all I could find were launchers which launched the server + the Gui + a specific (or no) map:http://wiki.ros.org/stdr_launchers?distro=kinetic

In the GUI there are commands for loading a different map, but they don't seem to work at all. In other words, I have the maze like map in the right, I ask to load another map, the command completes without error, and yet the maze doesn't change.

I saw a video that seemed to show the map being cleared, after which a new map was loaded. But I can't figure out how to get the map to clear.

So to be specific:

roslaunch stdr_launchers server_no_map.launch

does not display the GUI, and:

roslaunch stdr_launchers server_with_map_and_gui_plus_robot.launch

does display the GUI but then the commands to load a new map don't do anything as far as I can tell. So the result is that I can't figure out how to experiment with my own maps.

Second question: I want to experiment with writing a maze walker that uses "raw" liar data to detect where it is between two walls of a maze, as an experiment in coding more complicated things. I thought that a simpler 2D simulator and Gui would be easer so I decided to try stdr. Am I picking the right tool?

edit retag flag offensive close merge delete

Comments

1

According to their website, stdr stands for Simple Two Dimensional Robot Simulator.

jayess gravatar image jayess  ( 2017-08-11 16:53:10 -0500 )edit

Just making sure: the tutorials don't work for you either?

gvdhoorn gravatar image gvdhoorn  ( 2017-08-12 02:54:41 -0500 )edit

I've updated the question...

pitosalas gravatar image pitosalas  ( 2017-08-12 09:29:51 -0500 )edit