File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ #include < sot/core/robot-utils.hh>
2+
13#include " pinocchio/multibody/model.hpp"
24#include " pinocchio/parsers/urdf.hpp"
35
79
810#include < urdf_parser/urdf_parser.h>
911
10- #include < sot/core/robot-utils.hh>
1112#include < ros/ros.h>
1213#include " dynamic_graph_bridge/ros_parameter.hh"
1314
@@ -30,7 +31,7 @@ bool parameter_server_read_robot_description()
3031 // Search for the robot util related to robot_name.
3132 sot::RobotUtilShrPtr aRobotUtil = sot::getRobotUtil (model_name);
3233 // If does not exist then it is created.
33- if (aRobotUtil ! = sot::RefVoidRobotUtil ())
34+ if (aRobotUtil = = sot::RefVoidRobotUtil ())
3435 aRobotUtil = sot::createRobotUtil (model_name);
3536
3637 // If the creation is fine
@@ -50,4 +51,4 @@ bool parameter_server_read_robot_description()
5051
5152}
5253
53- };
54+ }
You can’t perform that action at this time.
0 commit comments