Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launching planning_simulator without pointcloud map (only with vector map) #1203

Closed
9 tasks done
shmpwk opened this issue Jun 30, 2022 · 0 comments
Closed
9 tasks done
Assignees
Labels
component:map Map creation, storage, and loading. (auto-assigned) type:new-feature New functionalities or additions, feature requests.

Comments

@shmpwk
Copy link
Contributor

shmpwk commented Jun 30, 2022

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I've agreed with the maintainers that I can plan this task.

Description

Currently, launching Autoware needs both pcd map and vector map.
Here, we'd like to propose launching Autoware without pcd map.

Purpose

Autoware new users will easily start their project.
No need to prepare pcd map will save time and new users casually try planning simulation for example.
Also, it will reduce dependency on pcd map from Auoware architecture.

Possible approaches

  • Create node for calculating static tf from vector map to viewer frame like map_tf_generator. -> 506354a
  • Change map_tf_generator from current pcd one to that vector map one. -> beed6b6
  • Adapt ad_service_state_monitor when pcd map is loaded or not. -> b2f11c8
  • Adapt map_hash_generator if no pcd map is loaded.
    • There is no change for this.
      • always publish ll2 hash as before.
      • publish pcd hash if pcd map is provided, and vice versa.
  • Other modules which depend pcd map have to cope with it.
    • nothing

Definition of done

  • planning_simulator.launch can properly work without pcd map.

In the future, other simulator like scenario simulator can do.

Related links

@shmpwk shmpwk added type:new-feature New functionalities or additions, feature requests. component:map Map creation, storage, and loading. (auto-assigned) labels Jun 30, 2022
@shmpwk shmpwk self-assigned this Jun 30, 2022
@shmpwk shmpwk changed the title Launching Autoware without pointcloud map (only with vector map) Launching planning_simulator without pointcloud map (only with vector map) Jul 3, 2022
@shmpwk shmpwk closed this as completed Jul 8, 2022
zulfaqar-azmi-t4 added a commit to zulfaqar-azmi-t4/autoware.universe that referenced this issue Apr 5, 2024
…efoundation#1206)

* fix(lane_change): consider max velocity during path planning (autowarefoundation#6615) (autowarefoundation#1203)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* fix the max_velocity not subscribed from motion velocity smoother

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

---------

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
zulfaqar-azmi-t4 added a commit to zulfaqar-azmi-t4/autoware.universe that referenced this issue Apr 9, 2024
…efoundation#1206)

* fix(lane_change): consider max velocity during path planning (autowarefoundation#6615) (autowarefoundation#1203)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* fix the max_velocity not subscribed from motion velocity smoother

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

---------

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
badai-nguyen pushed a commit to badai-nguyen/autoware.universe that referenced this issue Jun 4, 2024
badai-nguyen pushed a commit to badai-nguyen/autoware.universe that referenced this issue Jun 4, 2024
badai-nguyen pushed a commit to badai-nguyen/autoware.universe that referenced this issue Jun 4, 2024
…efoundation#1206)

* fix(lane_change): consider max velocity during path planning (autowarefoundation#6615) (autowarefoundation#1203)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* fix the max_velocity not subscribed from motion velocity smoother

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

---------

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:map Map creation, storage, and loading. (auto-assigned) type:new-feature New functionalities or additions, feature requests.
Projects
None yet
Development

No branches or pull requests

1 participant