pioneer on indigo out of the box? p2os maybe
Hello, the question is really simple. Is there a way to use a pioneer robot on ros indigo?
In the documentation I found http://wiki.ros.org/p2os-vanderbilt which should be working, but it's not. roslaunch p2os_urdf pioneer3dx.gazebo.launch
is not working because it depends on first gazebo_world
which from hydro is know gazebo_ros
and depends also on pr2_controller_manager
which is not there in indigo.
I found a solution (I think) with https://github.com/balakumar-s/p3atGazeboRos. But, since it's supposed to be based on p2os I would like to know if there's something that I'm doing wrong.
Thanks in advance ;)
Asked by silgon on 2014-08-05 19:33:47 UTC
Comments
Hi Silgon, Sounds like we can help each other. I'm trying to make autonomous navigation and mapping with pioneer, odometer and laser. What's your project?
Asked by cognitiveRobot on 2014-08-07 21:06:01 UTC
At the moment, I'm just playing around with the robot, usually I use the PR2 with groovy (there's no PR2 in indigo yet though) =)
Asked by silgon on 2014-08-08 07:34:26 UTC
Did you make your robot autonomous with PR2??
Asked by cognitiveRobot on 2014-08-08 20:36:33 UTC
@cognitiveRobot My project is almost the same too. Have you found a solution to this problem? What are the other open source packages i will need to install when trying to implement pioneer 3at programs in ROS-indigo?
Asked by Amrita Suresh on 2016-10-14 22:39:31 UTC
This package is working in indigo (https://github.com/silgon/pioneer3at). It is based on the github package I was asking in the question above. It is not even an alpha version, but it does work in indigo. Feel free to try it.
Asked by silgon on 2016-10-15 02:56:08 UTC
I've been working on collecting and creating useful URDF, launch files, etc at http://github.com/MobileRobots/amr-ros-config if you would like to try any of them, and post bugs there or contact me or the ros-sig-pioneer users group.
Asked by ReedHedges on 2016-10-20 08:54:11 UTC