-
Notifications
You must be signed in to change notification settings - Fork 3
Add Follower program #8
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
Conversation
urmahp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to upload the script as a script you can add to your program in a script node (only the script from the actual program, without all the preamble stuff), because right now it is the script generated by the urp file, which makes it impossible to use the script for anything.
follower/README.md
Outdated
| 1. Upload the follower program to the follower robot | ||
| 2. Open the followerUR10e.urp and ensure that it also opens the followerUR10e.installation. If you are using it on another robot or software verion, you might need to adapt the safety setting to the robot type. | ||
| 3. Update the Installation->Fieldbus->Modbus settings with the Leader robots ip adress. On this page, please also verify that there is a connection esablist and every thing is green. | ||
| 4. Start the program on follower robot before the leader. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should I upload to the leader robot? I would add that to the documentation and is there a program for the leader robot as well? Or is this only meant to be the follower and there is another folder for the leader?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, Lets add a link to the admittance controller as a suggestion
follower/followerUR10e.script
Outdated
| $ 4 "Script: general.script" | ||
| PI = acos(-1) | ||
| PI2 = PI*2 | ||
| mPI = PI*1000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This variables doesn't seem to be used.
follower/followerUR10e.script
Outdated
| PI = acos(-1) | ||
| PI2 = PI*2 | ||
| mPI = PI*1000 | ||
| mPI2 = PI2*1000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
An example of a follower robot program for a leader-follower setup Apply suggestions from code review Co-authored-by: Mads Holm Peters <[email protected]> Adjustments
An example of a follower robot program for a leader-follower setup