From a8e477431ff89698f2eb55751cbafa3e1c61050f Mon Sep 17 00:00:00 2001 From: panjia1983 <panjia1983@gmail.com> Date: Wed, 18 Sep 2013 20:03:17 -0700 Subject: [PATCH] more changes to readme.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e2171b5f..a631de7a 100644 --- a/README.md +++ b/README.md @@ -139,10 +139,10 @@ penetrationDepth(o1, o2,request, result); ``` For more examples, please refer to the test folder: --test_fcl_collision.cpp: provide examples for collision test --test_fcl_distance.cpp: provide examples for distance test --test_fcl_broadphase.cpp: provide examples for broadphase collision/distance test --test_fcl_frontlist.cpp: provide examples for frontlist collision acceleration --test_fcl_global_penetration.cpp: provide examples for global penetration depth test --test_fcl_xmldata.cpp: provide examples for more global penetration depth test based on xml data --test_fcl_octomap.cpp: provide examples for collision/distance computation between octomap data and other data types. +- test_fcl_collision.cpp: provide examples for collision test +- test_fcl_distance.cpp: provide examples for distance test +- test_fcl_broadphase.cpp: provide examples for broadphase collision/distance test +- test_fcl_frontlist.cpp: provide examples for frontlist collision acceleration +- test_fcl_global_penetration.cpp: provide examples for global penetration depth test +- test_fcl_xmldata.cpp: provide examples for more global penetration depth test based on xml data +- test_fcl_octomap.cpp: provide examples for collision/distance computation between octomap data and other data types. -- GitLab