Skip to content

Commit

Permalink
Indent spaces fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SyllogismRXS committed Apr 9, 2024
1 parent eee498d commit c3d88c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gz_ros2_control/src/gz_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ void GazeboSimSystem::registerSensors(
}

RCLCPP_INFO_STREAM(
this->nh_->get_logger(), "\tState:");
this->nh_->get_logger(), "\tState:");
ftData->name = _name->Data();
ftData->sim_ft_sensors_ = _entity;

Expand Down Expand Up @@ -701,7 +701,7 @@ hardware_interface::return_type GazeboSimSystem::read(
if (sensorTopicComp) {
this->dataPtr->ft_sensors_[i]->topicName = sensorTopicComp->Data();
RCLCPP_INFO_STREAM(
this->nh_->get_logger(), "ForceTorque " << this->dataPtr->ft_sensors_[i]->name <<
this->nh_->get_logger(), "ForceTorque " << this->dataPtr->ft_sensors_[i]->name <<
" has a topic name: " << sensorTopicComp->Data());

this->dataPtr->node.Subscribe(
Expand Down

0 comments on commit c3d88c3

Please sign in to comment.