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

Fix orientation matching util #301

Closed
vooon opened this issue May 24, 2015 · 5 comments
Closed

Fix orientation matching util #301

vooon opened this issue May 24, 2015 · 5 comments

Comments

@vooon
Copy link
Member

vooon commented May 24, 2015

#296 (comment)

@vooon vooon added the bug label May 24, 2015
@vooon
Copy link
Member Author

vooon commented May 24, 2015

Moving to UAS should fix that.

@TSC21
Copy link
Member

TSC21 commented May 24, 2015

Is it ongoing or do I check it and merge?

@vooon
Copy link
Member Author

vooon commented May 24, 2015

Wait a moment please.

@vooon vooon closed this as completed in 0ff3726 May 24, 2015
@vooon vooon added this to the Version 0.12 milestone May 24, 2015
@vooon
Copy link
Member Author

vooon commented May 24, 2015

Now it should work. C++ linking sometime strange :)

vovan@robert:~/ros$ objdump devel/lib/libmavros_plugins.so -x | grep orientation
0000000000000000       F *UND*  0000000000000000              _ZN6mavros3UAS24get_attitude_orientationEv
vovan@robert:~/ros$ objdump devel/lib/libmavros_extras.so -x | grep orientation 
0000000000000000       F *UND*  0000000000000000              _ZN6mavros3UAS27sensor_orientation_matchingEh
0000000000000000       F *UND*  0000000000000000              _ZN6mavros3UAS24get_attitude_orientationEv
vovan@robert:~/ros$ objdump devel/lib/libmavros.so -x | grep orientation        
0000000000000000 l    df *ABS*  0000000000000000              sensor_orientation.cpp
00000000003cbbc0 l     O .bss   00000000000004e0              _ZL18sensor_orientation
000000000017a79b l     F .text  0000000000000015              _GLOBAL__sub_I_sensor_orientation.cpp
0000000000179c3c g     F .text  000000000000004f              _ZN6mavros3UAS27sensor_orientation_matchingEh
000000000011a4bc g     F .text  0000000000000093              _ZN6mavros3UAS24get_attitude_orientationEv

@TSC21
Copy link
Member

TSC21 commented May 24, 2015

I confirm it works! :D

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

No branches or pull requests

2 participants