Getting Started with roswtf

From Lofaro Lab Wiki
Revision as of 12:10, 22 October 2014 by Mhatfield (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • roswtf command examines the system to try and find problems.

Example:

1) In a new terminal navigate to the main ros folder:

roscd

2) Run roswtf:

roswtf

With any luck the terminal will print back messages that have no faults detected.

Example online:

Close all previous terminals.

1) In a new terminal run the core:

roscore

2) In a new terminal (terminal 2) navigate to the main ros folder and run roswtf:

roscd
roswtf

This also should return no error messages but will have a slightly longer print out.