Giter Club home page Giter Club logo

surena-v's People

Contributors

alibzrn avatar amin-amani avatar amirhosein-vedadi avatar surenahumanoid avatar yazdanifaeze avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

surena-v's Issues

zinq variable packet size

commented lines when handDeviceID is 4 ~6 are problem because the packet size must be 300.

epos.cpp line 529

inline QByteArray Epos::CreateHandPacket(QList<int> motorPositions)
{

    static int handDeviceID=0;
    QByteArray data;

    if(handDeviceID<4){
        data.append(CreatePDOPacket(0x401+handDeviceID,motorPositions[12+handDeviceID+4],0x3f));
        data.append(CreatePDOPacket(0x401+handDeviceID,motorPositions[12+handDeviceID],0x3f));
        handDeviceID++;
    }
    else if(handDeviceID> 3 && handDeviceID<7)
    {
        // data.append(CreateDynamixelPacket(0x581,handDeviceID-3,motorPositions[12+handDeviceID],100));
        // data.append(CreateDynamixelPacket(0x581,handDeviceID-3,motorPositions[8+12+handDeviceID],100));
        handDeviceID++;
    }
    else if(handDeviceID==7)
    {
        ///right palm
        // data.append(CreatePDOPacket(palmCanID,motorPositions[19] &0xff,0));
        // ///left palm
        // data.append(CreatePDOPacket(palmCanID,motorPositions[27] &0xff,0));
        handDeviceID++;
    }
    else if(handDeviceID==8)//start move into controlworld for hands
    {
        data.append(CreatePDOPacket(0x501,0x0f,0x0f));
        data.append(CreatePDOPacket(0x501,0x0f,0x0f));
        handDeviceID=0;

    }
    return data;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.