-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(autoware_perception_msgs): fix sequence length to dynamic (#74)
Signed-off-by: beginningfan <[email protected]>
- Loading branch information
1 parent
62f341d
commit 2096152
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
geometry_msgs/PoseWithCovariance initial_pose_with_covariance | ||
geometry_msgs/TwistWithCovariance initial_twist_with_covariance | ||
geometry_msgs/AccelWithCovariance initial_acceleration_with_covariance | ||
PredictedPath[100] predicted_paths | ||
PredictedPath[] predicted_paths |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
geometry_msgs/Pose[100] path | ||
geometry_msgs/Pose[] path | ||
builtin_interfaces/Duration time_step | ||
float32 confidence |