forked from speed-dreams/speed-dreams-code
- Update shadow's driver
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6774 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: c04812f7d855e608107b11d93df75ca5c2cd1be6 Former-commit-id: 92c77b362ab2af286403590e9418cb28ce0e7845
This commit is contained in:
parent
46bad99265
commit
6ac0053f36
2 changed files with 37 additions and 5 deletions
|
@ -1,3 +1,19 @@
|
|||
/***************************************************************************
|
||||
|
||||
file : WheelModel.cpp
|
||||
created : 02 november 2019
|
||||
copyright : (C) 2006 Tim Foden - (C) 2019 Xavier Bertaux
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include <robottools.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
/***************************************************************************
|
||||
|
||||
file : WheelModel.h
|
||||
created : 02 november 2019
|
||||
copyright : (C) 2006 Tim Foden - (C) 2019 Xavier Bertaux
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef _WHEEL_MODEL_H_
|
||||
#define _WHEEL_MODEL_H_
|
||||
|
|
Loading…
Reference in a new issue