|
terrain_estimator
|
A list of the last N histograms of traction values are combined into a single histogram. More...
#include <ModelBaseAnalysis.hpp>
Public Member Functions | |
| HistogramTerrainClassification (uint number_histograms) | |
| bool | addHistogram (std::vector< double > histogram, std::vector< double > histogram_angular_velocity, std::vector< double > histogram_linear_velocity) |
| std::vector< double > | getCombinedHistogram () |
A list of the last N histograms of traction values are combined into a single histogram.
Contact: patrick.merz_paranhos@dfki.de
| HistogramTerrainClassification::HistogramTerrainClassification | ( | uint | number_histograms | ) |
| number_histograms | - the number of histograms needed for a combined solution |
********* HistogramTerrainClassification **************** ********* HistogramTerrainClassification **************** ********* HistogramTerrainClassification ****************
| bool HistogramTerrainClassification::addHistogram | ( | std::vector< double > | histogram, |
| std::vector< double > | histogram_angular_velocity, | ||
| std::vector< double > | histogram_linear_velocity | ||
| ) |
adds a histogram to the list of histograms
| histogram_traction | - a histogram of traction forces |
| histogram_angular_velocity | - a histogram of angular velocities |
| histogram_linear_velocity | - a histogram of linear velocities |
| std::vector< double > HistogramTerrainClassification::getCombinedHistogram | ( | ) |
1.8.11