diff --git a/Makefile b/Makefile
index 34b7d6264807823bffbf885411b5ee2cb6526b9f..68298ab921242a5da138c4d891fd177bb2a38924 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ SUBDIR+=	hpp-benchmark
 SUBDIR+=	hpp-bezier-com-traj
 SUBDIR+=	hpp-centroidal-dynamics
 SUBDIR+=	hpp-environments
+SUBDIR+=	hpp-hrp2
 SUBDIR+=	hpp-rbprm
 SUBDIR+=	hpp-rbprm-corba
 SUBDIR+=	hpp-rbprm-robot-data
diff --git a/hpp-hrp2/DESCR b/hpp-hrp2/DESCR
new file mode 100644
index 0000000000000000000000000000000000000000..1c95847f6e79614d7d2c202ad99e0e0de7a41383
--- /dev/null
+++ b/hpp-hrp2/DESCR
@@ -0,0 +1 @@
+Data specific to robot hrp2 for hpp-corbaserver.
diff --git a/hpp-hrp2/Makefile b/hpp-hrp2/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..9abf83a0f8de3d14c8827ba8e8f2c51312bfe05d
--- /dev/null
+++ b/hpp-hrp2/Makefile
@@ -0,0 +1,18 @@
+# robotpkg Makefile for:	wip/py36-hpp-hrp2
+# Created:			Guilhem Saurel on Tue,  8 Oct 2019
+#
+
+HPP_PACKAGE=	hpp-hrp2
+HPP_COMMENT=	Data specific to robots hrp2 for hpp-corbaserver
+
+CATEGORIES=	wip
+USE_PYTHON=	true
+
+include ../../meta-pkgs/hpp/Makefile.common
+
+include ../../path/hpp-corbaserver/depend.mk
+include ../../path/hpp-manipulation-corba/depend.mk
+
+include ../../mk/language/c.mk
+include ../../mk/language/c++11.mk
+include ../../mk/robotpkg.mk
diff --git a/hpp-hrp2/PLIST b/hpp-hrp2/PLIST
new file mode 100644
index 0000000000000000000000000000000000000000..636db97daa379185b3985cd7ee4d15ffa86801ed
--- /dev/null
+++ b/hpp-hrp2/PLIST
@@ -0,0 +1,9 @@
+@comment Tue Oct 8 10:56:15 CEST 2019
+include/hpp/hrp2/config.hh
+include/hpp/hrp2/deprecated.hh
+include/hpp/hrp2/warning.hh
+lib/pkgconfig/hpp-hrp2.pc
+${PYTHON_SITELIB}/hpp/corbaserver/hrp2/__init__.py
+${PYTHON_SITELIB}/hpp/corbaserver/hrp2/robot.py
+${PYTHON_SITELIB}/hpp/corbaserver/manipulation/hrp2/__init__.py
+${PYTHON_SITELIB}/hpp/corbaserver/manipulation/hrp2/robot.py
diff --git a/hpp-hrp2/depend.mk b/hpp-hrp2/depend.mk
new file mode 100644
index 0000000000000000000000000000000000000000..6e6e8d2ccef4367bfefba2700f6bc0894cb4f579
--- /dev/null
+++ b/hpp-hrp2/depend.mk
@@ -0,0 +1,29 @@
+# robotpkg depend.mk for:	wip/py36-hpp-hrp2
+# Created:			Guilhem Saurel on Tue,  8 Oct 2019
+#
+
+DEPEND_DEPTH:=		${DEPEND_DEPTH}+
+HPP_HRP2_DEPEND_MK:=	${HPP_HRP2_DEPEND_MK}+
+
+ifeq (+,$(DEPEND_DEPTH))
+DEPEND_PKG+=		hpp-hrp2
+endif
+
+ifeq (+,$(HPP_HRP2_DEPEND_MK)) # --------------------------------------
+
+include ../../mk/sysdep/python.mk
+
+PREFER.hpp-hrp2?=	robotpkg
+
+DEPEND_USE+=		hpp-hrp2
+
+DEPEND_ABI.hpp-hrp2?=	${PKGTAG.python-}hpp-hrp2>=4.7.0
+DEPEND_DIR.hpp-hrp2?=	../../wip/hpp-hrp2
+
+SYSTEM_SEARCH.hpp-hrp2=\
+	include/hpp/hrp2/config.hh	\
+	'lib/pkgconfig/hpp-hrp2.pc:/Version/s/[^0-9.]//gp'
+
+endif # HPP_HRP2_DEPEND_MK --------------------------------------------
+
+DEPEND_DEPTH:=		${DEPEND_DEPTH:+=}
diff --git a/hpp-hrp2/distinfo b/hpp-hrp2/distinfo
new file mode 100644
index 0000000000000000000000000000000000000000..dbe00a4dee362ddbc0f56fc5c93c4b6dd4aa56ce
--- /dev/null
+++ b/hpp-hrp2/distinfo
@@ -0,0 +1,3 @@
+SHA1 (hpp-hrp2-4.7.0.tar.gz) = a9af96449a5ee9d27213263501da57062a47817c
+RMD160 (hpp-hrp2-4.7.0.tar.gz) = 66ee8477339f3c8b5e6accfca18c82c0f801b70f
+Size (hpp-hrp2-4.7.0.tar.gz) = 771123 bytes