Use TrackedObjectKinematics
instead of DetectedObjectKinematics
for TrackedObject & object
#9549
Closed
3 tasks done
Checklist
Description
In autoware, there are 2 kinds of ObjectKinematics definition, one is
TrackedObjectKinematics
and the other isDetectedObjectKinematics
, they are equal to each other in integer value, but they should have difference namespaces.__Expected behavior
DetectedObjectKinematics
is a wrong type, it should beTrackedObjectKinematics
because of code typeTrackedObject & object
for same reason,
code
should also use
TrackedObjectKinematics
Actual behavior
DetectedObjectKinematics
is used forTrackedObject
type.Steps to reproduce
check source code, code review.
Versions
autoware, latest main branch
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: