simulate_state.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:AS_6Dof_Arm 作者: yao62995 项目源码 文件源码
def __init__(self):
        self.joint_state = JointState()
        self.arm_map = dict()
        self.joint_pub = rospy.Publisher("/as_arm/set_joints_states", JointState, queue_size=1)
        self.pose_sub = rospy.Subscriber("/as_arm/joint_states", JointState, callback=self.callback_joint, queue_size=1)
        # end effector service
        self.check_collision_client = rospy.ServiceProxy('/check_collision', CheckCollisionValid)
        self.tf_listener = tf.TransformListener()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号