-
Notifications
You must be signed in to change notification settings - Fork 650
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
Labels
component:map
Map creation, storage, and loading. (auto-assigned)
type:new-feature
New functionalities or additions, feature requests.
Comments
shmpwk
added
type:new-feature
New functionalities or additions, feature requests.
component:map
Map creation, storage, and loading. (auto-assigned)
labels
Jun 30, 2022
4 tasks
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
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
…efoundation#6615) (autowarefoundation#1203) Signed-off-by: Muhammad 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
…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.
Checklist
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
map_tf_generator
from current pcd one to that vector map one. -> beed6b6ad_service_state_monitor
when pcd map is loaded or not. -> b2f11c8map_hash_generator
if no pcd map is loaded.Definition of done
planning_simulator.launch
can properly work without pcd map.In the future, other simulator like scenario simulator can do.
Related links
The text was updated successfully, but these errors were encountered: