-
Notifications
You must be signed in to change notification settings - Fork 62
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, new x500 model
oh yeah totally forgot https://github.com/PX4/PX4-OpticalFlow was a thing, didn't realize this was here! thanks! |
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