## 1. 函數open_gripper
### 功能
打開夾爪,此時夾爪張開,可以用夾爪放下東西。
### 參數
## 2. 函數close_gripper
### 功能
關閉夾爪,此時夾爪關閉,可以用夾爪抓取東西。
### 參數
### blockly示例

### 代碼示例
```
from gauss_python_api.gauss_api import *
import rospy
rospy.init_node('gauss_generated_code_execution')
n = Gauss()
n.change_tool(TOOL_GRIPPER_1_ID)
n.open_gripper(TOOL_GRIPPER_1_ID, 100)
n.wait(5)
n.close_gripper(TOOL_GRIPPER_1_ID, 100)
```
- 引言
- 第一章 開關機和網絡配置
- 開關機和網絡連接
- 開機啟動腳本
- 多機通信
- 安裝必要的ROS包
- 第二章 軟件架構
- 第三章 機械臂模型
- 第四章 Python API
- calibrate_auto
- learning_mode
- move_joints
- move_pose
- gripper
- air_vacuum_pump
- electromagnet
- 第五章 ROS接口
- 示教模式
- 關節空間
- 笛卡爾空間
- 運動規劃
- 工具控制
- 自定義消息
- 重新校準
- 自動校準
- 硬件狀態
- 第六章 參數說明
- rpi_ros_processes
- gauss_motors
- robot_command_validation
- stepper_params
- gauss_driver
- end_effectors
- 第七章 launch文件
- rpi_setup
- controllers
- robot_commander
- user_interface
- 第八章 視覺抓取
- 第九章 常見問題