Skip to content

Unable to Move Arm with the Moble App #123

Discussion options

You must be logged in to vote

Regarding pip3 vs pip
Depending on your system, pip install may still be using python 2, whereas pip3 install ensures you are working with python 3. Because our python api is only built to work with python 3, pip install may not work if it is trying to install our api in a python 2 environment. As such, your assumption to use pip3 install was correct.

With regards to your initial issue with the arm
I tried to recreate the bug you are experiencing with a 5-DoF_w_gripper arm, but everything was working as expected on my end. This was my process:

I started with the latest Python 2.3.0 release, in a fresh clone of the hebi_python_examples repo master branch, with the file ex_AR_kit_w_gripper.py.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by GogiPuttar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions, comments or problems
1 participant