Changes between Version 10 and Version 11 of Old/Robot/robothandbook
- Timestamp:
- Aug 29, 2007, 9:05:32 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Robot/robothandbook
v10 v11 1 * [wiki:robothandbook#IncludedPrograms Built inprograms]1 * [wiki:robothandbook#IncludedPrograms Included programs] 2 2 * [wiki:robothandbook#Hardwaretests Hardware tests] 3 * [wiki: Navtool Navtool]3 * [wiki:robothandbook#Navtool Navtool] 4 4 * Calibration 5 5 * startservices.sh … … 28 28 29 29 == Navtool == 30 31 Navtool is an included application useful for testing that the ERSP software is working properly. It demonstrates object avoidance and map-building. 32 33 To use it, execute the following two commands in separate consoles: 34 {{{ 35 $ run_slam_explore 36 $ run_client_gui 37 }}}