Examples 2
These examples demonstrate the possibilities of 'dot' and S-Dot. Below each graph the S-Dot
source code is listed. Click on the element and attribute names to get a documentation.
Sponsored links:
The charts were generated automatically from a XABSL
document using XSLT.
Example 1/2: Source code: ' (edge ( (from "state_go_to_ball") (to "state_do_sideward_kick")))
(edge ( (from "state_go_to_ball") (to "state_turn_around_ball")))
(edge ( (from "state_go_to_ball") (to "state_do_arm_kick")))
(edge ( (from "state_go_to_ball") (to "state_go_to_ball")))
(edge ( (from "state_turn_around_ball") (to "state_do_sideward_kick")))
(edge ( (from "state_turn_around_ball") (to "state_do_arm_kick")))
(edge ( (from "state_turn_around_ball") (to "state_turn_around_ball")))
(edge ( (from "state_do_arm_kick") (to "state_go_to_ball")))
(edge ( (from "state_do_arm_kick") (to "state_do_arm_kick")))
(edge ( (from "state_do_sideward_kick") (to "state_go_to_ball")))
(edge ( (from "state_do_sideward_kick") (to "state_do_sideward_kick"))))
Example 2/2: Source code: ' (edge ( (from "state_localize") (to "state_localize")))
(edge ( (from "state_localize") (to "state_dont_move")))
(edge ( (from "state_localize") (to "state_turn")))
(edge ( (from "state_turn") (to "state_localize")))
(edge ( (from "state_turn") (to "state_dont_move")))
(edge ( (from "state_dont_move") (to "state_localize")))
(edge ( (from "state_dont_move") (to "state_dont_move"))))
(edge ( (arrowsize "0.8") (color "#808080") (minlen "3") (from "option_get_to_position_and_avoid_obstacles") (to "basic_behavior_cont_go_forward_to_point")))
Sponsored links
Copyright 2006-2010 by Martin Loetzsch (http://martin-loetzsch.de ), all rights reserved. See the S-Dot licence for details.