User Tools

Site Tools


getting_started:ros_prep

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
getting_started:ros_prep [2023/02/09 10:11] – [Preparations and Building with ROS] ursgrafgetting_started:ros_prep [2023/02/09 10:12] – [Building the EEROS library with ROS] ursgraf
Line 14: Line 14:
  
 ==== Building the EEROS library with ROS ==== ==== Building the EEROS library with ROS ====
-If you build the library with cmake, make sure you use the -DUSE_ROS=TRUE switch.+If you build the library with cmake, make sure you use the -DUSE_ROS=TRUE (for ROS1) or the -DUSE_ROS2=TRUE (for ROS2) switch.
 An example of a cmake call could look like this:\\ An example of a cmake call could look like this:\\
-''cmake -DCMAKE_INSTALL_PREFIX="$install_dir" -DUSE_ROS=TRUE ..''+''cmake -DCMAKE_INSTALL_PREFIX="$install_dir" -DUSE_ROS2=TRUE ..''
 Our build scripts already include this switch. Our build scripts already include this switch.
  
  
getting_started/ros_prep.txt · Last modified: 2023/02/25 07:38 by ursgraf