Skip to content

Commit

Permalink
fix(autoware_launch): fix external lane change name (#276)
Browse files Browse the repository at this point in the history
* fix(autoware_launch): fix external lane change name

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update rviz

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed Apr 4, 2023
1 parent 23ada42 commit 1d8d7b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# NOTE: The smaller the priority number is, the higher the module priority is.
/**:
ros__parameters:
ext_request_lane_change_left:
external_request_lane_change_left:
enable_module: false
enable_simultaneous_execution: false
priority: 6
max_module_size: 1

ext_request_lane_change_right:
external_request_lane_change_right:
enable_module: false
enable_simultaneous_execution: false
priority: 6
Expand Down
4 changes: 2 additions & 2 deletions autoware_launch/rviz/autoware.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ Visualization Manager:
Durability Policy: Volatile
History Policy: Keep Last
Reliability Policy: Reliable
Value: /planning/path_candidate/ext_request_lane_change_right
Value: /planning/path_candidate/external_request_lane_change_right
Value: true
View Path:
Alpha: 0.30000001192092896
Expand All @@ -1204,7 +1204,7 @@ Visualization Manager:
Durability Policy: Volatile
History Policy: Keep Last
Reliability Policy: Reliable
Value: /planning/path_candidate/ext_request_lane_change_left
Value: /planning/path_candidate/external_request_lane_change_left
Value: true
View Path:
Alpha: 0.30000001192092896
Expand Down

0 comments on commit 1d8d7b8

Please sign in to comment.