User Tools

Site Tools


getting_started:deploy:deploy_bbb

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
Next revisionBoth sides next revision
getting_started:deploy:deploy_bbb [2021/03/29 16:46] – [Running your Application which is a ROS Node] ursgrafgetting_started:deploy:deploy_bbb [2021/03/29 16:50] – [Running your Application which is a ROS Node] ursgraf
Line 46: Line 46:
 ===== Running your Application which is a ROS Node ===== ===== Running your Application which is a ROS Node =====
  
-Be sure to setup your network settings according to [[getting_started:ros_run#network_setup]]. The +Be sure to setup your network settings according to [[getting_started:ros_run#network_setup]]. Set the environment variable ''ROS_MASTER_URI'' in your shell with <code> 
 +export ROS_MASTER_URI=http://192.168.7.3:11311 
 +</code> 
 +Add the following line to your ''/etc/hosts'' file (under Ubuntu) <code> 
 +192.168.7.2  bblue 
 +</code> 
 + 
 +Run your application with <code> 
 +$ sudo -E ./application 
 +</code> 
  
 ===== Running the Built-in Examples of EEROS ===== ===== Running the Built-in Examples of EEROS =====
getting_started/deploy/deploy_bbb.txt · Last modified: 2023/04/13 10:37 by ursgraf