ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

cxcheng's profile - activity

2016-05-16 03:22:56 -0500 commented answer What is the status of rosgo?

I missed rosgo_messages and gengo. I realize it must have been necessary for that to run the demo. Unfortunately, it seems that not all the files may have been checked in. For example, gen_go.py is referencing a template_tools package that is not found.

2016-05-16 00:47:26 -0500 received badge  Teacher (source)
2016-05-16 00:47:26 -0500 received badge  Necromancer (source)
2016-05-16 00:12:41 -0500 commented question What is the status of rosgo?

I have examined state of rosgo further and decided at this point, it cannot be used. The key reason is that it does not have a message generator like with roscpp and rospy to generate .msg and .srv files into Go code. This is the same problem as with efforts to use Javascript.