Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
solo-rbprm
Commits
3e66c759
Commit
3e66c759
authored
Jun 01, 2021
by
Guilhem Saurel
Browse files
add package.xml
parent
0e218a90
Pipeline
#14770
failed
Changes
3
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3e66c759
...
...
@@ -31,3 +31,5 @@ SET(${PROJECT_NAME}_PYTHON_FILES
FOREACH
(
SOURCE
${${
PROJECT_NAME
}
_PYTHON_FILES
}
)
PYTHON_INSTALL_ON_SITE
(
${
PY_NAME
}
${
SOURCE
}
)
ENDFOREACH
(
SOURCE
${${
PROJECT_NAME
}
_PYTHON_SOURCES
}
)
INSTALL
(
FILES package.xml DESTINATION share/
${
PROJECT_NAME
}
)
data/package.xml
deleted
100644 → 0
View file @
0e218a90
<package>
<name>
solo-rbprm
</name>
<version>
1.0.0
</version>
<description>
Info Database for using rbprm with solo.
</description>
<author>
Pierre Fernbach
</author>
<maintainer
email=
"hpp@laas.fr"
>
Pierre Fernbach
</maintainer>
<build_depend>
hpp-rbprm
</build_depend>
</package>
package.xml
0 → 100644
View file @
3e66c759
<?xml version='1.0'?>
<package
format=
'2'
>
<name>
solo-rbprm
</name>
<version>
4.11.0
</version>
<description>
Database for Solo robot using hpp-rbprm
</description>
<maintainer
email=
'guilhem.saurel@laas.fr'
>
Guilhem Saurel
</maintainer>
<license>
BSD
</license>
<author>
Pierre Fernbach
</author>
<author>
Steve Tonneau
</author>
<buildtool_depend>
catkin
</buildtool_depend>
</package>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment