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

modified to support current pyuarm (2.x) #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jerabek
Copy link

@jerabek jerabek commented Feb 28, 2017

Hi,
I modifed the uarm function calls to make them compatible with the current pyuarm.
Positive y-coordinates were converted to negative values, which did not worked - i turned the condition in order to convert negative values to positive ones and it works.
In addition, I fixed the base.STL because rviz throwed a warning ("... the STL file is malformed ...").

Functionality tested of :

  • pump_node.py
  • report_angles_node.py
  • report_coords_node.py
  • report_stopper_node.py
  • uarm_status_node.py
  • move_to_node.py
  • write_angles_node.py
  • uarm_core

However, there is still an issue that sometimes the command does not get executed and the node throwes an error which raltes to rospy tcpros_base.py. Another problem is the not proper working visual_control.py node (could be my fault because of the configuration). I'll do further testing on both issues and will report as soon as I found something out.

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

Successfully merging this pull request may close these issues.

1 participant