Cleaned up licenses info
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,7 +2,10 @@ examples/__pycache__
|
|||||||
examples/*.pyc
|
examples/*.pyc
|
||||||
examples/*.pgm
|
examples/*.pgm
|
||||||
examples/*.png
|
examples/*.png
|
||||||
|
python/breezyslam/*.pyc
|
||||||
python/breezyslam/__pycache__
|
python/breezyslam/__pycache__
|
||||||
python/build
|
python/build
|
||||||
|
cpp/*.o
|
||||||
|
cpp/*.so
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
|||||||
@@ -21,12 +21,6 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# You should have received a copy of the GNU Lesser General Public License
|
||||||
# along with this code. If not, see <http:#www.gnu.org/licenses/>.
|
# along with this code. If not, see <http:#www.gnu.org/licenses/>.
|
||||||
# You should also have received a copy of the Parrot Parrot AR.Drone
|
|
||||||
# Development License and Parrot AR.Drone copyright notice and disclaimer
|
|
||||||
# and If not, see
|
|
||||||
# <https:#projects.ardrone.org/attachments/277/ParrotLicense.txt>
|
|
||||||
# and
|
|
||||||
# <https:#projects.ardrone.org/attachments/278/ParrotCopyrightAndDisclaimer.txt>.
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = BreezySLAM
|
PROJECT_NAME = BreezySLAM
|
||||||
|
|||||||
@@ -14,12 +14,6 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# You should have received a copy of the GNU Lesser General Public License
|
||||||
# along with this code. If not, see <http:#www.gnu.org/licenses/>.
|
# along with this code. If not, see <http:#www.gnu.org/licenses/>.
|
||||||
# You should also have received a copy of the Parrot Parrot AR.Drone
|
|
||||||
# Development License and Parrot AR.Drone copyright notice and disclaimer
|
|
||||||
# and If not, see
|
|
||||||
# <https:#projects.ardrone.org/attachments/277/ParrotLicense.txt>
|
|
||||||
# and
|
|
||||||
# <https:#projects.ardrone.org/attachments/278/ParrotCopyrightAndDisclaimer.txt>.
|
|
||||||
|
|
||||||
# Where you want to put the library
|
# Where you want to put the library
|
||||||
LIBDIR = /usr/local/lib
|
LIBDIR = /usr/local/lib
|
||||||
|
|||||||
@@ -16,9 +16,4 @@ GNU General Public License for more details.
|
|||||||
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
||||||
along with this code. If not, see <http:#www.gnu.org/licenses/>.
|
along with this code. If not, see <http:#www.gnu.org/licenses/>.
|
||||||
You should also have received a copy of the Parrot Parrot AR.Drone
|
You should also have received a copy of the Parrot Parrot AR.Drone
|
||||||
Development License and Parrot AR.Drone copyright notice and disclaimer
|
|
||||||
and If not, see
|
|
||||||
<https:#projects.ardrone.org/attafchments/277/ParrotLicense.txt>
|
|
||||||
and
|
|
||||||
<https:#projects.ardrone.org/attachments/278/ParrotCopyrightAndDisclaimer.txt>.
|
|
||||||
'''
|
'''
|
||||||
|
|||||||
@@ -18,12 +18,6 @@ GNU General Public License for more details.
|
|||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
||||||
along with this code. If not, see <http:#www.gnu.org/licenses/>.
|
along with this code. If not, see <http:#www.gnu.org/licenses/>.
|
||||||
You should also have received a copy of the Parrot Parrot AR.Drone
|
|
||||||
Development License and Parrot AR.Drone copyright notice and disclaimer
|
|
||||||
and If not, see
|
|
||||||
<https:#projects.ardrone.org/attafchments/277/ParrotLicense.txt>
|
|
||||||
and
|
|
||||||
<https:#projects.ardrone.org/attachments/278/ParrotCopyrightAndDisclaimer.txt>.
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# These classes are implemented as C extensions
|
# These classes are implemented as C extensions
|
||||||
|
|||||||
@@ -17,22 +17,6 @@ GNU General Public License for more details.
|
|||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
||||||
along with this code. If not, see <http:#www.gnu.org/licenses/>.
|
along with this code. If not, see <http:#www.gnu.org/licenses/>.
|
||||||
You should also have received a copy of the Parrot Parrot AR.Drone
|
|
||||||
Development License and Parrot AR.Drone copyright notice and disclaimer
|
|
||||||
and If not, see
|
|
||||||
<https:#projects.ardrone.org/attafchments/277/ParrotLicense.txt>
|
|
||||||
and
|
|
||||||
<https:#projects.ardrone.org/attachments/278/ParrotCopyrightAndDisclaimer.txt>.
|
|
||||||
'''
|
|
||||||
|
|
||||||
'''
|
|
||||||
Change Log:
|
|
||||||
|
|
||||||
01-MAR-2014: Simon D. Levy - Initial release
|
|
||||||
19-MAR-2014: SDL - Added Laser class
|
|
||||||
31-MAR-2014: SDL - Robot.computeVelocities returns dtheta in degrees
|
|
||||||
01-MAY-2014: SDL - Migrated Laser class to C extension
|
|
||||||
04-MAY-2014: SDL - Changed from meters to millimeters
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import math
|
import math
|
||||||
|
|||||||
Reference in New Issue
Block a user