Skip to content

how to import class instead of rosrun ? #24

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

Open
IaroslavS opened this issue Nov 6, 2024 · 0 comments
Open

how to import class instead of rosrun ? #24

IaroslavS opened this issue Nov 6, 2024 · 0 comments

Comments

@IaroslavS
Copy link

Hi !
I have ros1 (noetic) package in C++ (https://github.com/ov2slam/ov2slam)
I want to convert it to python so that I can import one class and create objects that can later call functions of this class. I want to dot it without rosrun <package> <script>, I want just something like this:
from import
object = class()
object.feed_image()

something like that. How should I confgure CMakeLists in order to import class instead of rosrun package ? Thanks in advance)

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

1 participant