User Tools

Site Tools


getting_started:ros_example

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:ros_example [2026/01/27 10:22] ursgrafgetting_started:ros_example [2026/04/09 18:58] (current) – [Building and Running] ursgraf
Line 47: Line 47:
 The ROS node will properly shut down as soon as the last node handler is destroyed when going out of scope. The ROS node will properly shut down as soon as the last node handler is destroyed when going out of scope.
  
-==== Building ====+==== Building and Running ====
 Before building you need to run the ''setup.bash'' script of ROS and the ''local_setup.bash'' which is located in the EEROS installation directory under ''share/eeros_msgs'' Before building you need to run the ''setup.bash'' script of ROS and the ''local_setup.bash'' which is located in the EEROS installation directory under ''share/eeros_msgs''
 <code> <code>
-source /path_to_ros_installation/setup.bash +source /path_to_ros_install_dir/setup.bash 
-source /path_to_eeros_installation/share/eeros_msgs/local_setup.bash+source /path_to_eeros_install_dir/share/eeros_msgs/local_setup.bash
 </code> </code>
  
 +Make sure to run these scripts also before running the application.
  
getting_started/ros_example.1769505762.txt.gz · Last modified: by ursgraf