Generates forces from pressure_cells information/data. More...
#include <ros/ros.h>
#include <tf/transform_broadcaster.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <cmath>
#include <numeric>
#include <assert.h>
#include <sstream>
#include <phantom_control/Force.h>
#include <pressure_cells/Cop.h>
Go to the source code of this file.
Functions | |
void | COPCallBk (const pressure_cells::Cop &COP) |
int | main (int argc, char **argv) |
Variables | |
phantom_control::Force | force |
Generates forces from pressure_cells information/data.
Definition in file cels_force_gen.cpp.
void COPCallBk | ( | const pressure_cells::Cop & | COP | ) |
Definition at line 109 of file cels_force_gen.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Main
Definition at line 63 of file cels_force_gen.cpp.
phantom_control::Force force |
Definition at line 54 of file cels_force_gen.cpp.