Memristor-Robotics/mep-core

View on GitHub
src/drivers/motion/MotionDriverSimulator.js

Summary

Maintainability
A
3 hrs
Test Coverage

MotionDriverSimulator has 29 functions (exceeds 20 allowed). Consider refactoring.
Open

class MotionDriverSimulator extends EventEmitter {
    static get STATE_IDLE() { return 'I'.charCodeAt(0); }
    static get STATE_STUCK() { return 'S'.charCodeAt(0); }
    static get STATE_MOVING() { return 'M'.charCodeAt(0); }
    static get STATE_ROTATING() { return 'R'.charCodeAt(0); }
Severity: Minor
Found in src/drivers/motion/MotionDriverSimulator.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status