$ rosrun beginner_tutorials add_two_ints_client.l 4 5 としても 9が帰ってこない
k-okada opened this issue · 1 comments
k-okada commented
http://wiki.ros.org/ROS/Tutorials/WritingServiceClient%28euslisp%29#Try_it_out.21
に書いてあるように、
$ rosrun beginner_tutorials add_two_ints_client.l 4 5
としても
Requesting 4+5
4 + 5 = 9
が帰ってきません。
Affonso-Gui commented
by the way the server file extension also appears to be wrong:
euslsp/add-two-ints-server.py