Code Monkey home page Code Monkey logo

robotnik_joint_state_publisher's Introduction

robotnik_joint_state_publisher

1 JointStatePublisher

Node to republish in a single topic a set of sensor_msgs/JointState topics. The publication frequency is set by the node and it republishes the last JointState values received. This node ensures that all joint states are published at the same frequency. In case of a topic timeout (time elapsed without receiving a message), the set of joints that are published by this topic are removed from the output message.

1.1 Parameters

  • ~source_list (List, default: ) List of topics to be republished. Each item of the list contains the name of the topic and the timeout in seconds.

Example:

source_list:
  - name: /joint_state
    timeout: 1.0
  - name: /joint_state_2
    timeout: 1.0

This node inherits all the parameters of the RComponent base node.

1.2 Subscribed Topics

This node subscribes to each topic defined in the source_list parameter.

1.3 Published Topics

  • ~/joint_states (sensor_msgs/JointState) Output message that contain the concatenation of the joint states received from the source_list parameter.

1.4 Services

This node has not service servers.

1.5 Services Called

This node does not call to services.

1.6 Action server

This node has not action servers.

1.7 Action clients

This node does not call to action servers.

1.8 Required tf Transforms

This node does not require transforms.

1.9 Provided tf Transforms

This node does not provide transforms.

1.10 Bringup

roslaunch robotnik_joint_state_publisher joint_state_publisher.launch

robotnik_joint_state_publisher's People

Contributors

alex-arnal avatar robert-ros avatar

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.