Skip to content

Commit 1cba8e2

Browse files
authored
fix(mpc_lateral_controller): publish predicted trajectory in Frenet coordinate and visualize it on Rviz (#1111)
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent c503403 commit 1cba8e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autoware_launch/config/control/trajectory_follower/lateral/mpc.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@
7575
average_num: 1000
7676
steering_offset_limit: 0.02
7777

78-
debug_publish_predicted_trajectory: false # publish debug predicted trajectory in Frenet coordinate
78+
debug_publish_predicted_trajectory: true # publish debug predicted trajectory in Frenet coordinate

autoware_launch/rviz/autoware.rviz

+1-1
Original file line numberDiff line numberDiff line change
@@ -2396,7 +2396,7 @@ Visualization Manager:
23962396
Durability Policy: Volatile
23972397
History Policy: Keep Last
23982398
Reliability Policy: Reliable
2399-
Value: /control/trajectory_follower/lateral/predicted_trajectory
2399+
Value: /control/trajectory_follower/controller_node_exe/debug/predicted_trajectory_in_frenet_coordinate
24002400
Value: true
24012401
View Path:
24022402
Alpha: 1

0 commit comments

Comments
 (0)