getting_started:compile_eeros_host
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:compile_eeros_host [2021/03/31 10:24] – ursgraf | getting_started:compile_eeros_host [2024/11/15 09:42] (current) – ursgraf | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| < | < | ||
| use_simulator=true | use_simulator=true | ||
| + | use_can=false | ||
| use_comedi=false | use_comedi=false | ||
| use_ros=false | use_ros=false | ||
| + | use_ros2=false | ||
| </ | </ | ||
| - | This will build EEROS without the ROS examples. If you have ROS installed and want to build the ROS examples, change the '' | + | This will build EEROS without the ROS and CAN examples |
| < | < | ||
| use_simulator=true | use_simulator=true | ||
| + | use_can=false | ||
| use_comedi=false | use_comedi=false | ||
| - | use_ros=true | + | use_ros=false |
| + | use_ros2=true | ||
| - | ros_setup_script=/ | + | ros_setup_script=/ |
| </ | </ | ||
| The last line must point to your ROS installation path. In general this will be ''/ | The last line must point to your ROS installation path. In general this will be ''/ | ||
| + | |||
| + | If you want to use ROS1, change the '' | ||
| + | < | ||
| + | use_simulator=true | ||
| + | use_can=false | ||
| + | use_comedi=false | ||
| + | use_ros=true | ||
| + | use_ros2=false | ||
| + | |||
| + | ros_setup_script=/ | ||
| + | </ | ||
| + | Further, when using ROS1, search for the line < | ||
| + | and change it into < | ||
| + | |||
| + | If you want to use EEROS with a CAN bus change the '' | ||
| + | < | ||
| + | use_simulator=false | ||
| + | use_can=true | ||
| + | use_comedi=false | ||
| + | use_ros=false | ||
| + | use_ros2=false | ||
| + | </ | ||
| [[http:// | [[http:// | ||
| Line 30: | Line 56: | ||
| < | < | ||
| use_simulator=true | use_simulator=true | ||
| + | use_can=false | ||
| use_comedi=true | use_comedi=true | ||
| use_ros=false | use_ros=false | ||
| + | use_ros2=false | ||
| </ | </ | ||
getting_started/compile_eeros_host.1617179080.txt.gz · Last modified: 2021/03/31 10:24 by ursgraf