How to get whole waypoints to the destination #5350
-
Hi team, I'm currently trying to get waypoints from the initial position to the target position. For this, I ran planning simulation after modifying the value It works well with short paths, but for longer paths, the error occurs with the message below:
I guess the error occurs due to the modification of Can anyone please tell me how to get whole waypoints from the start to the destination? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you are using a slightly older version of Autoware where the |
Beta Was this translation helpful? Give feedback.
I think you are using a slightly older version of Autoware where the
Trajectory
message has a maximum capacity of10000
points (https://github.com/tier4/autoware_auto_msgs/blob/tier4/main/autoware_auto_planning_msgs/msg/Trajectory.idl#L14).A quick solution is to remove this limit by editing the message definition and rebuilding Autoware.