Browse Source

drawer opening update for noetic

After this minor change, drawer opening worked with the
following command.

$ roslaunch stretch_demos open_drawer.launch

The following persistent warning would be good to resolve.

[ WARN] [1622728896.394958823]: Could not obtain transform from imu_mobile_base to base_link. Error was Could not find a connection between 'base_link' and 'imu_mobile_base' because they are not part of the same tree.Tf has two or more unconnected trees.
pull/24/head
Charlie Kemp 3 years ago
parent
commit
066e57edff
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      stretch_demos/nodes/open_drawer

+ 2
- 2
stretch_demos/nodes/open_drawer View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
#from __future__ import print_function
from sensor_msgs.msg import JointState
from geometry_msgs.msg import Twist

Loading…
Cancel
Save