Reputation: 37
I want to use Simulink of MATLAB to calculate the foot trajectory and send the data to Webots to execute. Meanwhile, Webots send the data which measurd by sensors in robot to Simulink and modify the controller. Can I realize it? Is there a more simple way? Should I use ADAMS instead of Webots?
Upvotes: 1
Views: 371
Reputation: 1733
Webots has a Matlab API: https://cyberbotics.com/doc/guide/using-matlab
Using this Matlab API you should be able to communicate between Webots and Simulink.
Upvotes: 1