Skip to content

Commit 68d91b3

Browse files
Hotfix for URDF Robot switching axis spuriously
1 parent 89e7022 commit 68d91b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/UrdfComponents/UrdfRobot.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public class UrdfRobot : MonoBehaviour
2424
{
2525
public string FilePath;
2626
public ImportSettings.axisType choosenAxis ;
27+
[SerializeField]
2728
private ImportSettings.axisType currentOrientation = ImportSettings.axisType.yAxis;
2829
public List<CollisionIgnore> collisionExceptions;
2930
#region Configure Robot

0 commit comments

Comments
 (0)