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

MarcosPB's profile - activity

2021-07-05 12:29:05 -0500 received badge  Taxonomist
2018-07-19 02:43:36 -0500 received badge  Famous Question (source)
2018-05-08 16:30:17 -0500 received badge  Notable Question (source)
2018-01-08 15:59:36 -0500 received badge  Famous Question (source)
2014-12-14 08:58:50 -0500 received badge  Notable Question (source)
2014-08-24 21:16:12 -0500 received badge  Popular Question (source)
2014-01-08 05:13:22 -0500 received badge  Popular Question (source)
2014-01-07 11:17:58 -0500 asked a question How can I extract a video from a bag?

Hello, I'm using groovy and I don't know how to extract videos from a bag. I'm using this tutorial wiki.ros.org/rosbag/Tutorials/Exporting%20image%20and%20video%20data but the computer is showing a problem: Could anyone help me please? I'm using the exact launch.

2013-11-07 12:02:37 -0500 received badge  Notable Question (source)
2013-11-07 12:02:37 -0500 received badge  Famous Question (source)
2013-11-06 10:57:21 -0500 asked a question Problems with Logger levels

Hello everyone, I have one node and I would like to put ROS_INFO_STREAM but it doesn't appear in my screen, it works when I put ROS_FATAL_STREAM, I know that I can change in rqt_loggerlevel but I must put it working in the code because I don't have enough time to change it after it start. Sorry for the bad English.

Thanks!

2013-08-02 02:39:20 -0500 received badge  Popular Question (source)
2013-07-30 09:13:33 -0500 asked a question Problems with rosrun, rosws and others

Hi there. I use ROS Fuerte and I have a problem in a computer. When I use rosrun, roscreate-pkg and rosws some errors are happening. I'd like a help from you. For example, when I type: $ rosws init ~/fuerte_workspace /opt/ros/fuerte the console showed:

Traceback (most recent call last):
  File "/usr/bin/rosws", line 52, in <module>
    import rosinstall.rosws_cli
  File "/usr/lib/pymodules/python2.7/rosinstall/__init__.py", line 33, in <module>
    import rosinstall.helpers
  File "/usr/lib/pymodules/python2.7/rosinstall/helpers.py", line 37, in <module>
    from rosinstall.config_elements import SetupConfigElement
  File "/usr/lib/pymodules/python2.7/rosinstall/config_elements.py", line 38, in <module>
    from vcstools.vcs_abstraction import get_vcs_client
  File "/usr/lib/pymodules/python2.7/vcstools/__init__.py", line 43, in <module>
    from vcstools.svn import SvnClient
  File "/usr/lib/pymodules/python2.7/vcstools/svn.py", line 44, in <module>
    import dateutil.parser  # For parsing date strings
  File "/usr/local/lib/python2.7/dist-packages/dateutil/parser.py", line 24, in <module>
    from six import text_type, binary_type, integer_types
ImportError: No module named six

Can anyone help me? It is making a lot of problem for me.

Thanks so much!