User Tools

Site Tools


getting_started:install_and_setup_development_environment:use_on_host

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
getting_started:install_and_setup_development_environment:use_on_host [2021/03/24 08:58] ursgrafgetting_started:install_and_setup_development_environment:use_on_host [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Use on the Host ====== 
-The following is a step-by-step procedure to get started using EEROS on your host computer.  
- 
-===== Prerequisites ===== 
-We use Ubuntu on the host machine. Other distributions are supported but not documented here.  
- 
-  - You have to patch the kernel with a realtime patch as described in [[https://rt.wiki.kernel.org/index.php/Main_Page]]. It is possible to work without the realtime patch. However, the latency of the system will be much worse and will depend greatly on the load of other programs running on your system.  
-  - Install the following packages on your machine <code> 
-$ apt-get install git make cmake g++ 
-</code> Please make sure to use a g++ version of at least 5.3. 
-  - In order to be able to write your own EEROS programs or alter existing example applications, you could use any text editor. However, we recommend to use an integrated development environment such as [[https://www.kdevelop.org/]]. Get the program with <code> 
-$ apt-get install kdevelop 
-</code> 
-  - Fetch the [[https://github.com/eeros-project/eeros-build-scripts.git|EEROS scripts]] and checkout the branch for the host <code> 
-$ git clone https://github.com/eeros-project/eeros-build-scripts.git eeros-project 
-$ cd eeros-project 
-$ git checkout sdk_host 
-</code> 
- 
- 
-After this you can continue with [[getting_started:write_app:use_on_bbb|]]. 
-Download the [[https://github.com/eeros-project/eeros-build-scripts.git|EEROS scripts]] with 
-<code> 
-$ git clone https://github.com/eeros-project/eeros-build-scripts.git eeros-project 
-$ git checkout host 
-$ cd eeros-project 
-</code> 
-Edit the ''config.sh.in'' file as follows 
-<code> 
-use_simulator=true 
-use_comedi=false 
-use_ros=false 
-use_ros_setup_script=false 
-</code> 
- 
-This will build EEROS without the ROS examples. If you have ROS installed and want to build the ROS examples, change the ''config.sh.in'' to 
-<code> 
-use_simulator=true 
-use_comedi=false 
-use_ros=true 
-use_ros_setup_script=true 
- 
-ros_setup_script=/opt/ros/kinetic/setup.bash 
-</code> 
-The last line must point to your ROS installation path. In general this will be ''/opt/ros/$ros_version_name/setup.bash''. 
- 
-Now you can run the ''clone'' script  
-<code> 
-$ ./clone.sh 
-</code> 
-After this you can continue with [[getting_started:compile_eeros_host|]]. 
  
getting_started/install_and_setup_development_environment/use_on_host.1616572725.txt.gz · Last modified: 2021/03/24 08:58 by ursgraf