17 #include <third_party/box2d/box2d.h> 30 static constexpr
float kTouchSignal = 1.0f;
31 static constexpr
double kReceptorBoundaryTolerance = 0.1;
36 b2Body* body()
const {
return body_; }
38 int resolution()
const {
return resolution_; }
40 vector<float> receptors()
const;
43 double pointToSensor(
const b2Vec2& point)
const;
46 b2Body* body_ =
nullptr;
47 const int resolution_ = 0;
A basic touch sensor attached to a physical body.
Definition: touch_sensor.h:29
Definition: accelerometer.cpp:19