Skip to content

RobotnikAutomation/rcomponent

Folders and files

NameName
Last commit message
Last commit date
Feb 28, 2024
Nov 11, 2019
Aug 9, 2024
Aug 6, 2024
Aug 9, 2024
Feb 28, 2024
Aug 6, 2024
May 24, 2021
Feb 28, 2024
Apr 14, 2021
Feb 28, 2024
Feb 6, 2017

Repository files navigation

RComponent

This component is used as a template for new ROS nodes.

There are two available scripts:

  • node_creator

    • Simplifies the creation of a new RComponent based node. It creates a package with a functional node in C++ or Python.
  • subnode_creator

    • Simplifies the creation of new C++ nodes that inherit from others on existing packages. The existing package requires to be created with the RComponent 'node_creator' script.

Dependencies

git clone https://github.com/RobotnikAutomation/robotnik_msgs.git

ROS

Parameters

  • desired_freq (double, default: 40.0): The frequency of the node.

Topics

  • Publications

    • ~/state (robotnik_msgs/State): Publishes an overview of the state of the node.