Skip to content

Commit

Permalink
fix(autoware_perception_msgs): fix sequence length to dynamic (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: beginningfan <[email protected]>
  • Loading branch information
beginningfan authored Nov 15, 2023
1 parent 62f341d commit 2096152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoware_perception_msgs/msg/PredictedObjectKinematics.msg
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
2 changes: 1 addition & 1 deletion autoware_perception_msgs/msg/PredictedPath.msg
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

0 comments on commit 2096152

Please sign in to comment.