Skip to content

Commit

Permalink
chore: sync awf-latest (#697)
Browse files Browse the repository at this point in the history
* refactor(system_diagnostic_monitor, dummy_diag_publisher, diagnostic_graph_aggregator): combine diag list setting directories (autowarefoundation#1253)

Signed-off-by: yuki-takagi-66 <[email protected]>

* feat(object_lanelet_filter): add configurable margin for object lanel… (autowarefoundation#1210)

feat(object_lanelet_filter): add configurable margin for object lanelet filter

Signed-off-by: Sebastian Zęderowski <[email protected]>
Co-authored-by: Sebastian Zęderowski <[email protected]>

* fix(rviz): fix a bug about visualizing ego model (autowarefoundation#1257)

fix a visulization bug.

Signed-off-by: temkei.kem <[email protected]>

---------

Signed-off-by: yuki-takagi-66 <[email protected]>
Signed-off-by: Sebastian Zęderowski <[email protected]>
Signed-off-by: temkei.kem <[email protected]>
Co-authored-by: Yuki TAKAGI <[email protected]>
Co-authored-by: Sebastian Zęderowski <[email protected]>
Co-authored-by: Sebastian Zęderowski <[email protected]>
Co-authored-by: Kem (TiankuiXian) <[email protected]>
  • Loading branch information
5 people authored Dec 3, 2024
1 parent abcd4ea commit 63bfe66
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@
enabled: false
velocity_yaw_threshold: 0.785398 # [rad] (45 deg)
object_speed_threshold: 3.0 # [m/s]
debug: false
lanelet_extra_margin: 0.0
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@
enabled: false
velocity_yaw_threshold: 0.785398 # [rad] (45 deg)
object_speed_threshold: 3.0 # [m/s]
debug: false
lanelet_extra_margin: 0.0
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@
enabled: false
velocity_yaw_threshold: 0.785398 # [rad] (45 deg)
object_speed_threshold: 3.0 # [m/s]
debug: false
lanelet_extra_margin: 0.0
2 changes: 1 addition & 1 deletion autoware_launch/rviz/planning_bev.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Visualization Manager:
Depth: 5
Durability Policy: Volatile
History Policy: Keep Last
Reliability Policy: Best Effort
Reliability Policy: Reliable
Value: /robot_description
Enabled: true
Links:
Expand Down

0 comments on commit 63bfe66

Please sign in to comment.