From 1457dbc210a849800c3ce5bb82e02c43ad71fb07 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Mon, 18 Jan 2016 18:20:26 +0100 Subject: [PATCH] Fix run_command for package without manifest. --- scripts/run_command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_command b/scripts/run_command index 764e91c..c414e04 100755 --- a/scripts/run_command +++ b/scripts/run_command @@ -1,6 +1,6 @@ #!/usr/bin/env python -import roslib; roslib.load_manifest('dynamic_graph_bridge') +#import roslib; roslib.load_manifest('dynamic_graph_bridge') import rospy import dynamic_graph_bridge_msgs.srv -- GitLab