ROApr 4, 2013

Domain Specific Language for Geometric Relations between Rigid Bodies targeted to robotic applications

arXiv:1304.1346v310 citations
Originality Synthesis-oriented
AI Analysis

This addresses the problem of software errors and inefficiencies in robotics programming due to inconsistent geometric representations, though it is incremental as it builds on existing semantics.

The paper tackles the problem of ambiguous geometric relations in robotics by introducing a domain-specific language (DSL) that formalizes coordinate-invariant properties and operations, resulting in a set of concrete suggestions for standardizing terminology and notation to enable unambiguous software interfaces and automatic semantic checks.

This paper presents a DSL for geometric relations between rigid bodies such as relative position, orientation, pose, linear velocity, angular velocity, and twist. The DSL is the formal model of the recently proposed semantics for the standardization of geometric relations between rigid bodies, referred to as `geometric semantics'. This semantics explicitly states the coordinate-invariant properties and operations, and, more importantly, all the choices that are made in coordinate representations of these geometric relations. This results in a set of concrete suggestions for standardizing terminology and notation, allowing programmers to write fully unambiguous software interfaces, including automatic checks for semantic correctness of all geometric operations on rigid-body coordinate representations. The DSL is implemented in two different ways: an external DSL in Xcore and an internal DSL in Prolog. Besides defining a grammar and operations, the DSL also implements constraints. In the Xcore model, the Object Constraint Language language is used, while in the Prolog model, the constraint are natively modelled in Prolog. This paper discusses the implemented DSL and the tools developed on top of this DSL. In particular an editor, checking the semantic constraints and providing semantic meaningful errors during editing is proposed.

Foundations

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

Your Notes