Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'generateInterpolatedProgram' from 'tesseract_robotics.tesseract_motion_planners_simple' #67

Open
oridong opened this issue Jan 18, 2024 · 1 comment

Comments

@oridong
Copy link

oridong commented Jan 18, 2024

robot@DESKTOP-F7QOJTT:pytesseract$ export TESSERACT_RESOURCE_PATH=pwd/tesseract
robot@DESKTOP-F7QOJTT:pytesseract$ export TESSERACT_TASK_COMPOSER_CONFIG_FILE=pwd/tesseract_planning/tesseract_task_composer/config/task_composer_plugins_no_trajopt_ifopt.yaml
robot@DESKTOP-F7QOJTT:pytesseract$ python
Python 3.8.10 (default, Nov 22 2023, 10:22:35)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

from tesseract_robotics.tesseract_motion_planners_simple import generateInterpolatedProgram
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'generateInterpolatedProgram' from 'tesseract_robotics.tesseract_motion_planners_simple' (/home/robot/.local/lib/python3.8/site-packages/tesseract_robotics/tesseract_motion_planners_simple/init.py)
from tesseract_robotics.tesseract_motion_planners import PlannerRequest, PlannerResponse
from tesseract_robotics.tesseract_motion_planners_ompl import OMPLDefaultPlanProfile, RRTConnectConfigurator,
... OMPLProblemGeneratorFn, OMPLMotionPlanner, ProfileDictionary_addProfile_OMPLPlanProfile

@johnwason
Copy link
Contributor

Please update to the latest package and try again:

python -m pip install -upgrade tesseract-robotics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants