Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

servoOff で sc_svc がないと言われる #529

Closed
k-okada opened this issue Mar 23, 2015 · 3 comments
Closed

servoOff で sc_svc がないと言われる #529

k-okada opened this issue Mar 23, 2015 · 3 comments

Comments

@k-okada
Copy link
Contributor

k-okada commented Mar 23, 2015

hrp2/jaxon/staro をつかっている人で,hrpsys_config.pyの servoOn/Off を使っている人いますか?以下のようなエラーがでませんでしょうか?

In [2]: robot.servoOff()
Turn off Hand Servo
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-2-47d35baf78ab> in <module>()
----> 1 robot.servoOff()

/home/k-okada/ros/indigo_parent/devel/lib/python2.7/dist-packages/hrpsys/hrpsys_config.pyc in servoOff(self, jname, wait)
   1607 
   1608         print 'Turn off Hand Servo'
-> 1609         if self.sc_svc:
   1610             self.sc_svc.servoOff()
   1611         # if the servos aren't on switch power off
@snozawa
Copy link
Contributor

snozawa commented Mar 24, 2015

#360
#485
などもともとのコードで不明点・動かない点があり,
直すのに時間がまわせてない状況なので使っていないです.

また,
#131
goActual相当の挙動をうわがきRTCがするようなdiffもあります.
(servoOnのコードはjaxon_hrpsys.pyなどにあります)

@k-okada
Copy link
Contributor Author

k-okada commented Mar 24, 2015

なるほど.
とりあえず本題目のものは以下で治りますね.
#531

◉ Kei Okada

2015-03-24 15:31 GMT+09:00 Shunichi Nozawa notifications@github.com:

#360 #360
#485 #485
などもともとのコードで不明点・動かない点があり,
直すのに時間がまわせてない状況なので使っていないです.

また,
#131 #131
goActual相当の挙動をうわがきRTCがするようなdiffもあります.
(servoOnのコードはjaxon_hrpsys.pyなどにあります)


Reply to this email directly or view it on GitHub
#529 (comment)
.

@k-okada
Copy link
Contributor Author

k-okada commented Mar 31, 2015

#531 で解決しました

@k-okada k-okada closed this as completed Mar 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants