Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Base Station ROS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Larkin Heintzman
Base Station ROS
Commits
6e6721a5
Commit
6e6721a5
authored
Feb 09, 2022
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
launch file tweaks
parent
653a85e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
20 deletions
+5
-20
image_test.launch
base_station/launch/image_test.launch
+1
-18
remote_image_test.launch
base_station/launch/remote_image_test.launch
+4
-2
No files found.
base_station/launch/image_test.launch
View file @
6e6721a5
...
@@ -8,28 +8,11 @@
...
@@ -8,28 +8,11 @@
<!-- load machine names, plath, neruda, and home versions -->
<!-- load machine names, plath, neruda, and home versions -->
<include file="$(find base_station)/launch/machines.launch"/>
<include file="$(find base_station)/launch/machines.launch"/>
<!-- <node name="waypointGenerator" pkg="database_tools" type="waypointGenerator.py">
<param name="pathType" type="string" value="spiral"/>
<param name="spiralRadius" type="double" value="1"/>
<param name="spiralLoops" type="double" value="2"/>
<param name="spiralHeight" type="double" value="1"/>
<param name="altitudeIncrement" type="double" value="0"/>
<param name="altitude" type="double" value="2"/>
<param name="droneNum" type="double" value="3"/>
<rosparam command="load" param="anchorPoint">
[37.227531, -80.406156]
</rosparam>
<rosparam command="load" param="pathPoints">
[]
</rosparam>
</node> -->
<!-- launch neruda vehicle nodes -->
<!-- launch neruda vehicle nodes -->
<include file="$(find base_station)/launch/remote_image_test.launch">
<include file="$(find base_station)/launch/remote_image_test.launch">
<arg name="machine_name" value="nerudaKube"/>
<arg name="machine_name" value="nerudaKube"/>
<arg name="machine_id" value="0"/>
<arg name="machine_id" value="0"/>
<
!-- <arg name="video_stream_provider" value="99"/> --
>
<
arg name="video_index" value="99"/
>
</include>
</include>
</launch>
</launch>
base_station/launch/remote_image_test.launch
View file @
6e6721a5
...
@@ -3,11 +3,13 @@
...
@@ -3,11 +3,13 @@
<arg name="machine_name"/>
<arg name="machine_name"/>
<!-- argument for machine id -->
<!-- argument for machine id -->
<arg name="machine_id"/>
<arg name="machine_id"/>
<!-- video stream index -->
<arg name="video_index"/>
<group ns="$(arg machine_name)">
<group ns="$(arg machine_name)">
<!-- run viewer on base station laptop -->
<!-- run viewer on base station laptop -->
<node name="imageNode" pkg="
base_station
" type="imageNode.py" machine="$(arg machine_name)">
<node name="imageNode" pkg="
dji_osdk_ros
" type="imageNode.py" machine="$(arg machine_name)">
<param name="visualize" type="bool" value="false"/>
<param name="visualize" type="bool" value="false"/>
<param name="save" type="bool" value="true"/>
<param name="save" type="bool" value="true"/>
<!-- from home dir -->
<!-- from home dir -->
...
@@ -19,7 +21,7 @@
...
@@ -19,7 +21,7 @@
<arg name="camera_name" default="usb_camera" />
<arg name="camera_name" default="usb_camera" />
<!-- video_stream_provider can be a number as a video device or a url of a video stream -->
<!-- video_stream_provider can be a number as a video device or a url of a video stream -->
<arg name="video_stream_provider" default="
99
" />
<arg name="video_stream_provider" default="
$(arg video_index)
" />
<!-- set camera fps to -->
<!-- set camera fps to -->
<arg name="set_camera_fps" default="30" />
<arg name="set_camera_fps" default="30" />
<!-- set buffer queue size of frame capturing to -->
<!-- set buffer queue size of frame capturing to -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment