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

Jey_316's profile - activity

2017-07-12 08:26:51 -0500 received badge  Taxonomist
2016-07-28 11:10:38 -0500 received badge  Famous Question (source)
2015-10-12 12:45:10 -0500 received badge  Notable Question (source)
2015-10-12 12:45:10 -0500 received badge  Popular Question (source)
2015-01-19 17:12:06 -0500 received badge  Famous Question (source)
2014-08-05 22:18:39 -0500 received badge  Notable Question (source)
2014-08-01 05:03:56 -0500 received badge  Famous Question (source)
2014-05-05 01:01:43 -0500 received badge  Popular Question (source)
2014-05-04 14:07:47 -0500 asked a question How do I deactivate my ROS account?

Hello, How do I deactivate my ROS account?

2013-09-23 08:40:04 -0500 received badge  Notable Question (source)
2013-04-25 23:33:41 -0500 marked best answer How can I transform an URDF file to an SDF file?

Hello, I want to know if there is any way to transform an URDF file to an SDF file. How can I transform an URDF file to an SDF file?

2013-04-01 01:23:21 -0500 received badge  Famous Question (source)
2013-03-19 15:31:07 -0500 received badge  Notable Question (source)
2013-03-19 09:42:54 -0500 received badge  Notable Question (source)
2013-03-18 17:40:22 -0500 received badge  Popular Question (source)
2013-03-18 11:28:53 -0500 asked a question Error installing DRCSIM

Hi when I was installing The DRCSIM, i got the next error:

Duplicate sources.list entry http://packages.osrfoundation.org/drc/ubuntu/ precise/main i386 Packages (/var/lib/apt/lists/packages.osrfoundation.org_drc_ubuntu_dists_precise_main_binary-i386_Packages)

I TRied UNstalling the DRCSIM and installing AGain; BUt i got the same error Again.

HOw can i solve this problem?

2013-02-21 17:23:24 -0500 received badge  Famous Question (source)
2013-02-11 02:10:32 -0500 received badge  Notable Question (source)
2013-02-10 07:17:54 -0500 received badge  Famous Question (source)
2013-02-06 19:35:50 -0500 received badge  Popular Question (source)
2013-02-04 03:40:31 -0500 received badge  Popular Question (source)
2013-02-03 13:31:28 -0500 received badge  Notable Question (source)
2013-02-02 21:35:15 -0500 received badge  Popular Question (source)
2013-02-02 10:14:20 -0500 asked a question why do I get an Error when I set ROS_WORKSPACE ?

Hi, I have installed Ros_groovy. And I am creating my workspace with the tutorial: "Installing and Configuring Your ROS Environment"

and everything goes okay, until I write:

john@john-G41D3C:~$ rosws set ~/groovy_workspace/sandbox

ERROR in config: Command requires a target workspace.

I try even with other name of my workspace, but i get the same error:

john@john-G41D3C:~$ rosws set ~/fuerte_workspace/sandbox

ERROR in config: Command requires a target workspace.

What am i doing wrong?

2013-02-02 06:47:35 -0500 received badge  Popular Question (source)
2013-02-01 06:39:14 -0500 commented question How can I transform an URDF file to an SDF file?

it didnt work @Alexandr Buyval

john@john-K53SD:/opt/ros/fuerte/stacks/simulator_gazebo/gazebo/bin$ ./gzsdf print /home/john/ros/01-myfirstyo.urdf

bash: ./gzsdf: (the file or the directory doesnt exist)

Maybe it happens because I am using ros fuerte. What do you think?

2013-02-01 06:22:12 -0500 asked a question Can I use "GZSDF" to convert an URDF file into a SDF file???

Can I use "GZSDF" to convert an URDF file into a SDF file???

-I have my urdf(01-myfirstyo.urdf) in the next path:

/home/john/ros/01-myfirstyo.urdf

  • I tried several methods to convert an urdf file into a sdf file (with gzdf in ROS FUERTE) and they didnt work:

FIRST TRY:

john@john-K53SD:/opt/ros/fuerte/stacks/simulator_gazebo/gazebo$ source setup.bash

john@john-K53SD:/opt/ros/fuerte/stacks/simulator_gazebo/gazebo$ ./gazebo/bin/gzsdf print /home/john/ros/01-myfirstyo.urdf

Warning [parser.cc:348] Gazebo SDF has no gazebo element

Error [parser.cc:263] parse as old deprecated model file failed.

Error: SDF parsing the xml failed

SECOND TRY:

john@john-K53SD:/opt/ros/fuerte/stacks/simulator_gazebo/gazebo$ source setup.bash

john@john-K53SD:/opt/ros/fuerte/stacks/simulator_gazebo/gazebo$ ./gazebo/bin/gzsdf convert /home/john/ros/01-myfirstyo.urdf

Error: Unknown option[convert] This tool provides information about SDF files.

gzsdf <command> [file]

Commands:

describe   Print the SDF format.

check      Check the SDF format for the given file.

print      Prints SDF, useful for debugging parser and as a conversion tool.

Please tell me what am i doing wrong???

2013-02-01 05:09:47 -0500 received badge  Notable Question (source)