Hey guys I'm relatively new to ROS so my understanding may be a bit average but here's my situation. I'm using ROS Kinetic and Ubuntu Mate.
I'm trying to build an autonomous car using RPLiDAR and Hector slam with a Raspberry Pi as the onboard processor. When I try to build a catkin workspace with the hector SLAM and RPLiDAR packages the Pi crashes at 5%.
I've tried the -j1 option with catkin_make and the build process gets to about 90% and crashes again. I assume this is because the Pi doesn't have the processing power to handle this task.
I have two solutions in mind. I've built the same workspace on my laptop and it works but when I copy it to my Pi and try to run it i get an error saying the file doesn't exist. Is it possible to simply copy a prebuilt catkin workspace to another machine and use it?
Another solution I'm thinking of is to run the workspace on my laptop and retrieve the USB data from the Pi over SSH to build the maps. Is this possible?
Hopefully this isn't too much rambling its my first post thanks in advance!
↧