Writing /var/lib/dokuwiki/data/meta/tutorials/how_to_turn_the_kuka_arms_on.meta failed
tutorials:how_to_turn_the_kuka_arms_on
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:how_to_turn_the_kuka_arms_on [2016/05/13 05:08] – [Using the arms from a Linux Computer] dgarcia | tutorials:how_to_turn_the_kuka_arms_on [2022/09/20 00:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 28: | Line 28: | ||
Cuando se conecta el puerto ethernet, debe ser en la tarjeta de red externa. | Cuando se conecta el puerto ethernet, debe ser en la tarjeta de red externa. | ||
- | ==== Using the arms from a Linux Computer ==== | ||
- | First you have to set up your computer. You need access to our internal repository, for that follow [[internal: | ||
- | |||
- | cd ~/ | ||
- | |||
- | | ||
- | If you are using a 64 bit computer go to ExternalTargets.global and uncomment the lines for 64 bit architecture. (If you have emacs installed use:) | ||
- | |||
- | emacs ~/ | ||
- | | ||
- | Save your changes. Then we will have to change some source code. We are going to explain the proces only for FastResearchLibraryTest.cpp . If you want to use any other program, you yust change the same lines. If you have emacs, you can follow: | ||
- | |||
- | cd ~/ | ||
- | emacs FastResearchInterfaceTest.cpp | ||
- | | ||
- | Find the following line: | ||
- | |||
- | FRI = new FastResearchInterface("/ | ||
- | |||
- | And replace it with: | ||
- | |||
- | FRI = new FastResearchInterface("/ | ||
- | | ||
- | This is because in our case, we have that .ini file in that location. FRI developer leaved the code he used in his computer. This same change has to be done in other .cpp is you want to run them. | ||
- | |||
- | Now We can compile. | ||
- | |||
- | cd ~/ | ||
- | make clean | ||
- | make all_release_x64 | ||
- | | ||
- | If you are using 32 bit architecture, |
tutorials/how_to_turn_the_kuka_arms_on.1463116124.txt.gz · Last modified: 2022/09/20 00:08 (external edit)