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

Bug in point_robot_passage due to command line argument #99

Open
maxspahn opened this issue Jul 24, 2023 · 0 comments
Open

Bug in point_robot_passage due to command line argument #99

maxspahn opened this issue Jul 24, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@maxspahn
Copy link
Collaborator

Mentioned in #96

For the file point robot urdf passage, In the file point_robot_urdf_passage, the following code doesn't work, producing error messages regardless of whether the value is 0 or 1. Modifying the line to res = run_point_robot_urdf(n_steps=6000, render=True) seems to make it work fine.
import sys res = run_point_robot_urdf(n_steps=6000, render=bool(int(sys.argv[1])))

If no command line argument is passed, rendering should be activated.

@maxspahn maxspahn added bug Something isn't working good first issue Good for newcomers labels Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant