Skip to content
GitLab
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
hpp-practicals
Commits
95fe8369
Commit
95fe8369
authored
Oct 07, 2019
by
Guilhem Saurel
Browse files
Merge tag 'v4.7.0'
Release of version 4.7.0.
parents
1d4655fe
db756ffc
Pipeline
#6166
failed with stages
in 2 minutes and 12 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
95fe8369
...
...
@@ -24,7 +24,7 @@ SET(PROJECT_URL "")
SETUP_PROJECT
()
FINDPYTHON
(
2.7 EXACT REQUIRED
)
FINDPYTHON
()
SET
(
URDF_UR_BENCHMARK_FILES
urdf/ur_benchmark/obstacles.urdf
...
...
cmake
@
429af97f
Compare
21b0f597
...
429af97f
Subproject commit
21b0f597d8953cd6d6daed1e377dd6c34fcef64b
Subproject commit
429af97fe0b858bd73a1747768cc1ac735386140
script/manipulation/__init__.py
View file @
95fe8369
from
common
import
robot
,
vf
,
ps
,
Ground
,
Box
,
Pokeball
,
PathPlayer
,
gripperName
,
ballName
from
.
common
import
robot
,
vf
,
ps
,
Ground
,
Box
,
Pokeball
,
PathPlayer
,
gripperName
,
ballName
src/hpp/corbaserver/practicals/manipulation/ur5/__init__.py
View file @
95fe8369
...
...
@@ -16,4 +16,4 @@
# hpp-universal-robot. If not, see
# <http://www.gnu.org/licenses/>.
from
robot
import
Robot
from
.
robot
import
Robot
src/hpp/corbaserver/practicals/ur5/__init__.py
View file @
95fe8369
...
...
@@ -16,4 +16,4 @@
# hpp-universal-robot. If not, see
# <http://www.gnu.org/licenses/>.
from
robot
import
Robot
from
.
robot
import
Robot
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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