Files
create/src/Mod/Robot/App/kdl_cp
2022-03-29 13:24:17 -05:00
..
2022-01-12 14:50:39 -06:00
2019-09-18 14:18:07 +02:00
2018-08-07 11:13:31 -04:00
2022-03-23 19:26:14 +01:00
2022-02-12 19:33:28 +01:00
2022-03-23 19:26:14 +01:00
2021-07-31 09:46:50 +02:00
2022-03-23 19:26:14 +01:00

Coding standards :
=================

- Standard naming for header file and cpp file : hpp and cpp
- KDL namespace and references.

Directories:
============

utilities: utility classes for KDL, should not be included separately
	   by a user

experimental: preliminary code snippets.

bindings: code for binding KDL with other libraries or coding-languages