This website works better with JavaScript.
Home
Explore
Help
Sign In
cccccccc
/
stretch_ros
mirror of
https://github.com/hello-robot/stretch_ros.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Launch stretch_driver without failing out of bounds
pull/6/head
hello-binit
4 years ago
parent
b1e4d326d8
commit
0ad4e339eb
11 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
stretch_calibration/launch/collect_head_calibration_data.launch
+1
-0
stretch_core/launch/wheel_odometry_test.launch
+1
-0
stretch_deep_perception/launch/stretch_detect_body_landmarks.launch
+1
-0
stretch_deep_perception/launch/stretch_detect_faces.launch
+1
-0
stretch_deep_perception/launch/stretch_detect_nearest_mouth.launch
+1
-0
stretch_deep_perception/launch/stretch_detect_objects.launch
+1
-0
stretch_demos/launch/clean_surface.launch
+1
-0
stretch_demos/launch/handover_object.launch
+1
-0
stretch_demos/launch/hello_world.launch
+1
-0
stretch_demos/launch/open_drawer.launch
+1
-0
stretch_funmap/launch/mapping.launch
+ 1
- 0
stretch_calibration/launch/collect_head_calibration_data.launch
View File
@ -13,6 +13,7 @@
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="false"/>
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
<param name="robot_description"
textfile="$(arg uncalibrated_urdf_file)"/>
+ 1
- 0
stretch_core/launch/wheel_odometry_test.launch
View File
@ -13,6 +13,7 @@
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="true"/>
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
<include file="$(find stretch_core)/launch/stretch_driver.launch" pass_all_args="true"/>
<!-- -->
+ 1
- 0
stretch_deep_perception/launch/stretch_detect_body_landmarks.launch
View File
@ -12,6 +12,7 @@
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="true"/>
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
<include file="$(find stretch_core)/launch/stretch_driver.launch" />
<!-- -->
+ 1
- 0
stretch_deep_perception/launch/stretch_detect_faces.launch
View File
@ -12,6 +12,7 @@
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="true"/>
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
<include file="$(find stretch_core)/launch/stretch_driver.launch" />
<!-- -->
+ 1
- 0
stretch_deep_perception/launch/stretch_detect_nearest_mouth.launch
View File
@ -12,6 +12,7 @@
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="true"/>
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
<include file="$(find stretch_core)/launch/stretch_driver.launch" />
<!-- -->
+ 1
- 0
stretch_deep_perception/launch/stretch_detect_objects.launch
View File
@ -12,6 +12,7 @@
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="true"/>
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
<include file="$(find stretch_core)/launch/stretch_driver.launch" />
<!-- -->
+ 1
- 0
stretch_demos/launch/clean_surface.launch
View File
@ -12,6 +12,7 @@
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="false"/>
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
<include file="$(find stretch_core)/launch/stretch_driver.launch" pass_all_args="true"/>
<!-- -->
+ 1
- 0
stretch_demos/launch/handover_object.launch
View File
@ -11,6 +11,7 @@
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="false"/>
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
<include file="$(find stretch_core)/launch/stretch_driver.launch" pass_all_args="true"/>
<!-- -->
+ 1
- 0
stretch_demos/launch/hello_world.launch
View File
@ -12,6 +12,7 @@
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="false"/>
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
<include file="$(find stretch_core)/launch/stretch_driver.launch" pass_all_args="true"/>
<!-- -->
+ 1
- 0
stretch_demos/launch/open_drawer.launch
View File
@ -12,6 +12,7 @@
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="false"/>
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
<include file="$(find stretch_core)/launch/stretch_driver.launch" pass_all_args="true"/>
<!-- -->
+ 1
- 0
stretch_funmap/launch/mapping.launch
View File
@ -16,6 +16,7 @@
<!-- STRETCH DRIVER -->
<param name="/stretch_driver/broadcast_odom_tf" type="bool" value="false"/>
<param name="/stretch_driver/fail_out_of_range_goal" type="bool" value="false"/>
<include file="$(find stretch_core)/launch/stretch_driver.launch" pass_all_args="true"/>
<!-- -->
Write
Preview
Loading…
Cancel
Save