Plugins#
Loads registered Python and C++ plugins.
Python plugins extend
navground.core.Behavior
,navground.core.Kinematics
,Scenario
,StateEstimation
, andTask
registers
Returns all plugins
- Parameters:
kinds – The kinds of components
- Returns:
A dictionary {pkg name: {kind: [(registered type, language)]}}