% Example LaTeX Document % Preamble: Sets up General Parameters which are Global \documentclass[12pt]{article} \usepackage[pdftex]{graphicx} \usepackage{amsmath} \usepackage{amssymb} %\usepackage{doublespace, fullpage} % Body: Main Document \begin{document} \title{Control of Complex, Physically Simulated Robot Groups} \author{David C. Brogan \\ University of Virginia \\ Charlottesville, Virginia} \maketitle \begin{abstract} Actuated systems such as robots take many forms and sizes but each requires solving the difficult task of utilizing available control inputs to accomplish desired system performance. Coordinated groups of robots provide the opportunity to accomplish more complex tasks, to adapt to changing environmental conditions, and to survive individual failures. Similarly, groups of simulated robots, represented as graphical characters, can test the design of experimental scenarios and provide autonomous interactive counterparts for video games. The complexity of writing control algorithms for these groups currently hinders their use. A combination of biologically inspired heuristics, search strategies, and optimization techniques serve to reduce the complexity of controlling these real and simulated characters and to provide computationally feasible solutions. \\ % '\\' generates a newline \par % http://www.artofproblemsolving.com/LaTeX/AoPS_L_GuideLay.php {\bf Keywords:} Multiagent, dynamic simulation, group navigation, herds, swarms \end{abstract} \begin{thebibliography}{99} \bibitem{BrogHodg} D. C. Brogan and J. K. Hodgins, ``Group behaviors for systems with significant dynamics'', {\it Autonomous Robots 4}, pp. 137-153, 1997. \bibitem{BrogMet} D. C. Brogan, R. A. Metoyer, and J. K. Hodgins, ``Dynamically simulated characters in virtual environments'', {\it IEEE Computer Graphics \& Applications 18}, pp. 58-69, September/October 1998. \bibitem{RoseSher} D. E. Rosenthal and M. A. Sherman, ``High performance multibody simulations via symbolic equation manipulation and kane's method, {\it Journal of Astronautical Sciences 34(3)}, pp. 223-239, 1986. \bibitem{DecRan} John December and Neil Randall, \underline{The World Wide Web Unleashed}, Sams Publishing, 1994. \bibitem{Kopka} Helmut Kopka and Patrick W. Daly, \underline{A Guide to LATEX}, Addison-Wesley Publishing Co., Inc., 1993. \bibitem{latex2html} Nikos Drakos and Ross Moore, \underline{LaTeX2HTML Translator} Version 99.2 beta8(1.43), Macquarie University, Sydney, 1999. \bibitem{Style} Walker, Janice R. et al., "The Columbia Guide to Online Style", 1995.\\ http://www.columbia.edu/cu/cup/cgos/idx\_basic.html (August 11, 2000) \end{thebibliography} \end{document}