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
talos-rbprm
Commits
e6dda1a2
Commit
e6dda1a2
authored
Oct 21, 2019
by
JasonChmn
Browse files
Fix to import talos and talos abstract robot from python3
parent
8d77b6af
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e6dda1a2
...
...
@@ -33,7 +33,7 @@ SET(CUSTOM_HEADER_DIR "hpp/talos-rbprm")
SETUP_PROJECT
()
# search for python
FINDPYTHON
(
2.7 EXACT REQUIRED
)
FINDPYTHON
()
PKG_CONFIG_APPEND_LIBS
(
${
PROJECT_NAME
}
)
...
...
src/hpp/corbaserver/rbprm/talos/__init__.py
View file @
e6dda1a2
...
...
@@ -2,4 +2,4 @@
# Copyright (c) 2019 CNRS
# Author : Pierre Fernbach
from
robot
import
Robot
from
.
robot
import
Robot
src/hpp/corbaserver/rbprm/talos_abstract/__init__.py
View file @
e6dda1a2
...
...
@@ -2,4 +2,4 @@
# Copyright (c) 2019 CNRS
# Author : Pierre Fernbach
from
robot
import
Robot
from
.
robot
import
Robot
Write
Preview
Supports
Markdown
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