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

Revision history [back]

click to hide/show revision 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.