mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-09 02:31:14 +00:00
Added new camera node, finished up most of UDEV with real names
This commit is contained in:
19
rover/rover_main/launch/rover_main.launch
Normal file
19
rover/rover_main/launch/rover_main.launch
Normal file
@@ -0,0 +1,19 @@
|
||||
<launch>
|
||||
<group ns="cameras">
|
||||
<node name="undercarriage" pkg="image_transport_tutorial" type="my_publisher" output="screen" >
|
||||
<param name="device_path" value="/dev/rover/camera_undercarriage" />
|
||||
</node>
|
||||
|
||||
|
||||
<node name="main_navigation" pkg="image_transport_tutorial" type="my_publisher" output="screen" >
|
||||
<param name="device_path" value="/dev/rover/camera_main_navigation" />
|
||||
</node>
|
||||
|
||||
<node name="gimbal" pkg="image_transport_tutorial" type="my_publisher" output="screen" >
|
||||
<param name="device_path" value="/dev/rover/camera_gimbal" />
|
||||
</node>
|
||||
|
||||
</group>
|
||||
|
||||
|
||||
</launch>
|
||||
Reference in New Issue
Block a user