-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from cram2/boxy-melodic
Boxy melodic
- Loading branch information
Showing
626 changed files
with
100,624 additions
and
15,386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
build | ||
*# | ||
latest_asdf_check | ||
.#* | ||
.#* | ||
*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
Copyright (c) 2009 - 2021, CRAM team | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
* Neither the name of the Intelligent Autonomous Systems Group/ | ||
Technische Universitaet Muenchen, nor the name of the | ||
Institute for Artificial Intelligence/Universitaet Bremen, | ||
nor the names of their contributors may be used to | ||
endorse or promote products derived from this software without | ||
specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# THIS IS AN AUTOGENERATED FILE, LAST GENERATED USING wstool ON 2018-10-16 | ||
- git: | ||
local-name: cram | ||
uri: https://github.com/cram2/cram.git | ||
version: master-melodic | ||
- git: | ||
local-name: giskard_msgs | ||
uri: https://github.com/SemRoCo/giskard_msgs.git | ||
version: 5bfb2a2dc0d58635fab4eceaf93a43c2729a4cdf | ||
- git: | ||
local-name: iai_common_msgs | ||
uri: https://github.com/code-iai/iai_common_msgs.git | ||
version: 46d6e9b9be386de9cf5e153f489c382e0c66f74c | ||
- git: | ||
local-name: iai_maps | ||
uri: https://github.com/code-iai/iai_maps.git | ||
version: 497632f5bbf8f028b5cf25470efeefbaaf9ce388 | ||
- git: | ||
local-name: genlisp | ||
uri: https://github.com/ros/genlisp.git | ||
version: 3ac633abacdf5ab321d23ed013c7d5b7da97736d |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
;;; | ||
;;; Copyright (c) 2010, Lorenz Moesenlechner <[email protected]> | ||
;;; All rights reserved. | ||
;;; | ||
;;; Redistribution and use in source and binary forms, with or without | ||
;;; modification, are permitted provided that the following conditions are met: | ||
;;; | ||
;;; * Redistributions of source code must retain the above copyright | ||
;;; notice, this list of conditions and the following disclaimer. | ||
;;; * Redistributions in binary form must reproduce the above copyright | ||
;;; notice, this list of conditions and the following disclaimer in the | ||
;;; documentation and/or other materials provided with the distribution. | ||
;;; * Neither the name of the Intelligent Autonomous Systems Group/ | ||
;;; Technische Universitaet Muenchen nor the names of its contributors | ||
;;; may be used to endorse or promote products derived from this software | ||
;;; without specific prior written permission. | ||
;;; | ||
;;; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
;;; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
;;; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
;;; ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
;;; LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
;;; CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
;;; SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
;;; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
;;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
;;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
;;; POSSIBILITY OF SUCH DAMAGE. | ||
;;; | ||
|
||
(defsystem cl-bullet-examples | ||
:author "Lorenz Moesenlechner <[email protected]>" | ||
:license "BSD" | ||
:depends-on (cl-bullet cl-transforms) | ||
:components | ||
((:module "src/lisp/examples" | ||
:components | ||
((:file "package") | ||
(:file "hello-world" :depends-on ("package")))))) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
;;; | ||
;;; Copyright (c) 2010, Lorenz Moesenlechner <[email protected]> | ||
;;; All rights reserved. | ||
;;; | ||
;;; Redistribution and use in source and binary forms, with or without | ||
;;; modification, are permitted provided that the following conditions are met: | ||
;;; | ||
;;; * Redistributions of source code must retain the above copyright | ||
;;; notice, this list of conditions and the following disclaimer. | ||
;;; * Redistributions in binary form must reproduce the above copyright | ||
;;; notice, this list of conditions and the following disclaimer in the | ||
;;; documentation and/or other materials provided with the distribution. | ||
;;; * Neither the name of the Intelligent Autonomous Systems Group/ | ||
;;; Technische Universitaet Muenchen nor the names of its contributors | ||
;;; may be used to endorse or promote products derived from this software | ||
;;; without specific prior written permission. | ||
;;; | ||
;;; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
;;; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
;;; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
;;; ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
;;; LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
;;; CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
;;; SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
;;; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
;;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
;;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
;;; POSSIBILITY OF SUCH DAMAGE. | ||
;;; | ||
|
||
(defsystem cl-bullet | ||
:author "Lorenz Moesenlechner <[email protected]>" | ||
:license "BSD" | ||
:description "A common lisp wrapper for the bullet library" | ||
|
||
:depends-on (:cffi | ||
:cffi-ros-utils | ||
:trivial-garbage | ||
:ros-load-manifest | ||
:cram-utilities | ||
:split-sequence | ||
:cl-transforms) | ||
:components | ||
((:module "src/lisp" | ||
:components | ||
((:file "package") | ||
(:file "foreign-types" :depends-on ("package")) | ||
(:file "cffi" :depends-on ("package" "foreign-types")) | ||
(:file "foreign-class" :depends-on ("package")) | ||
(:file "debug-draw" :depends-on ("package" "foreign-types" "cffi" "foreign-class")) | ||
(:file "bt-world" :depends-on ("package" "cffi" "foreign-class" "rigid-body" "contact-manifold")) | ||
(:file "contact-manifold" :depends-on ("package")) | ||
(:file "motion-state" :depends-on ("package" "cffi" "foreign-class")) | ||
(:file "rigid-body" :depends-on ("package" "cffi" "foreign-class" "motion-state")) | ||
(:file "collision-shapes" :depends-on ("package" "cffi" "foreign-class")) | ||
(:file "constraints" :depends-on ("package" "cffi" "foreign-class")) | ||
(:file "point-2-point-constraint" :depends-on ("package" "cffi" "constraints")) | ||
(:file "hinge-constraint" :depends-on ("package" "cffi" "constraints")) | ||
(:file "slider-constraint" :depends-on ("package" "cffi" "constraints")) | ||
(:file "world-state" :depends-on ("package" | ||
"bt-world" | ||
"rigid-body" | ||
"collision-shapes" | ||
"point-2-point-constraint" | ||
"hinge-constraint" | ||
"slider-constraint")))))) | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.