getting_started:deploy:deploy_host
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:deploy:deploy_host [2023/04/13 09:11] – [Examples] ursgraf | getting_started:deploy:deploy_host [2026/04/12 16:57] (current) – [Working on the Host] ursgraf | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ | $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ | ||
| </ | </ | ||
| - | Please keep in mind that this path setting is valid for the current shell. As soon as you start a new shell, you have to repeat the step. \\ | + | Please keep in mind that this path setting is valid for the current shell. As soon as you start a new shell, you have to repeat the step. |
| - | There is one more difficulty. If you start your application with '' | + | |
| + | There is one more difficulty. If you start your application with '' | ||
| < | < | ||
| $ sudo LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ./ | $ sudo LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ./ | ||
| Line 18: | Line 19: | ||
| $ sudo LD_LIBRARY_PATH=/ | $ sudo LD_LIBRARY_PATH=/ | ||
| </ | </ | ||
| + | Keep in mind that it is preferable to not run your EEROS application with '' | ||
| + | |||
| + | Keep in mind that if you have built EEROS with ROS support, you have to source the setup script before running any EEROS application as given in [[getting_started: | ||
| + | |||
| + | |||
| ===== Examples ===== | ===== Examples ===== | ||
| - | + | ===Running your Example Application=== | |
| - | If you have followed the instructions given in [[getting_started: | + | If you have followed the instructions given in [[getting_started: |
| < | < | ||
| Line 29: | Line 35: | ||
| No root privileges and no other libraries are necessary. | No root privileges and no other libraries are necessary. | ||
| + | ===Running the Built-in Examples=== | ||
| If you want to run the built-in examples of EEROS | If you want to run the built-in examples of EEROS | ||
| < | < | ||
| Line 34: | Line 41: | ||
| $ ./ | $ ./ | ||
| </ | </ | ||
| - | No root privileges and no other libraries are necessary. | ||
| - | |||
| - | < | ||
| - | $ cd ~/ | ||
| - | $ sudo ./ | ||
| - | </ | ||
| - | You need root privileges but no other libraries. | ||
| - | |||
| - | < | ||
| - | $ cd ~/ | ||
| - | $ sudo LD_LIBRARY_PATH=../ | ||
| - | </ | ||
| - | You need root privileges and the simulator library must be found. Further, you have to specify a hardware configuration file. | ||
| Continue with having a closer look at the examples in EEROS as described in [[getting_started: | Continue with having a closer look at the examples in EEROS as described in [[getting_started: | ||
getting_started/deploy/deploy_host.1681369919.txt.gz · Last modified: by ursgraf
