@@ -65,7 +65,7 @@ class IMarker
6565
6666 /* * create an interactive marker at the origin */
6767 IMarker (interactive_markers::InteractiveMarkerServer& server, const std::string& name,
68- const std::string& frame_id = " / panda_link0" ,
68+ const std::string& frame_id = " panda_link0" ,
6969 boost::function<void (const visualization_msgs::InteractiveMarkerFeedbackConstPtr&)> callback = printFeedback,
7070 Dof dof = BOTH)
7171 : imarker_()
@@ -76,7 +76,7 @@ class IMarker
7676
7777 /* * create an interactive marker with an initial pose */
7878 IMarker (interactive_markers::InteractiveMarkerServer& server, const std::string& name, const Eigen::Isometry3d& pose,
79- const std::string& frame_id = " / panda_link0" ,
79+ const std::string& frame_id = " panda_link0" ,
8080 boost::function<void (const visualization_msgs::InteractiveMarkerFeedbackConstPtr&)> callback = printFeedback,
8181 Dof dof = BOTH)
8282 : imarker_()
@@ -90,7 +90,7 @@ class IMarker
9090 /* * create an interactive marker with an initial pose */
9191 IMarker (interactive_markers::InteractiveMarkerServer& server, const std::string& name,
9292 const Eigen::Vector3d& position, const Eigen::Quaterniond& orientation,
93- const std::string& frame_id = " / panda_link0" ,
93+ const std::string& frame_id = " panda_link0" ,
9494 boost::function<void (const visualization_msgs::InteractiveMarkerFeedbackConstPtr&)> callback = printFeedback,
9595 Dof dof = BOTH)
9696 : imarker_()
@@ -100,7 +100,7 @@ class IMarker
100100
101101 /* * create an interactive marker with an initial position */
102102 IMarker (interactive_markers::InteractiveMarkerServer& server, const std::string& name,
103- const Eigen::Vector3d& position, const std::string& frame_id = " / panda_link0" ,
103+ const Eigen::Vector3d& position, const std::string& frame_id = " panda_link0" ,
104104 boost::function<void (const visualization_msgs::InteractiveMarkerFeedbackConstPtr&)> callback = printFeedback,
105105 Dof dof = BOTH)
106106 : imarker_()
0 commit comments