Skip to content

Commit 6393923

Browse files
authored
Update joint_state_topic_hardware_interface/src/joint_state_topic_hardware_interface.cpp
1 parent d2e1ae6 commit 6393923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

joint_state_topic_hardware_interface/src/joint_state_topic_hardware_interface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ CallbackReturn JointStateTopicSystem::on_init(const hardware_interface::Hardware
5858
joint_commands_.resize(standard_interfaces_.size());
5959
joint_states_.resize(standard_interfaces_.size());
6060
velocity_limits_.resize(get_hardware_info().joints.size());
61+
limited_velocity_commands_.resize(get_hardware_info().joints.size());
6162
nonlimited_velocity_commands_.resize(get_hardware_info().joints.size());
6263
for (auto i = 0u; i < standard_interfaces_.size(); i++)
6364
{

0 commit comments

Comments
 (0)