it seems erratic_gazebolaunch files for 2dnav stack has fallen out of date, the "old" saying is true after all... "untested software is broken software" :) if the arrg stack works (or a brave soul can revive the example based on the tested pr2 navigation package), we should consider creating a regression test for the erratic 2dnav demo and I'll happily add it to the hudsoncollection. John On Tue, Dec 21, 2010 at 9:42 PM, Antons Rebguns wrote: > Nicolás, > > The erratic stack in WG repository is not maintained anymore. Can you try > an erratic stack from our repository and see if it works better for you. I > just added a few demos of nav stack in there. The source code is available > here: > > http://ua-ros-pkg.googlecode.com/svn/trunk/arrg/videre_erratic/ > > There are a few launch files in erratic_navigation_apps stack under > gazebo_demo folder that you might try. > > Let me know if you have any problems. > > Thanks, > Anton > > 2010/12/21 Nicolás Alvarez Picco > >> hi everyone! >> I am working with a simulated erratic model in gazebo, the model is the >> same that it is in the erratic simulation tutorial. The thing is that I have >> build a 3d map inside an empty world and i want to show that in rviz, so I >> am using the map server to show the map. As I have problems with the >> localization of the robot in the map that I showing in the rviz, I tried >> with the node fake-localization, but i have still drift with the laser >> points. Therefore my intention is to use the amcl node to have a better >> localization of my robot using the simulated laser info. >> I am launching this files: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > args="-z 0.051 -p robot_description spawn robot_description" respawn="false" >> output="screen" /> >> >> >> > /> >> >> >> > args="pub /calibrated std_msgs/Bool true" /> >> >> >> > respawn="true" output="screen"/> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > args="-gazebo -param walls -x -7.65 -y -7.65 -model walls" respawn="false" >> output="screen" /> >> >> >> The thing is when I do this I have this error and its dies the amcl: >> >> [amcl-15] process has died [pid 902, exit code -6]. >> log files: >> /home/robot/.ros/log/d5d7c27a-0d21-11e0-a4d4-0026b9e75b87/amcl-15*.log >> >> If I try the same without launching the map_server node there is no >> problem. So is the amcl incompatible with the gazebo's simulations? how can >> I do this? >> >> Thanks, i have try everything but I can't solve it. >> >> Nicolas >> >> _______________________________________________ >> ros-users mailing list >> ros-users@code.ros.org >> https://code.ros.org/mailman/listinfo/ros-users >> >> > > _______________________________________________ > ros-users mailing list > ros-users@code.ros.org > https://code.ros.org/mailman/listinfo/ros-users > >