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

Fixes error in differential drive #97

Merged
merged 1 commit into from
Jun 21, 2022
Merged

Conversation

maxspahn
Copy link
Owner

Fixes problem concerning action spaces being inconsistent with the actual actions applied to the robot. The action space was considering potential motions in x, y, and theta directions while only angular and forward velocities can be applied to differential drive robots.

…nsistenc with the actual actions applied to the robot. The action space was considering potential motions in x, y and theta direction while only angular and forward velocities can be applied to differential drive robots.
@maxspahn maxspahn requested a review from alxschwrz June 20, 2022 15:39
@maxspahn
Copy link
Owner Author

@alxschwrz Can you review that.

Copy link
Collaborator

@alxschwrz alxschwrz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested this for boxer and albert. Works! In general, it would be nice to directly set realistic values for the velocity limits. This is not part of this PR though.

@alxschwrz alxschwrz merged commit 00001be into develop Jun 21, 2022
@maxspahn maxspahn deleted the fix-action-space-albert branch June 21, 2022 14:24
siyuanwu99 pushed a commit to siyuanwu99/gym_envs_urdf that referenced this pull request Sep 21, 2022
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

Successfully merging this pull request may close these issues.

2 participants