Skip to content

Commit b31fc90

Browse files
authored
Update joint_state_topic_hardware_interface/src/joint_state_topic_hardware_interface.cpp
1 parent 8bf9c4a commit b31fc90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

joint_state_topic_hardware_interface/src/joint_state_topic_hardware_interface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ hardware_interface::return_type JointStateTopicSystem::write(const rclcpp::Time&
299299
{
300300
joint_state.velocity.push_back(nonlimited_velocity_commands_[i]);
301301
}
302-
303302
}
304303
else if (interface.name == hardware_interface::HW_IF_EFFORT)
305304
{

0 commit comments

Comments
 (0)