ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Looking at the change you (assumed by the user name) made, I guess you've figured it out somehow by yourself; As the tutorial you referred to points out:
Note that #!cplusplus or #!python line needs to be in a new line (ie. new line after three beginning parenthesises).
it seems that a new line is required with CodeRef
, which you did in your commit.
2 | No.2 Revision |
Looking at the change you (assumed by the user name) made, I guess you've figured it out somehow by yourself; As the tutorial you referred to points out:
Note that #!cplusplus or #!python line needs to be in a new line (ie. new line after three beginning parenthesises).
it seems that a new line is required with CodeRef
, which you did in your commit.
Update 7/14/2014) Anyways, for referring to codes on github, it looks like GetCode
replaces CodeRef macro.