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

Script create_movie.py fails when run on logs associated with study_static_obstacles #4

Open
alexperez33 opened this issue Mar 3, 2024 · 0 comments

Comments

@alexperez33
Copy link

alexperez33 commented Mar 3, 2024

The executable study_static_obstacles generates a log (info_about_bm.txt) which only contains x,y,z, and r related data about obstacles. The script create_movie.py expects x,y,z,r,vx,vy,vz, so it fails to unpack the obstacle information in info_about_bm.txt generated from study_static_obstacles.

It seems a solution would be to log 0,0,0 as well for each obstacle when logging info_about_bm.txt. This would represent vx, vy, and vz, and allow create_movie.py to function properly.

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