ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
set_param
only accepts python's building floats. You are passing a numpy float, which is a different data type. Converting that to float should help.