- Sep 18, 2019
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Sep 03, 2019
-
-
Lucile Remigy authored
-
- Jul 23, 2019
-
-
Joseph Mirabel 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" {} \;
-
- May 09, 2017
-
-
- Jun 14, 2016
-
-
- Jun 30, 2015
-
-
Florent Lamiraux authored
This enables users to install the official version of fcl together with hpp-fcl.
-
- Apr 24, 2015
-
-
Jeongseok Lee authored
-
- Apr 16, 2015
-
-
Jeongseok Lee authored
-
- May 31, 2014
-
-
Andreas Orthey authored
-
- Mar 04, 2014
-
-
Florent Lamiraux authored
The conversion formula used is valid only for unit quaternions. If a user passes a zero quaternion by mistake, the resulting matrix is identity. This is very confusing since multiplying by a Transform3f containing 0 as a quaternion results in identity Transform3f.
-
- Aug 30, 2013
-
-
panjia1983 authored
-
- Aug 15, 2013
-
-
panjia1983 authored
-
- Sep 19, 2012
-
-
Ioan Sucan authored
-