tier4 / AutowareArchitectureProposal.proj

This is the source code of the feasibility study for Autoware architecture proposal.
Apache License 2.0
657 stars 238 forks source link

[ROS2 Porting] Meeting 2020/11/12 #117

Closed mitsudome-r closed 3 years ago

mitsudome-r commented 3 years ago
  1. Go over previous meeting minutes:
    • topic_tools
    • created prototype of generic pub/sub library and relay node. https://github.com/tier4/AutowareArchitectureProposal/pull/118
    • We can now start using them in AutowareArchitectureProposal
    • The code might be revised in the merging process to rclcpp repository.
    • Listening to TF with timeout
    • we have two options: 1. use lookupTransform() or use waitForTransform()
    • At this point, we accept either way, but we suggest lookupTransform() to keep codes simple.
    • we can fix them when we face any TF issues during validation process
    • @TakaHoribe asked AS about Pacmod3 release for foxy.
    • Their plan is to release in Q2 2021.
    • @TakaHoribe will try porting dashing-devel branch to foxy.
  2. On going
  3. Go over any blockers
    • Some of the packages in simulator repositories have unnecessary dependencies in package.xml.
      • [x] @mitsudome-r will investigate the real dependencies and update information in the spreadsheet.
    • We also have some packages that's missing dependencies