We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This problem was self fixed :)
The text was updated successfully, but these errors were encountered:
UPDATE: running q@Q-336-MacBook-Pro:~/Documents/jia.com> uarm_helper firmware -d fixed the previous problem copied from the master branch on github
UPDATE:
q@Q-336-MacBook-Pro:~/Documents/jia.com> uarm_helper firmware -d
However, my arm.set_position(150, 150, 150) = False always returns False && my arm.get_position() = [nan, nan, nan] always is nan
arm.set_position(150, 150, 150) = False
arm.get_position() = [nan, nan, nan]
nan
Here is the output of all the current API functions I have called:
q@Q-336-MacBook-Pro:~/Documents/jia.com> python control_uarm_metal.py uarm_ports() = ['/dev/cu.usbserial-A600CRPH'] >>>>>> running control_uarm_metal()... pyuarm - INFO - pyuarm version: 2.2.5.3 pyuarm - INFO - Connecting from port - /dev/cu.usbserial-A600CRPH... pyuarm - INFO - Connected... pyuarm - INFO - Firmware Version: 2.2.1 arm.get_firmware_version() = None arm.get_hardware_version() = None arm.get_position() = [nan, nan, nan] arm.get_rom_data(2048) = 238 arm.get_servo_angle() = [nan, nan, nan, 0.0] arm.get_simulation(150, 150, 150) = ['v1'] arm.get_sn_number() = ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ arm.get_tip_sensor() = False arm.is_connected() = True arm.is_moving() = False arm.is_ready() = False arm.set_buzzer(34, 2) = True arm.get_sn_number() = ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ arm.set_gripper(True) = True arm.set_position(150, 150, 150) = False arm.set_pump(True) = True arm.set_servo_angle(0, 60) = True arm.set_servo_angle(1, 60) = True arm.set_servo_angle(2, 60) = True arm.set_servo_angle(3, 60) = True >>>>>> done control_uarm_metal()...
Sorry, something went wrong.
Is there a way for me to visit the pyuarm API for version 2.2.5.3 specifically?
No branches or pull requests
This problem was self fixed :)
The text was updated successfully, but these errors were encountered: