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

formica's profile - activity

2018-02-21 08:41:26 -0500 received badge  Great Question (source)
2015-06-23 15:34:12 -0500 received badge  Taxonomist
2014-08-19 08:11:48 -0500 answered a question Problem during compilation of ROS INDIGO on ARM/Ubuntu trusty from source

Thanks Ahendrix!! :D Following your instruction I obtain this: ` Reading package lists... Done Building dependency tree
Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: ros-indigo-ros-base : Depends: ros-indigo-actionlib but it is not going to be installed Depends: ros-indigo-bond-core but it is not going to be installed Depends: ros-indigo-class-loader but it is not going to be installed Depends: ros-indigo-common-tutorials but it is not going to be installed Depends: ros-indigo-dynamic-reconfigure but it is not going to be installed Depends: ros-indigo-nodelet-core but it is not going to be installed Depends: ros-indigo-pluginlib but it is not going to be installed Depends: ros-indigo-ros-core but it is not going to be installed E: Unable to correct problems, you have held broken packages. `

Any idea?

2014-07-29 07:44:11 -0500 received badge  Famous Question (source)
2014-07-27 04:10:41 -0500 received badge  Notable Question (source)
2014-07-25 20:26:03 -0500 received badge  Popular Question (source)
2014-07-25 10:41:56 -0500 asked a question Problem during compilation of ROS INDIGO on ARM/Ubuntu trusty from source

Trying to compile ROS from source on Ubuntu 14 (trusty) on NVIDIA Jetson tk1. I'm stucked on this problem:

==> Processing catkin package: 'qt_gui_cpp'
==> Building with env: '/home/ubuntu/ros_catkin_ws/install_isolated/env.sh'
Makefile exists, skipping explicit cmake invocation...
==> make cmake_check_build_system in '/home/ubuntu/ros_catkin_ws/build_isolated/qt_gui_cpp'
==> make -j1 -l1 in '/home/ubuntu/ros_catkin_ws/build_isolated/qt_gui_cpp'
[ 76%] Built target qt_gui_cpp
[ 84%] Running SIP generator for qt_gui_cpp_sip Python bindings...
Traceback (most recent call last):
  File "/home/ubuntu/ros_catkin_ws/install_isolated/share/python_qt_binding/cmake/sip_configure.py", line 41, in <module>
    subprocess.check_call(cmd)
  File "/usr/lib/python2.7/subprocess.py", line 535, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
make[2]: *** [sip/qt_gui_cpp_sip/Makefile] Error 1
make[1]: *** [src/qt_gui_cpp_sip/CMakeFiles/libqt_gui_cpp_sip.dir/all] Error 2
make: *** [all] Error 2
<== Failed to process package 'qt_gui_cpp': 
  Command '/home/ubuntu/ros_catkin_ws/install_isolated/env.sh make -j1 -l1' returned non-zero exit status 2

Reproduce this error by running:
==> cd /home/ubuntu/ros_catkin_ws/build_isolated/qt_gui_cpp && /home/ubuntu/ros_catkin_ws/install_isolated/env.sh make -j1 -l1

Command failed, exiting.

ANY IDEA?

2014-03-20 22:37:13 -0500 received badge  Famous Question (source)
2014-02-19 12:25:16 -0500 received badge  Good Question (source)
2014-02-19 02:50:40 -0500 received badge  Nice Question (source)
2014-02-19 02:50:34 -0500 received badge  Notable Question (source)
2014-02-09 01:11:47 -0500 received badge  Popular Question (source)
2014-02-08 09:25:37 -0500 received badge  Student (source)
2014-01-28 02:38:16 -0500 asked a question Where is tf2_echo? And turtle_tf2?

In some tutorials is mentioned the existence of tf2_echo. I'm using Ubuntu and ROS Hydro but I don't find it anymore in any package installed.

The same issue is about turtle_tf2? They do exist? How can I install both of them?

Regards