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

[iRazorIMU] test didn't specify port correctly #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jogama
Copy link

@jogama jogama commented Aug 16, 2017

For some reason test_iRazorIMU.moos specified the serial port outside the ProcessConfig block:

//------------------------------------------------
// iRazorIMU config block

RAZORIMU_SERIAL_PORT = /dev/ttyUSB0

ProcessConfig = iRazorIMU
{
  AppTick   = 4
  CommsTick = 4

  MODE = ACC_MAG_GYR_CALIBRATED
  // MODE values:
  //    YAW_PITCH_ROLL
  //    ACC_MAG_GYR_RAW
  //    ACC_MAG_GYR_CALIBRATED
}

The app itself expects parameter SERIAL_PORT to be specified.

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.

1 participant