How to change the message frequency of sending ROS topics?

13 views (last 30 days)
Hello, I just figured out how to use Simulink to send ROS topic with Robotics System Toolbox by reading this:
However, when I run this model, the ROS topic is sent only once. I need to let it send many times at a certain frequency. Do you have some ideas on how to achieve that? Thanks, Bo

Accepted Answer

Bo
Bo on 18 Aug 2017
I figured this out. I needed to change the constant block to sine wave block and set the Solve to "Fixed solver" and set the fixed solver size to 0.01. Then the topic can be sent multi-times.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!