webot设备motor的api
Posted 鸡蛋JD
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webot设备motor的api相关的知识,希望对你有一定的参考价值。
Index
Description
Field Summary
Units
Initial Transformation and Position
Position Control
Velocity Control
Force and Torque Control
Motor Limits
Energy Consumption
Motor Functions
wb_motor_set_position
wb_motor_set_velocity
wb_motor_set_acceleration
wb_motor_set_available_force
wb_motor_set_available_torque
wb_motor_set_control_pid
wb_motor_get_target_position
wb_motor_get_min_position
wb_motor_get_max_position
wb_motor_get_velocity
wb_motor_get_max_velocity
wb_motor_get_acceleration
wb_motor_get_available_force
wb_motor_get_max_force
wb_motor_get_available_torque
wb_motor_get_max_torque
wb_motor_enable_force_feedback
wb_motor_disable_force_feedback
wb_motor_get_force_feedback
wb_motor_get_force_feedback_sampling_period
wb_motor_enable_torque_feedback
wb_motor_disable_torque_feedback
wb_motor_get_torque_feedback
wb_motor_get_torque_feedback_sampling_period
wb_motor_set_force
wb_motor_set_torque
wb_motor_get_type
wb_motor_get_brake
wb_motor_get_position_sensor
描述
Motor节点是一个抽象节点(未实例化),其派生类是RotationalMotor和LinearMotor。 这些类可用于机械模拟为关节提供动力,从而沿其一个轴产生运动。
当在这些节点的device (resp. device or device2)字段内设置时,RotationalMotor可以为HingeJoint(分别为Hinge2Joint)供电。 然后它产生围绕选择轴的旋转运动。 同样,LinearMotor可以驱动SliderJoint,沿其轴产生滑动。
以上是关于webot设备motor的api的主要内容,如果未能解决你的问题,请参考以下文章
Android 我想裁剪尺寸为 500*500 的图像,它适用于除三星以外的所有设备
基于RT-Thread的CAN电机驱动板设计 使用PIN设备配置按键中断实现电机启停