Python
文章平均质量分 77
lightrain0
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python-learning-SMACH-Notes
Userdata transfer from State to sub State MachineIf we would like to transfer data from state in the top State machine to the sub state machine, we can remap the outkey of state with the input key o原创 2017-05-19 17:00:26 · 582 阅读 · 0 评论 -
Python-leaning-StateMachine
有限状态机(Python)Finite-state machine (wikipedia)FiniteStateMachine(python-wiki)Is there a beautiful State Machine framework, in Python?SMACH专题(一)----安装与初探ROS WIKI fo原创 2017-05-17 15:49:36 · 379 阅读 · 0 评论 -
Python-Learning-UnitTest
unittest — Unit testing frameworkTo achieve this, unittest supports some important concepts:test fixtureA test fixture represents the preparation needed to perform one or moretests, and any asso原创 2017-05-17 15:35:36 · 309 阅读 · 0 评论 -
Python-learning-SMACH-1-GettingStarted
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-17821189-2']); _gaq.push(['_setDomainName', 'wiki.ros.org']); _gaq.push(['_trackPageview']); (function() { var ga = document.createEle原创 2017-05-19 09:24:04 · 1716 阅读 · 0 评论 -
Python-learning-SMACH-QA
Question /usr/bin/python3.4 /home/evan/PycharmProjects/smach_projects/GettingStarted.pyTraceback (most recent call last): File "/home/evan/PycharmProjects/smach_projects/GettingStarted.py", l原创 2017-05-19 09:23:03 · 854 阅读 · 0 评论
分享