You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2023. It is now read-only.
ai_controllerがrobot_commandsをPublishしているが、60Hzではなく45~55 Hzとなっている。
原因は、robot_commandsの送信トリガーが、cmd_velとai_status、kick_velocityを受信できたら、となっているためである。
ai_statusとkick_velocityが60Hz出力の実力を持っていないため、cmd_velの受信をトリガーにして、robot_commandsをPublishしたい。