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

Fix SoftErrorLimiter limitation #785

Merged
merged 8 commits into from
Aug 29, 2015

Commits on Aug 28, 2015

  1. Configuration menu
    Copy the full SHA
    28a7855 View commit details
    Browse the repository at this point in the history
  2. [rtc/SoftErrorLimiter/SoftErrorLimiter.cpp] Limitation by llimit and …

    …ulimit to approach valid joint range when (llimit > m_qRef.data[i] && prev_angle[i] <= m_qRef.data[i]) or ( ulimit < m_qRef.data[i] && prev_angle[i] >= m_qRef.data[i] )
    snozawa committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    86de404 View commit details
    Browse the repository at this point in the history
  3. [rtc/SoftErrorLimiter/SoftErrorLimiter.cpp] Update limitation conside…

    …ring vel, pos, err at once
    snozawa committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    773e978 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0fe7e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43f0ab0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2015

  1. [sample/SampleRobot/samplerobot_soft_error_limiter.py] Update limit t…

    …able check and add error and vel limit check
    snozawa committed Aug 29, 2015
    Configuration menu
    Copy the full SHA
    28ce46b View commit details
    Browse the repository at this point in the history
  2. [sample/SampleRobot/samplerobot_soft_error_limiter.py] Remove unneces…

    …sary mdlldr and fix newline
    snozawa committed Aug 29, 2015
    Configuration menu
    Copy the full SHA
    300f4cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    998614e View commit details
    Browse the repository at this point in the history