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

Porting opi_recognition to ROS2 #41

Closed
wants to merge 10 commits into from
Closed

Porting opi_recognition to ROS2 #41

wants to merge 10 commits into from

Conversation

IliTheButterfly
Copy link
Contributor

Created packages:

rove_opi:

Takes in an image message and returns a polygon message. The polygon is in 2D (only the x and y values of the points are used).
Use ros2 launch rove_opi opi.launch.py to run.

rove_opi_publisher:

Used for debugging.
Use ros2 launch rove_opi test_opi.launch.py to run

@IliTheButterfly IliTheButterfly changed the title Porting opi_recocgnition to ROS2 Porting opi_recognition to ROS2 Apr 3, 2024
…ile common.py, and BASE_PATH reffers to the python package rove_opi (rove/src/rove_opi/rove_opi)
Copy link
Contributor

@SimonR99 SimonR99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to discuss this, I'm not sure rove_opi should be in the rove repo. I think it should be a standalone repo, something like capra_opi. Then we would have .repos that will be in charge of getting it. That way, other teams or even us later on a new robot would be able to reuse it. A simple launchfile in rove_bringup would call the package.

src/rove_opi/package.xml Outdated Show resolved Hide resolved
src/rove_opi/rove_opi/ReadMe.md Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

3 participants