User Tools


Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
cs:vision:start [2017/04/13 18:45]
Sean Kallaher [UML]
cs:vision:start [2017/09/11 15:53]
James Irwin
Line 4: Line 4:
  
   * The vision system on the sub is performed by multiple vision nodes. Each currently contains a number of different processors, explained later, which perform a task on the latest images captured from the [[cs:​cameras:​start|cameras]]. These images are synchronized with each other in time.   * The vision system on the sub is performed by multiple vision nodes. Each currently contains a number of different processors, explained later, which perform a task on the latest images captured from the [[cs:​cameras:​start|cameras]]. These images are synchronized with each other in time.
-  * There is one vision node spawned for each task required to be performed using the [[https://​github.com/​PalouseRobosub/​robosub/​blob/​dev/​launch/​vision.launch|vision.launch]] file. For more information on using this launch file, see [[cs:​vision:​start#​Running the Vision System in ROS|Running the Vision System in ROS]] below.+  * There is one vision node spawned for each task required to be performed using the [[https://​github.com/​PalouseRobosub/​robosub/​blob/​master/​launch/​vision.launch|vision.launch]] file. For more information on using this launch file, see [[cs:​vision:​start#​Running the Vision System in ROS|Running the Vision System in ROS]] below.
   *The processors used by the vision node currently are as follows and described below.   *The processors used by the vision node currently are as follows and described below.
     * [[cs:​vision:​start#​ColorProcessor|ColorProcessor]]     * [[cs:​vision:​start#​ColorProcessor|ColorProcessor]]
Line 66: Line 66:
  
 ===== Running the Vision System in ROS ===== ===== Running the Vision System in ROS =====
 +
 +After making sure that the [[cs:​cameras:​start|cameras]] are running if needed, use the following command to start the vision system.
  
   roslaunch robosub vision.launch   roslaunch robosub vision.launch