Git Product home page Git Product logo

Comments (5)

SalvoVirga avatar SalvoVirga commented on June 22, 2024

Indeed it "can" send/receive any iiwa_msgs right away.
The ROSSmartServo applications was born as an exemplary application, it shows how to send and receive JointPosition messages. It contains instances of iiwaPublisher and iiwaSubscriber and they do the job, for example at line 135 subscriber.getJointPosition() it will give you the last commanded JointPosition. iiwaSubscriber has all the interfaces necessary to obtain any iiwa_msgs and do what you need to do with them. The method publish() of iiwaPublisher, will just publish any iiwa_msgs previously set (but only if a subscriber is listening).

In general, once you get a clear idea of the stack in the master branch I would suggest you to use the development one. There, ROSSmartServo already publishes the complete state of the robot and it allows robot control both with JointPosition and CartesianPosition (actually, iiwa_msgs is also different there), with a seamless transition between the two.
That branch has a lot of bug fixes and better functionalities than master, the downside is the nothing is documented in the wiki, but with some knowledge on ROS and the KUKA APIs it should be easy to use.

from iiwa_stack.

SalvoVirga avatar SalvoVirga commented on June 22, 2024

More on that, we will probably merge the devel branch into master this week.

from iiwa_stack.

marcoesposito1988 avatar marcoesposito1988 commented on June 22, 2024

In the master branch it was possible to command the robot only in joint position mode. In development we added cartesian control, and we also switched back to standard ROS messages when a custom type is not necessary.

We will specify the possible control modes after merging development into master. Thank you for asking!

from iiwa_stack.

SalvoVirga avatar SalvoVirga commented on June 22, 2024

New version of the framework is now in the master branch.
Also updated readme and wiki, hopefully they are more complete and clear now.

from iiwa_stack.

ahundt avatar ahundt commented on June 22, 2024

Interesting, thanks for the updates

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.