Git Product home page Git Product logo

Comments (3)

SalvoVirga avatar SalvoVirga commented on September 23, 2024

I got Sunrise.OS 1.11 few days ago. From what I've quickly seen, only a small change in ROSSmartServo.java.
Lines 304-309 should become something like :

case CARTESIAN_POSE: {
     PoseStamped commandPosition = subscriber.getCartesianPose();
     Transformation tr = helper.rosPoseToKukaTransformation(commandPosition.getPose());
     Frame destinationFrame = new Frame(tr);
     if (robot.isReadyToMove())
         motion.getRuntime().setDestination(destinationFrame);
}

But I didn't have the time to test 1.11 on the real robot. This should be the only change needed.
Let me know if everything is fine for you, I will probably install 1.11 on my robot later next week.

from iiwa_stack.

SalvoVirga avatar SalvoVirga commented on September 23, 2024

branch /feature/Sunrise1.11 now supports the correspondent version, soon to be merged in master

from iiwa_stack.

gekoraus avatar gekoraus commented on September 23, 2024

Thank you very much! I just updated and everything is working as expected!

from iiwa_stack.

Related Issues (20)

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.