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

[x500_monocam_down] added rangefinder #51

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

dakejahl
Copy link
Contributor

I'm working on adding optical flow to sim, I could use some help with review/testing. The big tiled image is to provide texture for finding keypoints... need to figure out how to use something simpler.
PX4/PX4-Autopilot#23456

Copy link
Member

@Jaeyoung-Lim Jaeyoung-Lim left a comment

Choose a reason for hiding this comment

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

We already have implementation for the prior in https://github.com/PX4/PX4-SITL_gazebo-classic/blob/main/src/gazebo_opticalflow_plugin.cpp Probable we can reuse some parts of it?

<joint name="RangeFinderJoint" type="fixed">
<parent>base_link</parent>
<child>rangefinder/base_link</child>
<pose relative_to="base_link">0.05 0 0.1 0 1.5707 0</pose>
Copy link
Member

Choose a reason for hiding this comment

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

I would probably add a dedicated model for optical flow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

you're saying combine range finder and camera? Or a new x500 model?

Copy link
Member

Choose a reason for hiding this comment

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

No, new x500 model

@dakejahl
Copy link
Contributor Author

oh yeah totally forgot https://github.com/PX4/PX4-OpticalFlow was a thing, didn't realize this was here! thanks!

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.

2 participants