Browse Source

Enable imu accel topic, but fail when disabled

pull/8/head
hello-binit 4 years ago
parent
commit
18f0e775d6
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      stretch_calibration/nodes/collect_head_calibration_data
  2. +1
    -0
      stretch_core/launch/d435i_basic.launch

+ 1
- 1
stretch_calibration/nodes/collect_head_calibration_data View File

@ -207,7 +207,7 @@ class CollectHeadCalibrationDataNode:
if timeout:
rospy.logerr('collect_head_calibration_data get_samples: timeout while waiting for sample.')
#raise IOError('Timeout')
raise Exception('Timed out waiting for joint_states/accelerations/markers messages after 10 seconds')
with self.data_lock:
#set backlash joint state

+ 1
- 0
stretch_core/launch/d435i_basic.launch View File

@ -17,6 +17,7 @@
<arg name="depth_fps" value="15"/>
<arg name="enable_infra1" value="false"/>
<arg name="enable_infra2" value="false"/>
<arg name="enable_accel" value="true"/>
<arg name="depth_width" value="$(arg depth_width)"/>
<arg name="depth_height" value="$(arg depth_height)"/>

Loading…
Cancel
Save