Simulink + ROS + Arduino code generation
3 次查看(过去 30 天)
显示 更早的评论
Hello,
I'm working with Simulink on my main computer and ROS Kinetic running on separate computer under Ubuntu 16. There is also an arduino Uno board.
Now i know that i can use Simulink to deploy standalone nodes on ROS computer. I can also install Arduino IDE on ROS computer and program Arduino connected to it to use ROS serial to publish/subscribe to messages.
But can i somehow use Simulink to deploy code to Arduino so it can communicate with ros?
1 个评论
The Simulink ROS code deployment relies on target machine to have: - Linux - ROS installed - catkin_make installed
As these are not available on Arduino, you will have to work with Raspberry Pi (which has a Linux operating system).
You can use the same steps for code deployment from Simulink ROS when connected to a Raspberry Pi, but as the Pi needs to be configured (i.e., ROS installed) we have a image available for Raspi, read more here:
https://www.mathworks.com/help/supportpkg/raspberrypi/examples/getting-started-with-robot-operating-system-ros-on-raspberry-pi-r.html
回答(2 个)
The Simulink ROS code deployment relies on target machine to have: - Linux - ROS installed - catkin_make installed
As these are not available on Arduino, you will have to work with Raspberry Pi (which has a Linux operating system).
You can use the same steps for code deployment from Simulink ROS when connected to a Raspberry Pi, but as the Pi needs to be configured (i.e., ROS installed) we have a image available for Raspi, read more here:
https://www.mathworks.com/help/supportpkg/raspberrypi/examples/getting-started-with-robot-operating-system-ros-on-raspberry-pi-r.html
SMEAC
2018-11-29
It can actually be achieved using rosserial_arduino, a ROS package. It does require a little bit of modification to get working, but for this reason I have uploaded a demonstration model, showing a publisher, two subscribers working together with a stateflow block and working in external mode:
Regards
Gavin
1 个评论
Madhu Govindarajan
2018-12-5
This is really cool. It will be great if you can record a simple video showing these in action so that it is easy for users to understand what to expect.
You can embed YouTube video links on the description so that users can see all of it in one page.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Code Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!