Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add doc images to dev #167

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/Kinectic.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ROScheatsheet_catkin-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ROScheatsheet_catkin-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ROScheatsheet_catkin-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ROScheatsheet_catkin.pdf
Binary file not shown.
Binary file added images/Robot05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Signal_panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/SoftwareGuide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/camera_config_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/catkin-ws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/gazebo_rqt_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/new_rqt_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ros-folders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/rqt_gazebo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions prometheus_bringup/launch/traxxas_drive1_kinect.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<launch>

<arg name="model" default="" />
<arg name="float_cmd_topic" default="" />
<arg name="twist_linear_x" default="1" />

<arg name="twist_dir_topic" default="/android_input_dir"/>
<arg name="int_dir_topic" default="/pub_dir"/>
<arg name="int_vel_topic" default="/pub_vel"/>
<arg name="int_vel_max" default="108"/>
<arg name="vel_cmd_topic" default="/android_input_vel"/>

<arg name="image_raw_topic" default="/camera/rgb/image_color"/>


<group if="$(eval arg('model') != '')">

<include file="$(find physical_bringup)/launch/modules/rosserial.launch" />

<include file="$(find physical_bringup)/launch/modules/driving_cnn1.launch" >
<arg name="model" value="$(arg model)"/>
<arg name="float_cmd_topic" value="$(arg float_cmd_topic)"/>
<arg name="twist_linear_x" value="$(arg twist_linear_x)"/>
<arg name="vel_cmd_topic" value="$(arg vel_cmd_topic)"/>
<arg name="image_raw_topic" value="$(arg image_raw_topic)"/>
</include>

<include file="$(find physical_bringup)/launch/modules/android_conversor.launch">
<arg name="twist_dir_topic" value="$(arg twist_dir_topic)"/>
<arg name="int_dir_topic" value="$(arg int_dir_topic)"/>
<arg name="int_vel_topic" value="$(arg int_vel_topic)"/>
<arg name="int_vel_max" value="$(arg int_vel_max)"/>
<arg name="vel_cmd_topic" value="$(arg vel_cmd_topic)"/>
</include>


<include file="$(find freenect_launch)/launch/freenect.launch">
<arg name="depth_registration" value="true"/>
</include>

</group>

</launch>
41 changes: 41 additions & 0 deletions prometheus_bringup/launch/traxxas_drive2a_kinect.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<launch>

<arg name="model" default="" />
<arg name="float_cmd_topic" default="" />
<arg name="twist_linear_x" default="1" />

<arg name="twist_dir_topic" default="/android_input_dir"/>
<arg name="int_dir_topic" default="/pub_dir"/>
<arg name="int_vel_topic" default="/pub_vel"/>
<arg name="int_vel_max" default="108"/>
<arg name="vel_cmd_topic" default="/android_input_vel"/>

<arg name="image_raw_topic" default="/camera/rgb/image_color"/>

<group if="$(eval arg('model') != '')">

<include file="$(find physical_bringup)/launch/modules/rosserial.launch" />

<include file="$(find physical_bringup)/launch/modules/driving_cnn2a.launch" >
<arg name="model" value="$(arg model)"/>
<arg name="float_cmd_topic" value="$(arg float_cmd_topic)"/>
<arg name="twist_linear_x" value="$(arg twist_linear_x)"/>
<arg name="vel_cmd_topic" value="$(arg vel_cmd_topic)"/>
<arg name="image_raw_topic" value="$(arg image_raw_topic)"/>
</include>

<include file="$(find physical_bringup)/launch/modules/android_conversor.launch">
<arg name="twist_dir_topic" value="$(arg twist_dir_topic)"/>
<arg name="int_dir_topic" value="$(arg int_dir_topic)"/>
<arg name="int_vel_topic" value="$(arg int_vel_topic)"/>
<arg name="int_vel_max" value="$(arg int_vel_max)"/>
<arg name="vel_cmd_topic" value="$(arg vel_cmd_topic)"/>
</include>

<include file="$(find freenect_launch)/launch/freenect.launch">
<arg name="depth_registration" value="true"/>
</include>

</group>

</launch>
39 changes: 39 additions & 0 deletions prometheus_bringup/launch/traxxas_drive_write_kinect.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<launch>

<arg name="folder" default="set1"/>
<arg name="twist_cmd_topic" default="/android_input_dir"/>
<arg name="twist_dir_topic" default="/android_input_dir"/>
<arg name="int_dir_topic" default="/pub_dir"/>
<arg name="int_vel_topic" default="/pub_vel"/>
<arg name="int_vel_max" default="102"/>
<arg name="vel_cmd_topic" default="/android_input_vel"/>
<arg name="bool_btn_topic" default="/android_input_velin"/>

<arg name="camera_topic" default="/camera/rgb/image_color"/>
<arg name="int_camera_id" default="2"/>

<include file="$(find physical_bringup)/launch/modules/rosserial.launch" />

<include file="$(find physical_bringup)/launch/modules/android_conversor.launch">
<arg name="twist_dir_topic" value="$(arg twist_dir_topic)"/>
<arg name="int_dir_topic" value="$(arg int_dir_topic)"/>
<arg name="int_vel_topic" value="$(arg int_vel_topic)"/>
<arg name="int_vel_max" value="$(arg int_vel_max)"/>
<arg name="vel_cmd_topic" value="$(arg vel_cmd_topic)"/>
<arg name="bool_btn_topic" value="$(arg bool_btn_topic)"/>
</include>

<!--<include file="$(find physical_bringup)/launch/modules/usb_cam.launch" />-->

<include file="$(find freenect_launch)/launch/freenect.launch">
<arg name="depth_registration" value="true"/>
</include>

<include file="$(find physical_bringup)/launch/modules/write_cnn.launch" >
<arg name="twist_cmd_topic" value="$(arg twist_cmd_topic)"/>
<arg name="image_raw_topic" value="$(arg camera_topic)"/>
<arg name="folder" value="$(arg folder)"/>
<arg name="vel_cmd_topic" value="$(arg vel_cmd_topic)"/>
</include>

</launch>
27 changes: 27 additions & 0 deletions prometheus_bringup/launch/traxxas_free_drive_kinectic.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<launch>
<arg name="twist_dir_topic" default="/android_input_dir"/>
<arg name="int_dir_topic" default="/pub_dir"/>
<arg name="int_vel_topic" default="/pub_vel"/>
<arg name="int_vel_max" default="108"/>
<arg name="vel_cmd_topic" default="/android_input_vel"/>
<arg name="bool_btn_topic" default="/android_input_velin"/>

<arg name="camera_topic" default="/real_camera"/>
<arg name="int_camera_id" default="2"/>

<include file="$(find physical_bringup)/launch/modules/rosserial.launch" />

<include file="$(find physical_bringup)/launch/modules/android_conversor.launch">
<arg name="twist_dir_topic" value="$(arg twist_dir_topic)"/>
<arg name="int_dir_topic" value="$(arg int_dir_topic)"/>
<arg name="int_vel_topic" value="$(arg int_vel_topic)"/>
<arg name="int_vel_max" value="$(arg int_vel_max)"/>
<arg name="vel_cmd_topic" value="$(arg vel_cmd_topic)"/>
<arg name="bool_btn_topic" value="$(arg bool_btn_topic)"/>
</include>

<include file="$(find freenect_launch)/launch/freenect.launch">
<arg name="depth_registration" value="true"/>
</include>

</launch>
10 changes: 10 additions & 0 deletions prometheus_gazebo/description/models/obstacle/model.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<model>
<name>obstacle</name>
<version>1.0</version>
<sdf version="1.4">
obstacle.sdf
</sdf>
<description>
green obstacle
</description>
</model>
29 changes: 29 additions & 0 deletions prometheus_gazebo/description/models/obstacle/obstacle.sdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0"?>
<sdf version ='1.4'>
<model name ='obstacle'>
<pose>1 0 0 0 0 0</pose>
<link name ='main_link'>
<pose>0 0 .5 0 0 0</pose>
<collision name ='collision'>
<geometry>
<box>
<size>0.6 0.6 0.3</size>
</box>
</geometry>
</collision>
<visual name ='visual'>
<geometry>
<box>
<size>0.6 0.6 0.3</size>
</box>
</geometry>
<material>
<script>
<uri>file://media/materials/scripts/gazebo.material</uri>
<name>Gazebo/Green</name>
</script>
</material>
</visual>
</link>
</model>
</sdf>
Loading