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

Is ROS required or optional? #1

Open
zbynekwinkler opened this issue May 21, 2020 · 1 comment
Open

Is ROS required or optional? #1

zbynekwinkler opened this issue May 21, 2020 · 1 comment

Comments

@zbynekwinkler
Copy link

Can this package be built without ROS? The description seems to suggest that it is possible, however the cmake requires some *_ros packages (which I have blacklisted for build without ROS).

Or if there is a way how to test srrg2_proslam without this package, that would also work for me.

@istinj
Copy link
Contributor

istinj commented Jul 15, 2020

Hey
ROS is not really necessary, still srrg2_executor depends from _ros stuff in order to read bag files.
We believe that bags are a very popular way of recording data in the community and, hence, we included as default in this package. Moreover, Ros is exensively used and runs smoothly also on very cheap computing devices (e.g. RPis).
Finally, this allows to run the viewer in another process (IPC happens via ros).

If you really need to remove this dependency, you can create your own main application in srrg2_proslam or in a package that you create :)

Cheers

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

2 participants