You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Already implemented ROS parameter server with rosserial on actuator board along with default values in case parameters cant´t be found. He is always using default values.
if (!nh.getParam("/decided_thrust/thrustForewardMin", &thrustForewardMin)) { thrustForewardMin = THRUST_FOREWARD_MIN; }
Perhaps something wrong with namespace?
The text was updated successfully, but these errors were encountered:
Already implemented ROS parameter server with rosserial on actuator board along with default values in case parameters cant´t be found. He is always using default values.
if (!nh.getParam("/decided_thrust/thrustForewardMin", &thrustForewardMin)) { thrustForewardMin = THRUST_FOREWARD_MIN; }
Perhaps something wrong with namespace?
The text was updated successfully, but these errors were encountered: