Reputation: 13
we are currently working on Pepper 2.5.10 and ROS Kinetic. We want to run ROS with our own applications inside the robot. We have tried some of the ROS projects with Pepper robot, but all of the applications run in our computer. We are thinking to install and run ROS inside of Pepper, do you think this is a practical way to do or do you have any other suggestion for this task. Thanks for your suggestions.
Upvotes: 0
Views: 293
Reputation: 395
You can check these links for cross compilation (compile on you pc and send it to Pepper):
or this one to use gentoo prefix (install useful tools like catkin_make or emerge on the pepper's head so compile directly on the robot) :
Upvotes: 1