mirror of
https://github.com/6-robot/waterplus_map_tools.git
synced 2025-09-15 12:59:09 +08:00
update nav_test
This commit is contained in:
parent
0cc3c48e24
commit
3459f4100a
@ -56,5 +56,8 @@
|
||||
<node pkg="waterplus_map_tools" type="wp_manager" name="wp_manager" output="screen">
|
||||
<param name="load" type="string" value="/home/nvidia/waypoints.xml"/>
|
||||
</node>
|
||||
|
||||
<!-- WP_navi_server -->
|
||||
<node pkg="waterplus_map_tools" type="wp_navi_server" name="wp_navi_server" output="screen"/>
|
||||
|
||||
</launch>
|
||||
|
||||
@ -57,6 +57,9 @@
|
||||
<param name="load" type="string" value="/home/robot/waypoints.xml"/>
|
||||
</node>
|
||||
|
||||
<!-- WP_navi_server -->
|
||||
<node pkg="waterplus_map_tools" type="wp_navi_server" name="wp_navi_server" output="screen"/>
|
||||
|
||||
<!-- Nav remote -->
|
||||
<node pkg="waterplus_map_tools" type="wp_nav_remote" name="wp_nav_remote" output="screen"/>
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
</node>
|
||||
|
||||
<!-- RViz and TF tree -->
|
||||
<arg name="model" default="$(find wpb_home_bringup)/urdf/wpb_home_mani.urdf"/>
|
||||
<arg name="model" default="$(find wpb_home_bringup)/urdf/wpb_home.urdf"/>
|
||||
<arg name="gui" default="true" />
|
||||
<arg name="rvizconfig" default="$(find waterplus_map_tools)/rviz/nav.rviz" />
|
||||
|
||||
|
||||
@ -57,4 +57,7 @@
|
||||
<param name="load" type="string" value="/home/nvidia/waypoints.xml"/>
|
||||
</node>
|
||||
|
||||
<!-- WP_navi_server -->
|
||||
<node pkg="waterplus_map_tools" type="wp_navi_server" name="wp_navi_server" output="screen"/>
|
||||
|
||||
</launch>
|
||||
|
||||
@ -10,6 +10,9 @@
|
||||
<node pkg="waterplus_map_tools" type="wp_manager" name="wp_manager" output="screen">
|
||||
<param name="load" type="string" value="/home/robot/waypoints.xml"/>
|
||||
</node>
|
||||
|
||||
<!-- WP_navi_server -->
|
||||
<node pkg="waterplus_map_tools" type="wp_navi_server" name="wp_navi_server" output="screen"/>
|
||||
|
||||
<!-- Nav remote -->
|
||||
<node pkg="waterplus_map_tools" type="wp_nav_remote" name="wp_nav_remote" output="screen"/>
|
||||
|
||||
@ -19,4 +19,7 @@
|
||||
<param name="load" type="string" value="/home/master/waypoints.xml"/>
|
||||
</node>
|
||||
|
||||
<!-- WP_navi_server -->
|
||||
<node pkg="waterplus_map_tools" type="wp_navi_server" name="wp_navi_server" output="screen"/>
|
||||
|
||||
</launch>
|
||||
|
||||
@ -16,7 +16,10 @@
|
||||
|
||||
<!-- Map tools -->
|
||||
<node pkg="waterplus_map_tools" type="wp_manager" name="wp_manager" output="screen">
|
||||
<param name="load" type="string" value="/home/robot/waypoints.xml"/>
|
||||
<param name="load" type="string" value="/home/master/waypoints.xml"/>
|
||||
</node>
|
||||
|
||||
<!-- WP_navi_server -->
|
||||
<node pkg="waterplus_map_tools" type="wp_navi_server" name="wp_navi_server" output="screen"/>
|
||||
|
||||
</launch>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user