Skip to content

Commit

Permalink
Merge pull request jsk-ros-pkg#76 from garaemon/move-base-db-support-…
Browse files Browse the repository at this point in the history
…hydro

move_base_db.py support hydro
  • Loading branch information
garaemon committed Sep 21, 2014
2 parents b3880e4 + 3b78320 commit 2ef7ca8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions jsk_pr2_startup/jsk_pr2_lifelog/move_base_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@
# cur.close()
# con.commit()

import roslib; roslib.load_manifest('jsk_pr2_startup')
import rospy
import pgdb
import tf2_ros, tf2
import tf2_ros
try:
import tf2 # groovy
except:
import tf2_py as tf2
import geometry_msgs

class MoveBaseDB:
Expand Down

0 comments on commit 2ef7ca8

Please sign in to comment.