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
c595bfc4
Commit
c595bfc4
authored
Sep 01, 2022
by
Larkin Heintzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mild updates
parent
0078c4f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
7 deletions
+38
-7
base_station.launch
base_station/launch/base_station.launch
+35
-4
remote_vehicle.launch
base_station/launch/remote_vehicle.launch
+3
-3
No files found.
base_station/launch/base_station.launch
View file @
c595bfc4
...
@@ -16,10 +16,34 @@
...
@@ -16,10 +16,34 @@
<!-- number of drones to generate waypoints for -->
<!-- number of drones to generate waypoints for -->
<param name="droneNum" type="double" value="2"/>
<param name="droneNum" type="double" value="2"/>
<!-- kentland data -->
<!-- kentland
network
data -->
<rosparam command="load" param="anchorPoint">
<rosparam command="load" param="anchorPoint">
[37.197280, -80.577791]
[37.197280, -80.577791]
</rosparam>
</rosparam>
<param name="altitude" type="double" value="40"/>
<param name="altitudeIncrement" type="double" value="10"/>
<rosparam command="load" param="pathPoints">
[
[
[37.197694, -80.578729],
[37.198569, -80.578427],
[37.198991, -80.576635],
[37.198480, -80.575202],
[37.197114, -80.573645],
[37.196497, -80.574630],
[37.195502, -80.576064],
[37.195474, -80.577796],
[37.196511, -80.579256]
],
[
]
]
</rosparam>
<!-- kentland data -->
<!-- <rosparam command="load" param="anchorPoint">
[37.197280, -80.577791]
</rosparam>
<param name="altitude" type="double" value="60"/>
<param name="altitude" type="double" value="60"/>
<param name="altitudeIncrement" type="double" value="10"/>
<param name="altitudeIncrement" type="double" value="10"/>
<rosparam command="load" param="pathPoints">
<rosparam command="load" param="pathPoints">
...
@@ -54,7 +78,7 @@
...
@@ -54,7 +78,7 @@
[37.196822, -80.578455]
[37.196822, -80.578455]
]
]
]
]
</rosparam>
</rosparam>
-->
<!-- drone cage data -->
<!-- drone cage data -->
<!-- <rosparam command="load" param="anchorPoint">
<!-- <rosparam command="load" param="anchorPoint">
...
@@ -90,15 +114,22 @@
...
@@ -90,15 +114,22 @@
<!-- 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"/>
<
!-- <
include file="$(find base_station)/launch/remote_vehicle.launch">
<include file="$(find base_station)/launch/remote_vehicle.launch">
<arg name="machine_name" value="marioModem"/>
<arg name="machine_name" value="marioModem"/>
<arg name="machine_id" value="0"/>
<arg name="machine_id" value="0"/>
</include>
-->
</include>
<!-- <include file="$(find base_station)/launch/remote_vehicle.launch">
<!-- <include file="$(find base_station)/launch/remote_vehicle.launch">
<arg name="machine_name" value="nerudaModem"/>
<arg name="machine_name" value="nerudaModem"/>
<arg name="machine_id" value="1"/>
<arg name="machine_id" value="1"/>
</include> -->
</include> -->
<!-- interface testing stuff -->
<!-- <group ns="marioModem">
<param name="drone_id" type="int" value="0"/>
<node pkg="database_tools" type="sqliteHandler.py" name="sqliteHandler" output="screen"/>
</group> -->
</launch>
</launch>
base_station/launch/remote_vehicle.launch
View file @
c595bfc4
...
@@ -22,14 +22,14 @@
...
@@ -22,14 +22,14 @@
<!-- drone number, passed argument -->
<!-- drone number, passed argument -->
<param name="drone_id" type="int" value="$(arg machine_id)"/>
<param name="drone_id" type="int" value="$(arg machine_id)"/>
<!-- base movement speed through waypoints -->
<!-- base movement speed through waypoints -->
<param name="base_speed" type="double" value="
2
.0"/>
<param name="base_speed" type="double" value="
4
.0"/>
<!-- waypoint loading node -->
<!-- waypoint loading node -->
<node pkg="dji_sdk" type="waypointDriver.py" name="waypointDriver" output="screen" machine="$(arg machine_name)"/>
<node pkg="dji_sdk" type="waypointDriver.py" name="waypointDriver" output="screen" machine="$(arg machine_name)"/>
<!-- usb and image activation nodes -->
<!-- usb and image activation nodes -->
<node pkg="dji_sdk" type="imageActivation.py" name="imageActivation" output="screen" machine="$(arg machine_name)"/>
<node pkg="dji_sdk" type="imageActivation.py" name="imageActivation" output="screen" machine="$(arg machine_name)"/>
<!--
usb and image activation nodes
-->
<!--
web interface uploader
-->
<
node pkg="database_tools" type="sqliteHandler.py" name="sqliteHandler" output="screen"/
>
<
!-- <node pkg="database_tools" type="sqliteHandler.py" name="sqliteHandler" output="screen"/> --
>
</group>
</group>
</launch>
</launch>
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