cleaned up a bit

This commit is contained in:
Pavel Lutskov
2019-02-10 10:20:52 +01:00
parent 372ff68955
commit 567f7b0274
6 changed files with 34 additions and 55 deletions

17
launch/with_gui.launch Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<!--Launch file for Test of teleoperating NAO project-->
<launch>
<include file="$(find teleoperation)/launch/fulltest.launch"
pass_all_args="true"/>
<node name="human" pkg="teleoperation" type="rviz_human"/>
<node name="rviz_nao" pkg="rviz" type="rviz" args =
" -d $(find teleoperation)/launch/rviz_config/nao.rviz"/>
<node name="rviz_human" pkg="rviz" type="rviz"
args=" -d $(find teleoperation)/launch/rviz_config/human.rviz"/>
<node name="nao_telemetry" pkg="rqt_gui" type="rqt_gui"/>
</launch>