Skip to contents

List All Built-In Sensor Layouts

Usage

pr_layout_list()

Value

A tibble::tibble with columns name, system, grid_rows, grid_cols, n_sensors, n_regions, description.

Examples

pr_layout_list()
#> # A tibble: 13 × 7
#>    name            system    grid_rows grid_cols n_sensors n_regions description
#>    <chr>           <chr>         <int>     <int>     <int>     <int> <chr>      
#>  1 insole_standard insole           18         8        99         7 In-shoe pr…
#>  2 insole_wide     insole           18         8        99         7 In-shoe pr…
#>  3 platform_st     platform         64        40      1792         0 Barefoot p…
#>  4 platform_xl     platform         96        40      2816         0 Barefoot p…
#>  5 platform_cl     platform         48        32      1120         0 Barefoot p…
#>  6 mat_16          mat              16        16       256         0 Pressure s…
#>  7 mat_32          mat              32        32      1024         0 Pressure s…
#>  8 saddle_horse    saddle_m…        16        16       248         6 Equine sad…
#>  9 saddle_bicycle  saddle_m…        12        16       192         4 Bicycle sa…
#> 10 seat_wheelchair seat_mat         32        32      1024         5 Seating pr…
#> 11 seat_car        seat_mat         32        32      1024         4 Seating pr…
#> 12 seat_office     seat_mat         32        32      1024         4 Seating pr…
#> 13 glove           glove            12        10        32         0 Glove sens…