BipedalLocomotion::ML namespace

Classes

struct MANNInput
MANNInput contains the input to the MANN network.
struct MANNOutput
MANNOutput contains the output to the MANN network.
class MANN
MANN is a class that allows to perform the inference of an onnx implementing Mode-Adaptive Neural Networks (MANN).
struct MANNFootState
MANNFootState contains the state of a foot in contact with the ground.
struct MANNAutoregressiveInput
MANNAutoregressiveInput contains the unput to MANN network when used in autoregressive fashion.
struct MANNAutoregressiveOutput
MANNAutoregressiveOutput contains the output to the MANN network when used in autoregressive fashion.
class MANNAutoregressive
MANNAutoregressive is a class that allows to perform autoregressive inference with Mode-Adaptive Neural Networks (MANN).
struct MANNDirectionalInput
Structure representing directional input for MANNAutoregressive.
class MANNAutoregressiveInputBuilder
MANNAutoregressiveInputBuilder generates a MANNAutoregressiveInput from a pair of directional inputs.
struct MANNTrajectoryGeneratorInput
Input of the planner.
struct MANNTrajectoryGeneratorOutput
Output of the trajectory planner.
class MANNTrajectoryGenerator
MANNTrajectoryGenerator is a class that uses MANNAutoregressive to generate a kinematically feasible trajectory for humanoid robots.
struct VelMANNInput
VelMANNInput contains the input to the MANN network.
struct VelMANNOutput
MANNOutput contains the output to the MANN network.
class VelMANN
MANN is a class that allows to perform the inference of an onnx implementing Mode-Adaptive Neural Networks (MANN).
struct VelMANNFootState
VelMANNFootState contains the state of a foot in contact with the ground.
struct VelMANNAutoregressiveInput
VelMANNAutoregressiveInput contains the unput to VelMANN network when used in autoregressive fashion.
struct VelMANNAutoregressiveOutput
VelMANNAutoregressiveOutput contains the output to the VelMANN network when used in autoregressive fashion.
class VelMANNAutoregressive
VelMANNAutoregressive is a class that allows to perform autoregressive inference with Mode-Adaptive Neural Networks (MANN).
struct VelMANNDirectionalInput
Structure representing directional input for VelMANNAutoregressive.
class VelMANNAutoregressiveInputBuilder
VelMANNAutoregressiveInputBuilder generates a VelMANNAutoregressiveInput from a pair of directional inputs.
struct VelMANNTrajectoryGeneratorInput
Input of the planner.
struct VelMANNTrajectoryGeneratorOutput
Output of the trajectory planner.
class VelMANNTrajectoryGenerator
VelMANNTrajectoryGenerator is a class that uses VelMANNAutoregressive to generate a kinematically feasible trajectory for humanoid robots.