ROApr 15, 2014

Reducing the Barrier to Entry of Complex Robotic Software: a MoveIt! Case Study

arXiv:1404.3785v1549 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of accessibility for new users in robotic software engineering, though it is incremental as it builds on existing frameworks like MoveIt!.

The paper tackles the high setup difficulty and learning curve of robotic software frameworks by presenting best practices to lower the entry barrier in MoveIt!, enabling users to quickly get basic motion planning, automate configuration, and customize components. The approaches were evaluated through usage statistics and a user survey to assess their effectiveness.

Developing robot agnostic software frameworks involves synthesizing the disparate fields of robotic theory and software engineering while simultaneously accounting for a large variability in hardware designs and control paradigms. As the capabilities of robotic software frameworks increase, the setup difficulty and learning curve for new users also increase. If the entry barriers for configuring and using the software on robots is too high, even the most powerful of frameworks are useless. A growing need exists in robotic software engineering to aid users in getting started with, and customizing, the software framework as necessary for particular robotic applications. In this paper a case study is presented for the best practices found for lowering the barrier of entry in the MoveIt! framework, an open-source tool for mobile manipulation in ROS, that allows users to 1) quickly get basic motion planning functionality with minimal initial setup, 2) automate its configuration and optimization, and 3) easily customize its components. A graphical interface that assists the user in configuring MoveIt! is the cornerstone of our approach, coupled with the use of an existing standardized robot model for input, automatically generated robot-specific configuration files, and a plugin-based architecture for extensibility. These best practices are summarized into a set of barrier to entry design principles applicable to other robotic software. The approaches for lowering the entry barrier are evaluated by usage statistics, a user survey, and compared against our design objectives for their effectiveness to users.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes