Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Limit CAN transmission to only what's absolutely necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed May 15, 2024
1 parent 95db513 commit 063102f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ Node::Node()
_node_hdl.spinSome();
});

init_cyphal_heartbeat();
init_cyphal_node_info();
//init_cyphal_heartbeat();
//init_cyphal_node_info();

init_motor_left();
init_motor_right();
init_estop();
init_cyphal_heartbeat_check();
//init_cyphal_heartbeat_check();

RCLCPP_INFO(get_logger(), "%s init complete.", get_name());
}
Expand Down

0 comments on commit 063102f

Please sign in to comment.