Skip to content
Snippets Groups Projects
Commit 94661ceb authored by Paul Beuchat's avatar Paul Beuchat
Browse files

Small addition of parameter debug message

parent 24f5990a
No related branches found
No related tags found
No related merge requests found
......@@ -1596,7 +1596,8 @@ void fetchYamlParameters(ros::NodeHandle& nodeHandle)
// DEBUGGING: Print out one of the parameters that was loaded
ROS_INFO_STREAM("DEBUGGING: the fetched SafeController/mass = " << cf_mass);
ROS_INFO_STREAM("DEBUGGING: the fetched DemoController/mass = " << cf_mass);
ROS_INFO_STREAM("DEBUGGING: the fetched DemoController/angleResponseTest_pitchAngle_degrees = " << angleResponseTest_pitchAngle_degrees);
// Call the function that computes details an values that are needed from these
// parameters loaded above
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment