Skip to content

Map component#110

Open
pijaro wants to merge 8 commits intodevelopmentfrom
pjaroszek/map_component
Open

Map component#110
pijaro wants to merge 8 commits intodevelopmentfrom
pjaroszek/map_component

Conversation

@pijaro
Copy link
Copy Markdown
Collaborator

@pijaro pijaro commented Jul 17, 2022

Map component:

  • MapManager component (core)
    • MapReqests bus
    • Map handle
    • Move Geodetic transforms from gnss sensor
  • ROS2MapManagerComponent (ros2 comm interface)

@pijaro pijaro force-pushed the pjaroszek/map_component branch from 7f05a2b to 8a6bf1a Compare July 17, 2022 21:40
@alek-kam alek-kam marked this pull request as ready for review July 25, 2022 08:02
pijaro added 7 commits July 25, 2022 13:09
Signed-off-by: Piotr Jaroszek <piotr.jaroszek@robotec.ai>
Signed-off-by: Piotr Jaroszek <piotr.jaroszek@robotec.ai>
Signed-off-by: Piotr Jaroszek <piotr.jaroszek@robotec.ai>
Signed-off-by: Piotr Jaroszek <piotr.jaroszek@robotec.ai>
Signed-off-by: Piotr Jaroszek <piotr.jaroszek@robotec.ai>
Signed-off-by: Piotr Jaroszek <piotr.jaroszek@robotec.ai>
Signed-off-by: Piotr Jaroszek <piotr.jaroszek@robotec.ai>
@pijaro pijaro force-pushed the pjaroszek/map_component branch from a55442d to 86010bb Compare July 25, 2022 11:23
Signed-off-by: Piotr Jaroszek <piotr.jaroszek@robotec.ai>
@adamdbrw
Copy link
Copy Markdown
Member

Fixes o3de/o3de-extras#157

//! Convert Transform from the map coordinate system.
//! @param transform - Transform to be converted.
//! @return Copy of a Transform in the world coordinate system.
virtual AZ::Transform ConvertFromMapCoordinateSystem(AZ::Transform transform) = 0;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

here and above, if transforms will not be changed in the overriding functions it will be better to use const AZ::Transform & as arguments

//! Updates the hook Transform
void SetHook();

bool m_useMapHook = false;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think members of this class should be made private.

//! Configuration for handling geodetic map info.
//! This configuration allows setting a geographic coordinate system hook to a simulation scene.
//! System hook points to the real-world location in latitude, longitude, and altitude offsets.
class GeodeticConfiguration
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't see any constructor defined for this class. Is it omitted on purpose?

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.

3 participants