Skip to content

Conversation

@thomassedlmayer
Copy link
Collaborator

This PR adds a frame transform from the rear axle transform to the virtual mounting position (SensorData::mounting_position) which is the coordinate system origin for SensorData object lists (moving/stationary objects, traffic lights/signs, lane network).

This change makes the existing implementation of detected lane boundaries work properly. It now shows the green lines (representing detected lane boundaries) in the right position/orientation:

image

See #147 (This PR does only partially resolve the issue as the physical mounting position is still to be implemented.)

Copy link
Collaborator

@jdsika jdsika left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add some sample data?

try {
if (!message.mounting_position) {
console.error(
"Missing mounting position in SensorData message. Can not build FrameTransforms.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants