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

mjog's profile - activity

2013-02-25 06:17:32 -0500 received badge  Famous Question (source)
2013-02-25 06:17:32 -0500 received badge  Notable Question (source)
2012-12-30 06:20:55 -0500 received badge  Good Question (source)
2012-12-25 06:25:35 -0500 received badge  Famous Question (source)
2012-12-03 03:23:19 -0500 received badge  Notable Question (source)
2012-11-27 21:41:54 -0500 received badge  Nice Question (source)
2012-11-26 16:38:23 -0500 received badge  Popular Question (source)
2012-11-26 15:25:03 -0500 received badge  Popular Question (source)
2012-11-25 22:29:59 -0500 received badge  Student (source)
2012-11-25 20:16:59 -0500 received badge  Editor (source)
2012-11-25 20:14:23 -0500 asked a question Converting URDF to SDF 1.0 in fuerte?

I have a URDF robot model with old, pre-SDF 1.0 gazebo configuration for controllers, used with Fuerte. It gets loaded into Gazebo using spawn_model as usual, from a param named "robot_description".

I would like however to re-write the Gazebo controller configuration to use SDF 1.0, but it seems like I need the document element of the model XML to be "gazebo", with a version="1.0" attribute to get Gazebo to treat it as a SDF file, rather as a legacy confug.

Is there some official way of transforming the non-gazebo-specific parts of the URDF to SDF 1.0 at run-time? I'd essentially like to read the value of the "robot_description" param and write its equivalent SDF into a another param so it can be subsequently loaded using spawn_model.

Note I don't expect it to convert the legacy Gazebo config, just the URDF parts.

2012-11-15 16:54:53 -0500 asked a question Android APK's for download?

Hi list,

We are having some trouble getting the ROS teleop app working on one of our research robots running Fuerte using the Android client apps, and after some digging I found that the Android teleop app, although publishing to /cmd_vel, is not sending any messages in response to touch events.

I'd like to try to debug this using the ADK emulator, but need the App Chooser and Teleop APKs to do so. Building them at the moment seems to be out of the question because of the Gradle-related changes, A web search didn't reveal much, and ADK empulator does not seem to allow installing apps via the app store.

So, does someone know where the APK's can be downloaded from?