-
Notifications
You must be signed in to change notification settings - Fork 280
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
missing python API docs #340
Comments
This is likely related to #250 |
@tfoote #....
ImportError: No module named _tf2
#.... Maybe the import path needs to be set here? Lines 16 to 19 in cd55e45
I get a full documentation when I build locally on my PC with |
Thanks @MichaelGrupp for looking into this. Looking closer at the import error it's failing on importing _tf2 which is the library wrapped c++ code. Which is not built in the rosdoc builds.
It probably works locally because the package has already been built and consequently python can import the library. I suspect switching away from the autoexception and autoclass might resolve this. |
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Was looking for the python API of tf2_ros, and while the source has many nice comments (Thanks!) they don't seem to have made it to http://docs.ros.org/latest/api/tf2_ros/html/python/tf2_ros.html
The text was updated successfully, but these errors were encountered: