Bug Description
I am getting a NullReferenceException when I press the "Add DH Parameter" button in the AddDhParameterWindow popup of the FKRobot script component. This happens regardless of what values are in the DH parameter text boxes.
I have imported a UR5e from URDF and it appears to have been imported correctly. The controller script works correctly as well. The URDF was generated from the ur_description ROS package provided by Universal Robots.
To Reproduce
Steps to reproduce the behavior:
Add FKRobot script component. The current angles list is empty at first.
Click on "Add DH Parameters" to open the AddDhParameterWindow popup.
Add the first set of DH parameters (I get the same error no matter what values I use).
Click on "Add DH Parameter". At this point, nothing gets added to the DH parameter list and the NullReferenceException occurs.
Expected behavior
I am expecting the DH parameters to be added to the list below the input boxes but that is not occurring.
Screenshots
This screenshots shows the popup window in which the error occurs and the resulting error in the lower left. No parameters are added to the list when the "Add DH parameter" button is pressed.
Environment (please complete the following information, where applicable):
Unity Version: Unity 2022.3.16f1
Unity machine OS + version: MacOS Sonoma 14.5, I have also gotten the same issue on Ubuntu 22.04 and Windows 11.
Branch or version: v0.5.2
If there's anything I'm missing, please let me know.
Bug Description I am getting a NullReferenceException when I press the "Add DH Parameter" button in the AddDhParameterWindow popup of the FKRobot script component. This happens regardless of what values are in the DH parameter text boxes.
I have imported a UR5e from URDF and it appears to have been imported correctly. The controller script works correctly as well. The URDF was generated from the ur_description ROS package provided by Universal Robots.
To Reproduce Steps to reproduce the behavior:
Console logs / stack traces
Expected behavior I am expecting the DH parameters to be added to the list below the input boxes but that is not occurring.
Screenshots This screenshots shows the popup window in which the error occurs and the resulting error in the lower left. No parameters are added to the list when the "Add DH parameter" button is pressed.
Environment (please complete the following information, where applicable):
If there's anything I'm missing, please let me know.