Skip to content

Commit 0ecc25f

Browse files
author
Adam Leeper
committed
makes 3D+6-DOF control NOT fixed
1 parent f13b8d2 commit 0ecc25f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

interactive_marker_tutorials/src/basic_controls.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,11 +548,11 @@ int main(int argc, char** argv)
548548
position = tf::Vector3( 3, 3, 0);
549549
makeRandomDofMarker( position );
550550
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 );
552552
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 );
554554
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 );
556556
position = tf::Vector3(-3,-3, 0);
557557
makeViewFacingMarker( position );
558558
position = tf::Vector3( 0,-3, 0);

0 commit comments

Comments
 (0)