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

Plot limits incorrectly compared to detected points #23

Open
wagenaartje opened this issue Aug 18, 2022 · 1 comment
Open

Plot limits incorrectly compared to detected points #23

wagenaartje opened this issue Aug 18, 2022 · 1 comment

Comments

@wagenaartje
Copy link

In the update() function of plot_detected_objects.py, the following is done:

afbeelding

But while the plot limits are approximately +-5 meters, the received datapoints are extremely large. Take for example the data below:

'detected_points': {'0,0': {'v': 204213353, 'x': 212143469.0, 'y': 199166970.0, 'z': 203623367.0}}}

Because of this, none of the points is plotted. I assume we need to convert the x,y,z points to meters somehow. But how?

@wagenaartje
Copy link
Author

It seems to me that something is going wrong in the conversion done in the below function.

def aux_object(dat, oth, n=16): # detected points/objects

Do you have a reference on how you decode the values? I would like to fix this issue 😄

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