Incorrect behavior of finding all joints in JointPositionEditorComponent #812
Labels
feature/robotics
This item is related to robotics.
kind/bug
Categorizes issue or PR as related to a bug.
priority/major
Major priority. Work that should be handled after all blocking and critical work is done.
sig/simulation
Categorizes an issue or PR as relevant to SIG Simulation
Describe the bug
New joints are appended to the list, instead of replacing them.
Also, fixed joints are included in the list, but should not be included.
Assets required
ROS 2 Gem
Steps to reproduce
Expected behavior
The list stays the same with each finding.
Actual behavior
The list grows, appending joints.
Screenshots/Video
Screencast from 12-30-2024 04:14:21 PM.webm
Found in Branch
main (O3DE / o3de-extras)
Also confirmed in development
Commit ID from o3de/o3de
c602b493dbb91b246f479cb4fc35bbbcf3f55228
Commit ID for o3de/o3de-extras
7801ad7
Desktop/Device (please complete the following information):
(device is believed to be irrelevant as this is most likely logic error)
Additional context
Similar "Reload" feature does not append in JointMainpulationEditorComponent (good), but includes fixed joints as well (bad).
The text was updated successfully, but these errors were encountered: