ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You have a typo. In the first line of your macro definition for wheel_func
, the attribute should be params
, not param
.
Also, the first lines of your file have invalid syntax, but I'll assume that is just a copy/paste artifact.