Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArgumentException: type, when trying to add a pointcloud2 topic on Desktop #10

Open
johannes-graeter opened this issue Mar 26, 2021 · 1 comment

Comments

@johannes-graeter
Copy link

johannes-graeter commented Mar 26, 2021

Hi there,

first of all: great job on this project!
I tried to run iviz on Ubuntu 20.04 with Unity 2019.4.23
When adding a Pointcloud2 topic, I got the follwing error on clicking the topic:

ArgumentException: type
Iviz.App.ModuleListPanel.CreateModuleForTopic (System.String topic, System.String type) (at Assets/Application/Panels/ModuleListPanel.cs:688)
Iviz.App.AddTopicDialogData.OnItemClicked (System.Int32 index, System.String _) (at Assets/Application/Panels/Dialogs/AddTopicDialogData.cs:119)
Iviz.App.ItemListDialogContents.RaiseClicked (System.Int32 id, System.String text) (at Assets/Application/Panels/Dialogs/ItemListDialogContents.cs:225)
Iviz.App.ItemListDialogContents+ItemEntry+<>c__DisplayClass8_0.<.ctor>b__0 () (at Assets/Application/Panels/Dialogs/ItemListDialogContents.cs:88)
UnityEngine.Events.InvokableCall.Invoke () (at /home/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent.cs:166)
UnityEngine.Events.UnityEvent.Invoke () (at /home/bokken/buildslave/unity/build/Runtime/Export/UnityEvent/UnityEvent/UnityEvent_0.cs:58)
UnityEngine.UI.Button.Press () (at /home/graeter/Unity/Hub/Editor/2019.4.23f1/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/UI/Core/Button.cs:68)
UnityEngine.UI.Button.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at /home/graeter/Unity/Hub/Editor/2019.4.23f1/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/UI/Core/Button.cs:110)
UnityEngine.EventSystems.ExecuteEvents.Execute (UnityEngine.EventSystems.IPointerClickHandler handler, UnityEngine.EventSystems.BaseEventData eventData) (at /home/graeter/Unity/Hub/Editor/2019.4.23f1/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/EventSystem/ExecuteEvents.cs:50)
UnityEngine.EventSystems.ExecuteEvents.Execute[T] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.ExecuteEvents+EventFunction`1[T1] functor) (at /home/graeter/Unity/Hub/Editor/2019.4.23f1/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/EventSystem/ExecuteEvents.cs:261)
UnityEngine.EventSystems.EventSystem:Update() (at /home/graeter/Unity/Hub/Editor/2019.4.23f1/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/EventSystem/EventSystem.cs:377)

any leads/suggestions how to solve it?

@akzeac
Copy link
Contributor

akzeac commented Mar 26, 2021

Oh no, I thought I had uploaded the fix already.
I hope it works well in the latest push.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants