Skip to content

Commit a8da566

Browse files
committed
fixed jog bugs
1 parent 9e10c42 commit a8da566

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/arm_hardware_interface/src/moteus_driver_node.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ MoteusDriverNode::MoteusDriverNode() : Node("moteus_driver") {
3333
configureMotors();
3434

3535
timer_ = this->create_wall_timer(
36-
std::chrono::milliseconds(100),
36+
std::chrono::milliseconds(10),
3737
std::bind(&MoteusDriverNode::poll, this));
3838

3939
RCLCPP_INFO(this->get_logger(),
40-
"Moteus driver started: polling %d motors at 10 Hz", NUM_MOTORS);
40+
"Moteus driver started: polling %d motors at 100 Hz", NUM_MOTORS);
4141
}
4242

4343

0 commit comments

Comments
 (0)