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

2D nav Goal in rvizweb #46

Open
SystemDiagnosticss opened this issue Feb 23, 2021 · 5 comments
Open

2D nav Goal in rvizweb #46

SystemDiagnosticss opened this issue Feb 23, 2021 · 5 comments

Comments

@SystemDiagnosticss
Copy link

Is it possible get 2D pose estimate and 2D nav Goal value in rvizweb via onclick js event??

@SystemDiagnosticss
Copy link
Author

Hi guys @jubeira @chapulina @mvollrath Can you please give me feedback. Thanks

@jubeira
Copy link
Collaborator

jubeira commented Feb 25, 2021

Hi @SystemDiagnosticss, I don't think that's a feature in the current codebase.
You basically want to raycast a click in the screen, is that right?

@SystemDiagnosticss
Copy link
Author

Hi @SystemDiagnosticss, I don't think that's a feature in the current codebase.
You basically want to raycast a click in the screen, is that right?

Yes absolutely

@jubeira
Copy link
Collaborator

jubeira commented Mar 1, 2021

So while it's not implemented, you can try modifying the code if you want to.
Here's one pointer that could be useful: https://threejs.org/docs/#api/en/core/Raycaster.

I'd try looking at how to use it in this codebase to start with.
Good luck!

@SystemDiagnosticss
Copy link
Author

@jubeira thanks for your answer. May you give me some start point (some_file.js) where I can add this possibilities?

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