moveit: updating to 0.7.13

This commit is contained in:
Lukas Bulwahn 2018-01-02 08:39:18 +01:00
parent 3d34bb30dc
commit 12929bb952
9 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
DESCRIPTION = "Package for all inverse kinematics solvers in MoveIt!"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=d566ef916e9dedc494f5f793a6690ba5"
LIC_FILES_CHKSUM = "file://package.xml;beginline=16;endline=16;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "moveit-core moveit-ros-planning"

View File

@ -1,7 +1,7 @@
DESCRIPTION = "MoveIt interface to OMPL"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "moveit-core moveit-ros-planning ompl"

View File

@ -1,7 +1,7 @@
DESCRIPTION = "A generic, simple controller manager plugin for MoveIt."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "moveit-core actionlib control-msgs pluginlib roscpp"

View File

@ -1,5 +1,5 @@
SRC_URI = "git://github.com/ros-planning/${ROS_SPN}.git;branch=indigo-devel;protocol=git"
SRCREV = "820657a985dd492edb9bfee207e864f378329b60"
SRCREV = "901e66c1319a3e7ee0e0879898b8d5fa865563c3"
S = "${WORKDIR}/git/${ROS_BPN}"