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
ROS模式下运行结果: 非ROS模式下的运行结果: 我修改了源码,在viewer里面加入了展示平面的按钮控件,但是使用ROS编译后,pangolin viewer可视化界面中没有改控件
The text was updated successfully, but these errors were encountered:
you should show us how you did that
Sorry, something went wrong.
我在viewer.cc文件中添加了代码:pangolin::Var menuShowPlanar("menu.Show Planar",false,true); 之后进行了代码编译,使用./Examples/RGB-D/rgbd_tum运行时,出现图2效果。使用rosrun 命令出现图1效果
Did you compile the ROS node after you changed the code?
No branches or pull requests
ROS模式下运行结果:
非ROS模式下的运行结果:
我修改了源码,在viewer里面加入了展示平面的按钮控件,但是使用ROS编译后,pangolin viewer可视化界面中没有改控件
The text was updated successfully, but these errors were encountered: