Differences
This shows you the differences between two versions of the page.
doc:plan_visualization [2013/04/22 08:46] – created admin | doc:plan_visualization [2014/01/17 09:30] (current) – removed gkazhoya | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Visualization of task descriptions ====== | ||
- | |||
- | PlanVis is used to visualize planned actions of a robot. This visualization includes support of expanding actions and showing subactions. PlanVis is part of the mod_vis package. | ||
- | |||
- | {{ : | ||
- | |||
- | |||
- | ===== Usage ===== | ||
- | |||
- | Start mod_vis | ||
- | < | ||
- | | ||
- | </ | ||
- | |||
- | Load knowrob actions | ||
- | < | ||
- | | ||
- | </ | ||
- | |||
- | Parse owl file containing the plan | ||
- | < | ||
- | | ||
- | </ | ||
- | |||
- | Open PlanVis applet | ||
- | < | ||
- | | ||
- | </ | ||
- | |||
- | Load a plan and all it subactions. The main action is identified by the first parameter | ||
- | < | ||
- | planvis_load(' | ||
- | </ | ||
- | |||
- | You can highlight an action with the following command. This action must be a child action of the current loaded action. | ||
- | < | ||
- | | ||
- | </ | ||
- | |||
- | Clear the highlight is done by | ||
- | < | ||
- | | ||
- | </ | ||
- | |||