ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

Need advice regarding setup of a new robot platform

asked 2014-03-07 01:01:31 -0500

aerkenemesis gravatar image

updated 2016-10-24 08:37:33 -0500

ngrennan gravatar image

Greetings!

I am soon starting up my new hobby project: a SLAM-robot with no clear goal yet (part from navigation). All the parts have arrived but I need some advice regarding what stack to start with, as I do not want to assemble all software components from scratch. I will start of by presenting the list of hardware.

  • CPU-board: Hardkernel ODROID-U3
  • Controller board: Arduino plug-in board for ODROID-U3
  • Motors: Two pretty fat stepper motors
  • Stepper motor drivers: Two L298N based stepper motor driver boards
  • Sensor: Microsoft Kinect

The robot will be assembled on a frame built of sheet aluminium together with a 360º turning nosewheel and airplane wheels for the stepper motors. The Kinect sensor will be mounted on the top of the aluframe.

Now there are several issues that I need to address and I hope that the ROS community can help me with some of them or at leaste provide som useful suggestions.

  1. The ODROID officially supports releases of ubuntu 13.10 and up. As I understand the latest Ubuntu officially supported by ROS is 13.04. Obviously there is a gap here and I have the options of installing a non-supported OS on the ODROID, or compiling ROS from source - I am not very impressed by any of those two solutions. Another option is to run Android but I have a bad feeling about that since it seems very experimental.
  2. I do not want to build my application from scratch as this is a waste of time imho. What I need to figure out is which pre-assembled stack to use in order to get as close as possible to my particular setup. I'd be happy if the only thing I'd actually need to implement in code is the stepper motor interface on the arduino.
  3. What is the recommended workflow for developing the robot application? SSH in and have the build environment located on the ODROID? Cross compile on a PC?

Finally, I am interested in some cool applications for the robot. I.e. vacuum cleaner, spy etc.

Let's get this discussion started!

/Simon

edit retag flag offensive close merge delete

Comments

Please don't open duplicates.

demmeln gravatar image demmeln  ( 2014-03-07 04:04:38 -0500 )edit

1 Answer

Sort by » oldest newest most voted
1

answered 2014-03-07 09:23:39 -0500

ahendrix gravatar image
  1. I have had no trouble at all running the ARM debs on top of the LUbuntu 13.05 U2 image; particularly since the Odroid U2 and U3 are nearly identical CPUs and boards. I know a few people that are even running the ROS navigation stack using these tools.

  2. For basic navigation, the ROS navigation stack is a good starting point and is available as pre-built debs for ARM. You won't have to write the complex algorithms, but you will still have to understand them at a basic level so that you can tune them to run well on your particular hardware. Expect this tuning to take at least a week of full-time work, once your base drivers are up and running well. The RobotSetup guide is a good place to start.

  3. Personally, I like to SSH to my robot and do everything on-board. A number of other ARM users like to set up a cross-compilation toolchain, edit and build off-board, and then copy the final binaries to their boards. I recommend that you try both approaches and see which approach works better for you.

edit flag offensive delete link more

Comments

I'm working with a similar setup as aerkenemesis - how do you configure your sources.list for XUbuntu 13.10? Or would I have to install a new version of Ubuntu?

nckswt gravatar image nckswt  ( 2014-07-09 14:38:33 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-03-07 01:01:31 -0500

Seen: 1,060 times

Last updated: Mar 07 '14