Skip to content

Commit

Permalink
Revert "Load the URDF to the resource_manager before parsing it to CM (
Browse files Browse the repository at this point in the history
  • Loading branch information
HovorunB committed Jan 23, 2024
1 parent 1ce397c commit 4f8bfed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gazebo_ros2_control/src/gazebo_ros2_control_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,6 @@ void GazeboRosControlPlugin::Load(gazebo::physics::ModelPtr parent, sdf::Element
std::unique_ptr<hardware_interface::ResourceManager> resource_manager_ =
std::make_unique<hardware_interface::ResourceManager>();

try {
resource_manager_->load_urdf(urdf_string, false, false);
} catch (...) {
// This error should be normal as the resource manager is not supposed to load and initialize
// them
RCLCPP_ERROR(impl_->model_nh_->get_logger(), "Error initializing URDF to resource manager!");
}
try {
impl_->robot_hw_sim_loader_.reset(
new pluginlib::ClassLoader<gazebo_ros2_control::GazeboSystemInterface>(
Expand Down

0 comments on commit 4f8bfed

Please sign in to comment.