Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
documentation:skiros:troubleshooting_skills [2023/03/23 18:08] – pontusr | documentation:skiros:troubleshooting_skills [2023/06/26 12:42] (current) – [Detect and Fix Import Error] pontusr | ||
---|---|---|---|
Line 26: | Line 26: | ||
</ | </ | ||
- | Where your skill lies in <skill package 1>, this package should be a ROS package which looks like the package that can be found [[https:// | + | Where your skill lies in <skill package 1>, this package should be a ROS package which looks like [[https:// |
- | + | ||
- | In the src file of <skill package 1> the following structure is expected | + | |
<cli> | <cli> | ||
Line 67: | Line 65: | ||
==== Detect and Fix Import Error ==== | ==== Detect and Fix Import Error ==== | ||
- | An easy way to find import errors is to put a minimal skill in the same directory as the skill that does not get found by SkiROS, a good minimal skill can be found [[https:// | + | An easy way to find import errors is to put a minimal skill in the same directory as the skill that does not get found by SkiROS, a good minimal skill can be found in [[https:// |
* Rename the minimal skill. | * Rename the minimal skill. | ||
Line 75: | Line 73: | ||
* If the minimal skill loads there might be a syntax error or import error in the skill you're writing. | * If the minimal skill loads there might be a syntax error or import error in the skill you're writing. | ||
- | To then determine | + | To then determine |