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

Update Razor node #1

Merged
merged 8 commits into from
Oct 31, 2019
Merged

Update Razor node #1

merged 8 commits into from
Oct 31, 2019

Conversation

msadowski
Copy link

Here are some updates I've been working on:

  • Add a short pause between command is send
  • Create lib file containing hopefully all of the IMU commands
  • Check if the calibration data has been written successfully to the board <- this has an issue in that the checks doesn't round any numbers which will cause false positives. I might refactor this in the near future
  • Read name of the tf frame from the config
  • Read covariances from the config file


send_command(serial_instance, GET_CALIBRATION_VALUES)
config = ""
for _ in range(0, 21):
Copy link
Owner

Choose a reason for hiding this comment

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

I don't understand '_' in the for _ in range(0, 21), is this just a dump variable?

Copy link
Author

Choose a reason for hiding this comment

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

Yes, this way you don't create unused variables.

@joekeo joekeo merged commit c23a450 into joekeo:indigo-devel Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants