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

feat(map_tf_generator)!: launching planning_simulator without pointcloud map #1216

Merged
merged 10 commits into from
Jul 5, 2022

Conversation

shmpwk
Copy link
Contributor

@shmpwk shmpwk commented Jul 2, 2022

Description

Adress #1203.
Note that this PR will change viewer frame of Rviz.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@shmpwk shmpwk added type:new-feature New functionalities or additions, feature requests. component:map Map creation, storage, and loading. (auto-assigned) labels Jul 2, 2022
@codecov
Copy link

codecov bot commented Jul 2, 2022

Codecov Report

Merging #1216 (3795ab3) into main (4542c52) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@           Coverage Diff            @@
##            main   #1216      +/-   ##
========================================
- Coverage   9.58%   9.57%   -0.02%     
========================================
  Files       1045    1047       +2     
  Lines      66635   66730      +95     
  Branches   15283   15283              
========================================
  Hits        6389    6389              
- Misses     54438   54533      +95     
  Partials    5808    5808              
Flag Coverage Δ *Carryforward flag
differential 1.89% <0.00%> (?)
total 9.58% <ø> (ø) Carriedforward from 4542c52

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...map_tf_generator/src/pcd_map_tf_generator_node.cpp 0.00% <0.00%> (ø)
..._tf_generator/src/vector_map_tf_generator_node.cpp 0.00% <0.00%> (ø)
...onitor/include/ad_service_state_monitor/config.hpp 0.00% <0.00%> (ø)
...include/ad_service_state_monitor/state_machine.hpp 0.00% <0.00%> (ø)
...rc/ad_service_state_monitor_node/state_machine.cpp 0.00% <0.00%> (ø)
...ate_monitor_node/ad_service_state_monitor_node.cpp 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4542c52...3795ab3. Read the comment docs.

@shmpwk shmpwk force-pushed the feat/vector_map_tf_generator branch 3 times, most recently from f17b121 to 7b16382 Compare July 2, 2022 09:27
@taikitanaka3 taikitanaka3 changed the title feat(map_tf_generator!): launching autoware without pointcloud map feat(map_tf_generator)!: launching autoware without pointcloud map Jul 3, 2022
@shmpwk shmpwk changed the title feat(map_tf_generator)!: launching autoware without pointcloud map feat(map_tf_generator)!: launching planning_simulator without pointcloud map Jul 3, 2022
@shmpwk shmpwk marked this pull request as ready for review July 3, 2022 23:46
Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@kenji-miyake kenji-miyake left a comment

Choose a reason for hiding this comment

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

Generally LGTM. I added some small coments.

map/map_tf_generator/Readme.md Outdated Show resolved Hide resolved
map/map_tf_generator/Readme.md Outdated Show resolved Hide resolved
map/map_tf_generator/Readme.md Outdated Show resolved Hide resolved
map/map_tf_generator/src/vector_map_tf_generator_node.cpp Outdated Show resolved Hide resolved
@shmpwk
Copy link
Contributor Author

shmpwk commented Jul 5, 2022

@kenji-miyake thank you for your checking! I finished fixing.

shmpwk and others added 10 commits July 5, 2022 20:46
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
@shmpwk shmpwk force-pushed the feat/vector_map_tf_generator branch from 2a281c2 to 3795ab3 Compare July 5, 2022 11:46
Copy link
Contributor

@kenji-miyake kenji-miyake left a comment

Choose a reason for hiding this comment

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

Great work! Thank you. 🙏

@shmpwk shmpwk merged commit f33a859 into autowarefoundation:main Jul 5, 2022
@shmpwk shmpwk deleted the feat/vector_map_tf_generator branch July 5, 2022 14:26
boyali referenced this pull request in boyali/autoware.universe Sep 28, 2022
…oud map (tier4#1216)

* feat(map_tf_generator): add vector map tf generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* fix(ad_service_state_monitor): rm unused cofig param

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* chore: change launching vector_map_tf_generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* docs: update readme

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* refactor: rename map_tf_generator -> pcd_map_tf_generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* fix: build error

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/src/vector_map_tf_generator_node.cpp

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
…oud map (tier4#1216)

* feat(map_tf_generator): add vector map tf generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* fix(ad_service_state_monitor): rm unused cofig param

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* chore: change launching vector_map_tf_generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* docs: update readme

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* refactor: rename map_tf_generator -> pcd_map_tf_generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* fix: build error

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/src/vector_map_tf_generator_node.cpp

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
…oud map (tier4#1216)

* feat(map_tf_generator): add vector map tf generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* fix(ad_service_state_monitor): rm unused cofig param

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* chore: change launching vector_map_tf_generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* docs: update readme

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* refactor: rename map_tf_generator -> pcd_map_tf_generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* fix: build error

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/src/vector_map_tf_generator_node.cpp

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
yukke42 pushed a commit to tzhong518/autoware.universe that referenced this pull request Oct 14, 2022
…oud map (autowarefoundation#1216)

* feat(map_tf_generator): add vector map tf generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* fix(ad_service_state_monitor): rm unused cofig param

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* chore: change launching vector_map_tf_generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* docs: update readme

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* refactor: rename map_tf_generator -> pcd_map_tf_generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* fix: build error

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/src/vector_map_tf_generator_node.cpp

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
boyali referenced this pull request in boyali/autoware.universe Oct 19, 2022
…oud map (tier4#1216)

* feat(map_tf_generator): add vector map tf generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* fix(ad_service_state_monitor): rm unused cofig param

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* chore: change launching vector_map_tf_generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* docs: update readme

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* refactor: rename map_tf_generator -> pcd_map_tf_generator

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* fix: build error

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/src/vector_map_tf_generator_node.cpp

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

* Update map/map_tf_generator/Readme.md

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

3 participants