- Nov 15, 2019
-
-
Joseph Mirabel authored
-
- Oct 14, 2019
-
-
Lucile Remigy authored
-
- Sep 10, 2019
-
-
Joseph Mirabel authored
-
- Sep 03, 2019
-
-
Joseph Mirabel authored
-
- Sep 02, 2019
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Lucile Remigy authored
-
- Feb 07, 2019
-
-
* Commands executed: * find include src test -iname "*.h" -type f -exec sed -i "s/^namespace fcl/namespace hpp\n{\nnamespace fcl/; \$i} // namespace hpp\n" {} \; * find src -iname "*.cpp" -type f -exec sed -i "s/^namespace fcl/namespace hpp\n{\nnamespace fcl/; \$a\\\n} // namespace hpp" {} \; * find test/ -iname "*.cpp" -type f -exec sed -i "s/using namespace fcl/using namespace hpp::fcl/; s/fcl::/hpp::fcl::/g" {} \;
-
- Jun 20, 2016
-
-
jcarpent authored
-
- Jun 30, 2015
-
-
Florent Lamiraux authored
This enables users to install the official version of fcl together with hpp-fcl.
-
Florent Lamiraux authored
- add a Boolean value in CollisionRequest to trigger this option, - if selected, fcl::collision function will compute a lower bound on the distance between the two objects if they do not collide.
-