nodelet

Summary

nodelet
Version:

1.9.3

Description:

The nodelet package is designed to provide a way to run multiple algorithms in the same process with zero copy transport between algorithms. This package provides both the nodelet base class needed for implementing a nodelet, as well as the NodeletLoader class used for instantiating nodelets.

Maintainers:
  • Esteve Fernandez <esteve AT osrfoundation DOT org>
Licenses:
  • BSD
Urls:
Authors:
  • Tully Foote
  • Radu Bogdan Rusu
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:

Types

Service types

nodelet/NodeletList
Field (Response):
 
  • nodelets[] (string) –
---
string[] nodelets
nodelet/NodeletLoad
Field (Request):
 
  • name (string) –
  • type (string) –
  • remap_source_args[] (string) –
  • remap_target_args[] (string) –
  • my_argv[] (string) –
  • bond_id (string) –
Field (Response):
 
  • success (bool) –
string name
string type
string[] remap_source_args
string[] remap_target_args
string[] my_argv

string bond_id
---
bool success
nodelet/NodeletUnload
Field (Request):
 
  • name (string) –
Field (Response):
 
  • success (bool) –
string name
---
bool success