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

Physics update #480

Merged
merged 37 commits into from
Jan 18, 2024
Merged

Physics update #480

merged 37 commits into from
Jan 18, 2024

Conversation

chrismbirmingham
Copy link
Contributor

Updated the physics engine to Havok. At this point I still plan on updating some of the moonbase assets to take advantage of the physics engine upgrade (making them more graspable).

Copy link
Member

@tcorbly tcorbly left a comment

Choose a reason for hiding this comment

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

Looks like cloning the fork instead of switching from the master branch worked. Here are a few of the things I've noticed so far:

  • Objects in the world do not reset when the reset world button is clicked.
  • Motor speeds appear to be around half the speed they were previously.
  • When the robot stops the back of it flips up a little bit. This may be solved by changing the weight on some of the parts of the robot.
  • The wheels tend to slide a bit during turns. This may be solved by changing friction on the wheels
  • So far zero issues with the robot sliding over time!
  • In JBC sandbox A, there is a second A mat overlaying the A mat that seems to be mirrored after switching between scenes. Not there after a page refresh
  • In JBC Sandbox B, the A mat is overlaying the B mat, should just be B after switching between scenes. Not there after a page refresh
  • The robot's starting rotation is labeled as -45 degrees. It should be 0 to start but still be in the same position
  • Reflectance sensor are not picking up any readings and should be on port 1 instead of port 3
  • When the robot is touching another object at the end of its run, both objects go flying as soon as the run finishes
  • Hard to tell on my end but positions and things like that for challenges (6c would be the one to look at) don't seem to be the same or able to be reset

@tcorbly tcorbly merged commit f3e298a into kipr:master Jan 18, 2024
1 check passed
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