Difference between revisions of "Getting Started with roswtf"

From Lofaro Lab Wiki
Jump to: navigation, search
(Created page with "*roswtf command examines the system to try and find problems. Example: 1) In a new terminal navigate to the main ros folder: <nowiki>roscd</nowiki> 2) Run roswtf: <nowiki>...")
 
m
Line 2: Line 2:
  
 
Example:
 
Example:
 +
 
1) In a new terminal navigate to the main ros folder:
 
1) In a new terminal navigate to the main ros folder:
 
  <nowiki>roscd</nowiki>
 
  <nowiki>roscd</nowiki>
Line 10: Line 11:
  
 
Example online:
 
Example online:
 +
 
Close all previous terminals.
 
Close all previous terminals.
 +
 
1) In a new terminal run the core:
 
1) In a new terminal run the core:
 
  <nowiki>roscore</nowiki>
 
  <nowiki>roscore</nowiki>

Revision as of 12:10, 22 October 2014

  • 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