Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.2 KB

This repository is deprecated!

Please refer to the deepx_system_integration repository. See this ClickUp task for details.

Build workflow License

Node Registry

The node_registry package provides the base node classes and utils to eliminate boilerplates when creating ROS nodes. For example when using the simulator all the use_sim_time parameter of all nodes in the system should be set to True. Using the registry base class, such functionalities can easily be accomplished. This is applicable for both C++/Python.




For detailed instructions on how to: