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

mocap plugin won't load #121

Closed
TSC21 opened this issue Aug 15, 2014 · 3 comments
Closed

mocap plugin won't load #121

TSC21 opened this issue Aug 15, 2014 · 3 comments

Comments

@TSC21
Copy link
Member

TSC21 commented Aug 15, 2014

I launched the mavros_node for PX4 and I got the following:

[ERROR] [1408109809.211791974]: Plugin load exception: MultiLibraryClassLoader: Could not create object of class type mavpluginEstimate::MocapPosePlugin as no factory exists for it. Make sure that the library exists and was explicitly loaded through MultiLibraryClassLoader::loadLibrary()
@TSC21
Copy link
Member Author

TSC21 commented Aug 15, 2014

Fixed by changing the following on mavros_plugins.xml:

<class name="mocap_pose_estimate" type="mavpluginEstimate::MocapPosePlugin" base_class_type="mavplugin::MavRosPlugin">
        <description>Send mocap's pose data to FCU.</description>
    </class>

should be:

<class name="mocap_pose_estimate" type="mavplugin::MocapPoseEstimatePlugin" base_class_type="mavplugin::MavRosPlugin">
        <description>Send mocap's pose data to FCU.</description>
    </class>

@TSC21 TSC21 closed this as completed Aug 15, 2014
@TSC21 TSC21 reopened this Aug 15, 2014
@TSC21
Copy link
Member Author

TSC21 commented Aug 15, 2014

Can you add this correction @vooon. Just to not mix with my current PR.

@TSC21 TSC21 closed this as completed Aug 15, 2014
vooon added a commit that referenced this issue Aug 15, 2014
@vooon
Copy link
Member

vooon commented Aug 15, 2014

@TSC21 i'll fix it.

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