Skip to content

Commit b56cc41

Browse files
skpawar1305omichel
andauthored
set is_urdf_loaded__ of the resource manager to true (#896)
it's probably needed after ros-controls/ros2_control@385293e fixes #893 Co-authored-by: Olivier Michel <[email protected]>
1 parent 89a235d commit b56cc41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webots_ros2_control/src/Ros2Control.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ namespace webots_ros2_control {
9999
resourceManager->set_component_state(controlHardware[i].name, active_state);
100100
#else
101101
resourceManager->activate_all_components();
102+
resourceManager->load_urdf(urdfString, false, false);
102103
#endif
103104
}
104105

0 commit comments

Comments
 (0)