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

choosing and viewing projects guidance

asked 2011-11-21 06:12:31 -0500

rubyuser gravatar image

updated 2011-11-28 14:27:57 -0500

As a newbie not yet ready to create my own project, I'd like to get a feel for how existing projects are organized and be able to look through their code before embarking on my own. Is there a tutorial that covers this aspect of projects? For instance, how do I go from seeing a project I think I might want to look at, for example, ros_pkg_tutorials, to actually being able to look at it? If there is not already such a page, can someone make one and post a link? Much obliged!

Related to this, something I've wished for while browsing the lists of packages, repositories, and stacks (and still not being clear on the distinctions among them):

The descriptions, if they exist at all, are necessarily very brief (single-line). Is there, or can one be created, a page that attempts to categorize in some way the thousands of projects on the site? How do I know where to start if I eventually want to create my own well-organized project? I can barely afford to examine, say, mere dozens, but certainly not many hundreds of projects! Something like an "Editor's Pick" list, or a server-managed "Most Popular" list, or simply a page whereby non-newbies can weigh in on things for budding ROS users to cut their teeth on?

edit retag flag offensive close merge delete

Comments

Can somebody give me a hint here? How can I browse a package, or repository, or stack?
rubyuser gravatar image rubyuser  ( 2011-12-07 02:39:49 -0500 )edit

Just a comment but interesting idea. IMO the more frequent packages are used, the more concise but explanatory descriptions get available. Unless that happens I guess developers might not be able to prioritize much about things like you suggest.

130s gravatar image 130s  ( 2012-03-01 19:32:08 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2013-02-03 17:09:36 -0500

Thomas gravatar image

updated 2013-02-03 17:11:19 -0500

I would advise you to:

  1. read the ROS "basic" tutorials as they cover the "technical" aspects,
  2. read the PR2 tutorials as they will cover high quality robotics components, some of them being reusable.

Then, look at widely used components such as urdf, rviz, image_pipeline stack and its associated packages. Be careful: the "tutorials" link is usually on the wiki on the right page of each package page and is not very easy to find.

Googling for ROS videos on YouTube may also help (but some of them may be a bit outdated).

Once you have been through that, it really depends on what you want to achieve with ROS.

As far as I am concerned, it went like this during my PhD:

  • learn basic ROS (roscpp, topics, services, etc.)
  • play with the image_pipeline to achieve image rectification and color space conversion (using camera1394, image_proc, image_calibration)
  • wrap the algorithms I were using at that time into a ROS node (aka the vision_visp stack for object tracking/robot localization and motion_analysis_mocap for integration with our motion capture system)
  • write an URDF model of my robot to have better rviz visualization
  • write a plug-in for our control framework so that I have input/output communication from our control framework to the external world. Useful to get the robot state (force sensor, IMU, encoders data) so that, for instance, rviz can display any information.
  • a bit of system administration to synchronize clocks between the two robot computers and the robot console running the GUIs. It allowed me to reuse robot_pose_ekf (all the sensor data were not acquired on the same board).

I don't know if our situations are similar but at least, there is a couple of interesting packages in the list you might want to look at.

edit flag offensive delete link more
2

answered 2013-02-03 07:41:20 -0500

tfoote gravatar image

The best thing to do is work through some of the Tutorials. The most common packages tend to have the strongest tutorials.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2011-11-21 06:12:31 -0500

Seen: 770 times

Last updated: Feb 03 '13