We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Good day i try to launch dso on my raspberry with ROS.
i have raspberry with camera and ubuntu server on it also i have pc with ubuntu desktop
i can run camera node on raspberry and use it on my PC with dso_ros package
now i want to move dso_ros to raspberry i compile dso without pangolin, remove usage of pangolin in dso_ros
but then i start it on raspberry i receive following error
Unable to init server: Could not connect: Connection refused (post Optimize:22143): Gtk-WARNING **: 13:47:34.346: cannot open display: dso_live: /usr/include/boost/thread/pthread/mutex.hpp:56: boost::mutex::~mutex(): Assertion `!posix::pthread_mutex_destroy(&m)' failed. Aborted (core dumped)
so, because i didn't find any link to GUI in dso_ros i think that i miss something then prepare dso. can anybody helm me?
The text was updated successfully, but these errors were encountered:
ok, i found the issie - there is invoke of debugPlot method in FullSystem.cpp. just comment them anr recompile.
Sorry, something went wrong.
No branches or pull requests
Good day
i try to launch dso on my raspberry with ROS.
i have raspberry with camera and ubuntu server on it
also i have pc with ubuntu desktop
i can run camera node on raspberry and use it on my PC with dso_ros package
now i want to move dso_ros to raspberry
i compile dso without pangolin, remove usage of pangolin in dso_ros
but then i start it on raspberry i receive following error
so, because i didn't find any link to GUI in dso_ros i think that i miss something then prepare dso. can anybody helm me?
The text was updated successfully, but these errors were encountered: