We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85982cb + 0949ed5 commit d3f6497Copy full SHA for d3f6497
Unity3D/Assets/RosSharp/Scripts/RosBridgeClient/Editor/UrdfTransfer/TransferFromRosEditorWindow.cs
@@ -159,7 +159,7 @@ private void DeleteEditorPrefs()
159
private void GetEditorPrefs()
160
{
161
protocolType = (Protocols.Protocol)(EditorPrefs.HasKey("UrdfImporterProtocolNumber") ?
162
- EditorPrefs.GetInt("UrdfImporterProtocolNumber") : 1);
+ EditorPrefs.GetInt("UrdfImporterProtocolNumber") : 0);
163
164
address = (EditorPrefs.HasKey("UrdfImporterAddress") ?
165
EditorPrefs.GetString("UrdfImporterAddress") :
0 commit comments