Re: Simulation
Personally I think a pure simulation feature should be mandatory for ROS (and its packages such as turtlebot), so researchers/engineers can see the best outcome (i.e. with zero errors), and then to basically switch on the simulated noise to get a better idea of how the solution will work in a real world with real robots.
Re: Tutorials
1) One suggestion would be to have a one-page howto for newbies, that contains a simple list of commands (and small description - with links to the full data), to get ROS up and running with (or without) a robot, to show the major features (i.e. sensor output, localisation output, mapping output, etc)
2) Also the TurtleBot tutorials seems to assume you have all the hardware. Is there a ROS tutorial to show you how to setup everything without the hardware. Basically I have a heap of personal robots I would like to get running with ROS, and I was hoping to base it off the TurtleBot - but since I don't have the TurtleBot hardware, most of the tutorials keep leading me to dead ends (since the hardware is required for most steps).
Re: Driving
I see, I thought that hitting "q" alone would move the robot forward. I see need to use i, etc - so that is now solved for me.
Re: rviz
Yeah here is the following things in red, after running "roslaunch turtlebot_navigation gmapping_demo.launch" and "rosrun rviz rviz -d rospack find turtlebot_navigation
/nav_rviz.vcg"
- Robot Model -> Status: Error -> This lists a heap of errors such as: No transform from [base_footprint] to [/map]
And "roslaunch turtlebot_navigation gmapping_demo.launch" keeps saying:
[ INFO] [1334647393.669410590, 120.900000000]: [/openni_camera] No devices connected.... waiting for devices to be connected
[ INFO] [1334647394.352812232, 121.676000000]: Still waiting on map...
How do I give it a map? And the kinect error is simply because I don't have a physical kinect attached (I'm currently waiting on a power/comms cable). Any thoughts on how to deal with this errors for a pure simulation method?
Cheers,