Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Apr 15, 2020
1 parent f9c6ec1 commit 2c0accc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jsk_fetch_robot/jsk_fetch_gazebo_demo/euslisp/demo.l
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
;; https://github.com/fetchrobotics/fetch_gazebo/blob/gazebo9/fetch_gazebo_demo/scripts/demo.py

(require "package://fetcheus/fetch-interface.l")
;; hotfix for https://github.com/jsk-ros-pkg/jsk_robot/pull/1213#issuecomment-612976152, see https://github.com/jsk-ros-pkg/jsk_roseus/issues/574
(make-package "GRASPING_MSGS")
(load "package://roseus/ros/grasping_msgs/msg/Object.l")
;;
(ros::load-ros-manifest "grasping_msgs")

;; Remove these functions after https://github.com/jsk-ros-pkg/jsk_roseus/pull/640 is merged
Expand Down

0 comments on commit 2c0accc

Please sign in to comment.