You are here: Home / RTLWS 1999-2017 / RTLWS Submitted Papers / 
2024-04-20 - 09:47

Dates and Events:

OSADL Articles:

2023-11-12 12:00

Open Source License Obligations Checklists even better now

Import the checklists to other tools, create context diffs and merged lists


2023-03-01 12:00

Embedded Linux distributions

Results of the online "wish list"


2022-01-13 12:00

Phase #3 of OSADL project on OPC UA PubSub over TSN successfully completed

Another important milestone on the way to interoperable Open Source real-time Ethernet has been reached


2021-02-09 12:00

Open Source OPC UA PubSub over TSN project phase #3 launched

Letter of Intent with call for participation is now available



Real Time Linux Workshops

1999 - 2000 - 2001 - 2002 - 2003 - 2004 - 2005 - 2006 - 2007 - 2008 - 2009 - 2010 - 2011 - 2012 - 2013 - 2014 - 2015 - 2017

17th Real Time Linux Workshop, October 21 to 22, 2015 at the Virtual Vehicle Research Center, Graz, Austria

Announcement - Call for participation (ASCII) - Hotels - Directions - Agenda - Paper Abstracts - Presentations - Registration - Abstract Submission - Exhibitors and Sponsors - Gallery

Evaluating the Timing Behaviour of the Point Cloud Library's People Tracker

Lukas Bulwahn, BMW Car-IT
Michael Mühlbauer-Prassek, BMW Car-IT

Future cyber-physical systems must bring two competing properties considering their overall responsiveness together.

On the one hand, they will include algorithms the execution time of which largely depends on the cognitive complexity of the input data. This complexity cannot be measured easily in advance of executing the system's processing pipeline. For example, current algorithms for object recognition take an image as input, and detect the position of the object within that image. The required execution time depends on the algorithm's effort to detect the object with sufficient confidence. Simply speaking, object recognition in an image with background clutter takes more computing effort and time than in a clearly segmented one.

On the other hand, these future cyber-physical systems must fulfill hard real-time requirements, i.e., a late or delayed reaction can cause severe harm to humans.

A solution to this two seemingly contradictory system properties is to use adaptive computations that consider both required execution time and quality of results. If we had a system capable of balancing these characteristics by means of particular parameters, computationally demanding peak loads could be managed using less precise but still sufficient results in favor of shortened execution time.

As a first step towards building such a system, we investigate the people tracker in the collaboratively-developed, open-source Point Cloud Library. The people tracker recognizes humans in point clouds obtained from stereo cameras, and serves us as a first test subject for the question if cognitive algorithms' execution time and result quality can be adequately balanced.

In this paper, we present our evaluation of the people tracker's timing behavior. To evaluate the timing behavior, we identified parameters that we expected to have impact on the execution time. Then, we developed a test suite to provide a comprehensive insight into the correlation of execution time and result quality while varying those parameters. In order to establish real-world product-relevant conditions throughout the tests, we employed an embedded platform and a real-time capable software environment running Linux with the PREEMPT-RT patches.