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

No plugins on mavros_extras are being launched #151

Closed
TSC21 opened this issue Sep 9, 2014 · 10 comments
Closed

No plugins on mavros_extras are being launched #151

TSC21 opened this issue Sep 9, 2014 · 10 comments
Labels
Milestone

Comments

@TSC21
Copy link
Member

TSC21 commented Sep 9, 2014

I'm trying to launch px4.launch, which is in mavros dir. Previously it was possible to load all the plugins, but now no plugin of mavros_extras is loaded. The blacklist is empty, so every plugin are supposed to load, even those on extras.
This is related to 826be38 comment.

@TSC21
Copy link
Member Author

TSC21 commented Sep 9, 2014

After some analysis, it seems like the plugins on mavros_extrasare not being considered in the plugin list. Don't know how to correct this though.

@vooon vooon added the bug label Sep 9, 2014
@vooon vooon added this to the Version 0.8.0 milestone Sep 9, 2014
@vooon
Copy link
Member

vooon commented Sep 9, 2014

Confirmed. Perhaps is pluginlib related bug. I think there was a bug with the update package.xml to format 2.

@vooon
Copy link
Member

vooon commented Sep 9, 2014

Hmm, after update ros distro (check today news), removing build & devel and recompile it works.

Check this:

$ rospack plugins --attrib=plugin mavros
mavros_extras /home/vovan/ros/src/mavros/mavros_extras/mavros_plugins.xml
mavros /home/vovan/ros/src/mavros/mavros/mavros_plugins.xml

@TSC21
Copy link
Member Author

TSC21 commented Sep 11, 2014

vision@ubuntu:~$ rospack plugins --attrib=plugin mavros
mavros /home/vision/vision_ros_ws/src/mavros/mavros/mavros_plugins.xml

Removing build & devel and recompiling didn't solve the problem!

Note: I'm using ROS Hydro on Ubuntu 12.04.5. Full updated. No python-rosdistro new update.

@vooon
Copy link
Member

vooon commented Sep 11, 2014

Also try to revert this commit: 81286eb

(git show <hash> | patch -p1 -R)

@TSC21
Copy link
Member Author

TSC21 commented Sep 11, 2014

how do I do that? git show <hash> | patch -p1 -R give me bash: syntax error near unexpected token|'`

@vooon
Copy link
Member

vooon commented Sep 11, 2014

Replace <hash> with 81286eb

@TSC21
Copy link
Member Author

TSC21 commented Sep 11, 2014

It solved! So it's the package.xml format then! Maybe you can revert it.

@vooon
Copy link
Member

vooon commented Sep 11, 2014

That bad sign. Maybe after 0.8/0.9 i will drop hydro as old stable. I will revert to format 1 for now.

@TSC21
Copy link
Member Author

TSC21 commented Sep 11, 2014

Yep. For now it's better to balance things, as there are many users of Hydro and Ubuntu 12.04

@vooon vooon closed this as completed in c26b619 Sep 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants