Skip to content
Snippets Groups Projects
Commit 54d3cb9d authored by Lancelot Francois's avatar Lancelot Francois
Browse files

[wip/robotModelParser-libs] Initial import of robotModelParser-libs

This C++ library offers a class URDFModel, which can be used to parse
URDF or Collada 1.5 files.
It constructs an object model (C++ URDF) of the robot.

This library is based on the robot_model stack
(http://www.ros.org/wiki/robot_model)
parent 4ca18bf1
No related branches found
No related tags found
No related merge requests found
......@@ -3,34 +3,35 @@
COMMENT= WIP packages
SUBDIR+= libmove3d
SUBDIR+= move3d-studio
SUBDIR+= collada-dom
SUBDIR+= flann
SUBDIR+= gest-genom
SUBDIR+= jafar-kernel
SUBDIR+= jafar-lgl
SUBDIR+= jafar-rednav
SUBDIR+= jafar-jmath
SUBDIR+= jafar-image
SUBDIR+= jafar-correl
SUBDIR+= jafar-qdisplay
SUBDIR+= jafar-gdhe
SUBDIR+= jafar-rtslam
SUBDIR+= kukaFri-libs
SUBDIR+= libANN
SUBDIR+= libfreenect
SUBDIR+= libmove3d
SUBDIR+= lwr-genom
SUBDIR+= mana-emergency
SUBDIR+= mhp-genom
SUBDIR+= mk
SUBDIR+= morse-pocolibs
SUBDIR+= move3d-studio
SUBDIR+= poisson
SUBDIR+= rednav-genom
SUBDIR+= robotModelParser-libs
SUBDIR+= robot-viewer
SUBDIR+= sot-gui
SUBDIR+= spark-genom
SUBDIR+= stackoftasks
SUBDIR+= visp
SUBDIR+= libANN
SUBDIR+= flann
SUBDIR+= jafar-kernel
SUBDIR+= jafar-lgl
SUBDIR+= jafar-rednav
SUBDIR+= rednav-genom
SUBDIR+= jafar-jmath
SUBDIR+= jafar-image
SUBDIR+= jafar-correl
SUBDIR+= jafar-qdisplay
SUBDIR+= jafar-gdhe
SUBDIR+= jafar-rtslam
SUBDIR+= collada-dom
include ../mk/robotpkg.subdir.mk
This C++ library offers a class URDFModel, which can be used to parse URDF or Collada 1.5 files. It constructs an object model (C++ URDF) of the robot.
This library is based on the robot_model stack (http://www.ros.org/wiki/robot_model)
# robotpkg Makefile for: graphics/robotModelParser-libs
# Created: Francois Lancelot Fri, 16 Sep 2011
#
DISTNAME= robotModelParser-libs-1.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=robotModelParser-libs/}
MASTER_REPOSITORY= git ssh://trac.laas.fr/git/robots/robotModelParser-libs
MAINTAINER= lancelot.fr@gmail.com
COMMENT= Library that offers a class URDFModel, which can be used to parse URDF or Collada 1.5 files.
LICENSE= original-bsd
USE_LANGUAGES+= c c++
include ../../wip/collada-dom/depend.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/robotpkg.mk
@comment Fri Sep 16 17:09:15 CEST 2011
include/robotModelParser/parsers/collada_parser.h
include/robotModelParser/parsers/urdf_parser.h
include/robotModelParser/urdf_interface/color.h
include/robotModelParser/urdf_interface/joint.h
include/robotModelParser/urdf_interface/link.h
include/robotModelParser/urdf_interface/model.h
include/robotModelParser/urdf_interface/pose.h
include/robotModelParser/urdf_interface/tinyxml/tinystr.h
include/robotModelParser/urdf_interface/tinyxml/tinyxml.h
include/robotModelParser/urdf_model.h
lib/librobotModelParser.so
# robotpkg depend.mk for: graphics/robotModelParser-libs
# Created: Francois Lancelot Fri, 16 Sep 2011
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
ROBOTMODELPARSER_LIBS_DEPEND_MK:=${ROBOTMODELPARSER_LIBS_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= robotModelParser-libs
endif
ifeq (+,$(ROBOTMODELPARSER_LIBS_DEPEND_M)) # ---------------------------------
PREFER.robotModelParser-libs?= robotpkg
DEPEND_USE+= robotModelParser-libs
DEPEND_ABI.robotModelParser-libs?=robotModelParser-libs>=1.0
DEPEND_DIR.robotModelParser-libs?=../../graphics/robotModelParser-libs
SYSTEM_SEARCH.robotModelParser-libs=\
include/robotModelParser/urdf_model.h \
lib/librobotModelParser.so
endif # ROBOTMODELPARSER_LIBS_DEPEND_MK ---------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (robotModelParser-libs-1.0.tar.gz) = bf4c02bd3f95f8499e5316250f747a8ff97027eb
RMD160 (robotModelParser-libs-1.0.tar.gz) = 77095ff317e40745304e27c7279d6acfe8f433e4
Size (robotModelParser-libs-1.0.tar.gz) = 282427 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment