Skip to content

Commit d4e4cfe

Browse files
author
Anthony Mallet
committed
[graphics/sdformat] Import sdformat-15.0.0
SDFormat is an XML file format that describes environments, objects, and robots in a manner suitable for robotic applications. SDFormat is capable of representing and describing different physic engines, lighting properties, terrain, static or dynamic objects, and articulated robots with various sensors, and actuators. The format of SDFormat is also described by XML, which facilitates updates and allows conversion from previous versions.
1 parent 285eeec commit d4e4cfe

File tree

6 files changed

+1271
-0
lines changed

6 files changed

+1271
-0
lines changed

graphics/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ SUBDIR+= ros-qt-gui-core
3737
SUBDIR+= ros-rqt
3838
SUBDIR+= ros-rqt-common-plugins
3939
SUBDIR+= ros-urdf
40+
SUBDIR+= sdformat
4041
SUBDIR+= simple-humanoid-description
4142
SUBDIR+= sun-java3d
4243
SUBDIR+= urdfdom

graphics/sdformat/DESCR

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SDFormat is an XML file format that describes environments, objects, and robots
2+
in a manner suitable for robotic applications. SDFormat is capable of
3+
representing and describing different physic engines, lighting properties,
4+
terrain, static or dynamic objects, and articulated robots with various
5+
sensors, and actuators. The format of SDFormat is also described by XML, which
6+
facilitates updates and allows conversion from previous versions.
7+

graphics/sdformat/Makefile

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# robotpkg Makefile for: graphics/sdformat
2+
# Created: Anthony Mallet on Fri, 7 Feb 2025
3+
#
4+
5+
DISTNAME= sdformat-15.0.0
6+
7+
COMMENT= File format that describes environments, objects, and robots
8+
CATEGORIES= graphics
9+
10+
include ../../simulation/gz-sim/Makefile.common
11+
12+
CMAKE_ARGS+= -DUSE_INTERNAL_URDF=OFF
13+
CMAKE_ARGS+= -DGZ_PROGRAM=OFF # actually not used
14+
15+
DEPEND_ABI.gz-utils+= gz-utils>=3<4
16+
DEPEND_ABI.gz-math+= gz-math>=8<9
17+
DEPEND_ABI.urdfdom+= urdfdom>=1.0
18+
19+
include ../../devel/gz-utils/depend.mk
20+
include ../../graphics/urdfdom/depend.mk
21+
include ../../math/gz-math/depend.mk
22+
include ../../pkgtools/pkg-config/depend.mk
23+
include ../../mk/sysdep/python.mk
24+
include ../../mk/sysdep/tinyxml2.mk
25+
include ../../mk/robotpkg.mk

0 commit comments

Comments
 (0)