This class simulates the PowerCubes in a very rough and simple way. More...
#include <schunk_powercube_chain/PowerCubeCtrl.h>
#include <schunk_powercube_chain/Joint.h>
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <pthread.h>
Go to the source code of this file.
Classes | |
class | PowerCubeSim |
struct | SimThreadArgs |
Defines | |
#define | DAEMPFUNG 0.5 |
#define | K13 0.5 |
#define | K14 0.5 |
#define | K15 3 |
#define | MAX_ACC 0.5 |
#define | MAX_VEL 0.5 |
This class simulates the PowerCubes in a very rough and simple way.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License LGPL as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License LGPL for more details.
You should have received a copy of the GNU Lesser General Public License LGPL along with this program. If not, see <http://www.gnu.org/licenses/>.
Definition in file PowerCubeSim.h.
#define DAEMPFUNG 0.5 |
Definition at line 83 of file PowerCubeSim.h.
#define K13 0.5 |
Definition at line 80 of file PowerCubeSim.h.
#define K14 0.5 |
Definition at line 81 of file PowerCubeSim.h.
#define K15 3 |
Definition at line 82 of file PowerCubeSim.h.
#define MAX_ACC 0.5 |
Definition at line 79 of file PowerCubeSim.h.
#define MAX_VEL 0.5 |
Definition at line 78 of file PowerCubeSim.h.