Tasks #2450
extend face type with gaze informations
Status: | Resolved | Start date: | 12/01/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | J. Wienke | % Done: | 100% | |
Category: | Type Proposal | |||
Target version: | Robotics Service Bus - rsb-0.13 |
Description
I would like to add some gaze informations in the face type.
Associated revisions
History
#1 Updated by J. Wienke over 7 years ago
I am not sure about the two boolean additions. Why are they necessary? Both could be derived from the other values.
#2 Updated by B. Carlmeyer over 7 years ago
J. Wienke wrote:
I am not sure about the two boolean additions. Why are they necessary? Both could be derived from the other values.
yes, both could be derived from the other values, but we have a component that already evaluates these values.
#3 Updated by J. Wienke over 7 years ago
- Status changed from New to In Progress
- Assignee set to J. Wienke
- Target version set to rsb-0.13
#4 Updated by J. Wienke over 7 years ago
B. Carlmeyer wrote:
J. Wienke wrote:
I am not sure about the two boolean additions. Why are they necessary? Both could be derived from the other values.
yes, both could be derived from the other values, but we have a component that already evaluates these values.
This is a problem. Because with this redundancy the potential for misinterpretation gets higher.
Generally, we would like to avoid feature creep in the Face type. Therefore our proposal would be as follows:- Create a generic Euler Angles type for the head orientation (e.g. as yaw, pitch and roll with radiant as unit) and use that type instead of the custom fields
- Create a new type (something like
FaceWithGaze
orGazeInformation
) which assembles a usualFace
and the gaze-related variables.
- Boolean variables should not have an
is_
prefix. The proto compiler will automatically add this for the accessor methods.
Would such a plan be realizable?
#5 Updated by B. Carlmeyer over 7 years ago
- File 0001-add-new-FaceWithGaze-type.patch
added
J. Wienke wrote:
Would such a plan be realizable?
Please see the attached patch.
#6 Updated by J. Wienke over 7 years ago
For the gaze estimation, the comment does not explain which directions are represented by positive and negative values. Can you clarify this? Apart from that everything is fine.
#7 Updated by J. Wienke over 7 years ago
Ping
#8 Updated by J. Moringen over 7 years ago
Please coordinate with the GazeTarget
type being added for the hlc stack.
#9 Updated by B. Carlmeyer over 7 years ago
- File 0001-added-new-FaceWithGaze-type.patch
added
J. Wienke wrote:
Ping
Pong.... Sorry for the delay in replying and see the attached patch.
#10 Updated by B. Carlmeyer over 7 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset rst-proto|6d263ec52648d6d307199d2c26fd02708661b744.