@@ -548,11 +548,11 @@ int main(int argc, char** argv)
548
548
position = tf::Vector3 ( 3 , 3 , 0 );
549
549
makeRandomDofMarker ( position );
550
550
position = tf::Vector3 (-3 , 0 , 0 );
551
- make6DofMarker ( true , visualization_msgs::InteractiveMarkerControl::ROTATE_3D, position, false );
551
+ make6DofMarker ( false , visualization_msgs::InteractiveMarkerControl::ROTATE_3D, position, false );
552
552
position = tf::Vector3 ( 0 , 0 , 0 );
553
- make6DofMarker ( true , visualization_msgs::InteractiveMarkerControl::MOVE_ROTATE_3D, position, true );
553
+ make6DofMarker ( false , visualization_msgs::InteractiveMarkerControl::MOVE_ROTATE_3D, position, true );
554
554
position = tf::Vector3 ( 3 , 0 , 0 );
555
- make6DofMarker ( true , visualization_msgs::InteractiveMarkerControl::MOVE_3D, position, false );
555
+ make6DofMarker ( false , visualization_msgs::InteractiveMarkerControl::MOVE_3D, position, false );
556
556
position = tf::Vector3 (-3 ,-3 , 0 );
557
557
makeViewFacingMarker ( position );
558
558
position = tf::Vector3 ( 0 ,-3 , 0 );
0 commit comments