Skip to content

Commit

Permalink
use require for loading files
Browse files Browse the repository at this point in the history
  • Loading branch information
YoheiKakiuchi committed Mar 11, 2013
1 parent 93f422b commit 1962184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pr2eus_armnavigation/pr2eus-arm-navigation.l
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(ros::load-ros-manifest "arm_navigation_msgs")

(ros::load-ros-manifest "pr2eus")
(load "package://pr2eus/robot-interface.l")
(require :robot-interface "package://pr2eus/robot-interface.l")

(defvar *arm-navigation-error-code-list*
(list
Expand Down
2 changes: 1 addition & 1 deletion pr2eus_openrave/pr2eus-openrave.l
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(ros::load-ros-manifest "topic_tools")
(ros::load-ros-manifest "pr2eus_openrave")
(ros::load-ros-manifest "orrosplanning")
(load "package://pr2eus/pr2-interface.l")
(require :pr2-interface "package://pr2eus/pr2-interface.l")
(ros::roseus "pr2eus_openrave")

(ros::advertise "openrave_marker_array" visualization_msgs::MarkerArray 100)
Expand Down

0 comments on commit 1962184

Please sign in to comment.