Skip to content

Component used as templates for new ROS nodes

Notifications You must be signed in to change notification settings

vsolaz-robotnik/rcomponent

 
 

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

  • robotnik_msgs 🔗
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.

About

Component used as templates for new ROS nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 35.3%
  • Python 26.8%
  • C 21.9%
  • Shell 14.2%
  • CMake 1.8%