We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As in the title, bring the update of the scan outside this method, so that update_poseis only responsible for updating the racecar state.
update_pose
In the future, we could compute the scan only if required by the observation space, so it would be better to separate it.
Note: currently the collision check relies on the scan, so this issue depends on finding an alternative way to check for collisions.
Originally posted by @luigiberducci in #74 (comment)
The text was updated successfully, but these errors were encountered:
hzheng40
No branches or pull requests
As in the title, bring the update of the scan outside this method, so that
update_pose
is only responsible for updating the racecar state.In the future, we could compute the scan only if required by the observation space, so it would be better to separate it.
Note: currently the collision check relies on the scan, so this issue depends on finding an alternative way to check for collisions.
Originally posted by @luigiberducci in #74 (comment)
The text was updated successfully, but these errors were encountered: