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

Commit

Permalink
Update Node.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
inusha47 committed Feb 8, 2024
1 parent 0a4cdbe commit 22d587e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ void Node::ctrl_loop()
_cyphal_demo_pub->publish(demo_msg);


zubax::primitive::real16::Vector4_1_0 const motor_msg{10.0, -10.0, -10.0, 10.0};
zubax::primitive::real16::Vector4_1_0 const motor_msg{10.0, 10.0, 10.0, 100.0};
_setpoint_velocity_pub->publish(motor_msg);

//RCLCPP_INFO(get_logger(), "%s inusha bee.", get_name());/
Expand Down

0 comments on commit 22d587e

Please sign in to comment.