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 [2024/06/13 08:16] – ursgraf | getting_started:compile_eeros_host [2026/05/15 13:26] (current) – ursgraf | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| use_simulator=true | use_simulator=true | ||
| use_can=false | use_can=false | ||
| + | use_gpio=false | ||
| use_comedi=false | use_comedi=false | ||
| use_ros=false | use_ros=false | ||
| Line 18: | Line 19: | ||
| </ | </ | ||
| - | This will build EEROS without the ROS and CAN examples. If you have ROS2 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_can=false | ||
| + | use_gpio=false | ||
| use_comedi=false | use_comedi=false | ||
| use_ros=false | use_ros=false | ||
| use_ros2=true | 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 ''/ | ||
| Line 34: | Line 36: | ||
| use_simulator=true | use_simulator=true | ||
| use_can=false | use_can=false | ||
| + | use_gpio=false | ||
| use_comedi=false | use_comedi=false | ||
| use_ros=true | use_ros=true | ||
| use_ros2=false | use_ros2=false | ||
| - | ros_setup_script=/ | + | ros_setup_script=/ |
| </ | </ | ||
| - | Further, when using ROS1, search for the line < | + | Further, when using ROS1, search for the line < |
| and change it into < | and change it into < | ||
| + | |||
| + | If you want to use EEROS with a CAN bus change the '' | ||
| + | < | ||
| + | use_simulator=false | ||
| + | use_can=true | ||
| + | use_gpio=false | ||
| + | use_comedi=false | ||
| + | use_ros=false | ||
| + | use_ros2=false | ||
| + | </ | ||
| [[http:// | [[http:// | ||
| Line 48: | Line 61: | ||
| use_simulator=true | use_simulator=true | ||
| use_can=false | use_can=false | ||
| + | use_gpio=false | ||
| use_comedi=true | use_comedi=true | ||
| use_ros=false | use_ros=false | ||
getting_started/compile_eeros_host.1718259406.txt.gz · Last modified: by ursgraf
