Public Attributes | List of all members
pinocchio::ReachableSetParams Struct Reference

Parameters for the reachable space algorithm. More...

#include <reachable-workspace.hpp>

Public Attributes

int facet_dims = 3
 
int n_samples = 5
 

Detailed Description

Parameters for the reachable space algorithm.

Parameters
n_samplesThe number of samples to use for the discretization of the joint velocity space. The higher the number of samples, the more accurate the reachable set will be, however the longer the computation time will be
facet_dimsThe dimension of the facet that will be sampled. Between 0 and the number of DOF of the robot. The higher the number of samples, the more accurate the reachable set will be, however the longer the computation time will be
convexWhether to make the reachable set convex or not. If set to True, the reachable set will be convex, if False the reachable set will be non-convex.

Definition at line 39 of file reachable-workspace.hpp.

Member Data Documentation

◆ facet_dims

int pinocchio::ReachableSetParams::facet_dims = 3

Definition at line 42 of file reachable-workspace.hpp.

◆ n_samples

int pinocchio::ReachableSetParams::n_samples = 5

Definition at line 41 of file reachable-workspace.hpp.


The documentation for this struct was generated from the following file:


pinocchio
Author(s):
autogenerated on Sat Jun 22 2024 02:41:53