Feat/shannon surprise#212
Open
Kasaiatsuki wants to merge 13 commits into
Open
Conversation
Author
|
シャノンサプライズの方法は左右に3つ便を配置して最大の横ずれをしているパスを一番端の便に入れるようにしています。真ん中から一つ横にずれるに連れて重みが大きくなるようにしています。 |
kyo0221
reviewed
May 13, 2026
| from util.yolop_processor import YOLOPv2Processor | ||
| from util.preprocessing import MODEL_INPUT_SIZE, center_square_crop, lane_mask_to_tensor_array, overlay_lane_mask | ||
|
|
||
| WAYPOINT_X_MIN = -8.0 |
| self.declare_parameter('placenet_model_name', 'placenet.pt') | ||
| self.declare_parameter('topomap_dir_name', 'topomap') | ||
| self.declare_parameter('placenet_delta', 10.0) | ||
| self.declare_parameter('placenet_window_lower', -1) |
kyo0221
reviewed
May 13, 2026
| self.pub_debug_image.publish(debug_msg) | ||
|
|
||
| with torch.no_grad(): | ||
| with torch.inference_mode(): |
Contributor
There was a problem hiding this comment.
ubuntu20.04の環境だと使用できない可能性があると思うので、調べておいた方が良いです
kyo0221
reviewed
May 14, 2026
Contributor
There was a problem hiding this comment.
/vectornav/gnssと/vectornav/poseでは座標系が違いますが、大丈夫ですかね
特に変更する理由も思い当たらなかったのですが、変更した理由は何なのでしょう?
Author
There was a problem hiding this comment.
GNSSで軌跡は取った方がいいって山下さんに言われてた気がしてて変えなくてもよかったですかね?
Contributor
There was a problem hiding this comment.
うーん、どの文脈で言ったのか覚えていないのですが、多分データセットの品質を確認する術を用意したほうが良いという話で、データ収集の段階でどうにかするというより、収集したデータの可視化手段を用意したほうが良いという話ですね
Author
There was a problem hiding this comment.
なるほど
そしたらデータの取りかたは元に戻そうと思います。
09b08bf to
2422c78
Compare
Author
|
コマンドが正しければシミュレータ上で正しく走行できるのかを検証してみました。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
シミュレータ上で左回りにレーンを変えて5周ずつデータを収集し、main_params.yamlのsteered_gainを6.5に変更してe2e_plannerを起動しています。
コース外に出ることもありますし、ノードの自己位置も上手く推定できていないです。
具体的には1つ目の2つ目の間の道でスタート位置らへんと間違えたり、交差点付近でもスタート位置と間違えたりしています。