rosjava / android_core

Android libraries for rosjava
145 stars 166 forks source link

Exception: org.ros.node.NodeConfiguration cannot be cast to android.os.Parcelable #325

Open kjitender469 opened 3 years ago

kjitender469 commented 3 years ago

I am trying to pass the object of nodeConfiguration to a fragment so that I can execute a node from this fragment but got this exception and unable to solve this. Please help to get rid of this exception.

java.lang.ClassCastException: org.ros.node.NodeConfiguration cannot be cast to android.os.Parcelable