Skip to content

Conversation

@OAkyildiz
Copy link

  • Instead of assuming a slash is preceding the name, left out the preceding '/'s.
  • left a commented out line that allows removing the '/' if there is one.
    self.name=name[1:] if name[0]= '/' else name
  • Introduced back 'name' as an argument to enable naming individual hands. ->updated reflex_sf.hand accordingly.
  • Namespace configurations through roslaunch now works

also added the args required for reflex_plus, since the py file is modified
@OAkyildiz
Copy link
Author

main body if the urdf is now a macro that takes in parent limk name, tf_prefix and an origin block if the arg attached is set true

Copy link

@herambnemlekar herambnemlekar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zero_point calibration values must be restored or kept to prevent the merge conflict

added default calibration values to avoid a merge conflict
Copy link
Author

@OAkyildiz OAkyildiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restored the original zero points

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.

2 participants