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

orb-slam3修改源码并编译后,ROS模式运行结果为什么还是之前结果,但是直接运行的结果却是改变后的结果 #916

Open
Yangyang221 opened this issue Jul 12, 2024 · 3 comments

Comments

@Yangyang221
Copy link

ROS模式下运行结果:
2024-07-12 16-19-41 的屏幕截图
非ROS模式下的运行结果:
2024-07-12 16-22-44 的屏幕截图
我修改了源码,在viewer里面加入了展示平面的按钮控件,但是使用ROS编译后,pangolin viewer可视化界面中没有改控件

@nesquik011
Copy link

you should show us how you did that

@Yangyang221
Copy link
Author

我在viewer.cc文件中添加了代码:pangolin::Var menuShowPlanar("menu.Show Planar",false,true);
之后进行了代码编译,使用./Examples/RGB-D/rgbd_tum运行时,出现图2效果。使用rosrun 命令出现图1效果

@jarvisyjw
Copy link

Did you compile the ROS node after you changed the code?

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

No branches or pull requests

3 participants