Skip to content

Instantly share code, notes, and snippets.

View davidhodo's full-sized avatar

David Hodo davidhodo

View GitHub Profile
davidhodo@ubuntu:~/devel/idl_test_ws$ cat log/latest_build/idl_msgs/streams.log
Invoking command in '/home/davidhodo/devel/idl_test_ws/build/idl_msgs': BYOBU_DATE=%Y-%m-%d CMAKE_PREFIX_PATH=/opt/ros/dashing SHLVL=4 _=/usr/bin/env /usr/bin/cmake /home/davidhod$
/devel/idl_test_ws/src/idl_msgs -DCMAKE_INSTALL_PREFIX=/home/davidhodo/devel/idl_test_ws/install/idl_msgs
-- Found ament_cmake: 0.7.3 (/opt/ros/dashing/share/ament_cmake/cmake)
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.6.7", minimum required is "3")
-- Using PYTHON_EXECUTABLE: /usr/bin/python3
-- Found rosidl_default_generators: 0.7.0 (/opt/ros/dashing/share/rosidl_default_generators/cmake)
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.0g")
-- Found FastRTPS: /opt/ros/dashing/include
-- Found rosidl_adapter: 0.7.3 (/opt/ros/dashing/share/rosidl_adapter/cmake)
@davidhodo
davidhodo / gist:6347147
Created August 26, 2013 21:55
gazebo_ros build error
[ 16%] Building CXX object CMakeFiles/gazebo_ros_camera_utils.dir/src/gazebo_ros_camera_utils.cpp.o
In file included from /Users/hododav/devel/ros_catkin_ws/src/gazebo_plugins/src/gazebo_ros_camera_utils.cpp:24:
In file included from /opt/ros/hydro/include/tf/tf.h:45:
In file included from /usr/local/include/boost/signals.hpp:9:
/usr/local/include/boost/signal.hpp:17:4: warning: "Boost.Signals is no longer being maintained and is now deprecated. Please switch to Boost.Signals2. To disable this warning message, define
BOOST_SIGNALS_NO_DEPRECATION_WARNING." [-W#warnings]
# warning "Boost.Signals is no longer being maintained and is now deprecated. Please switch to Boost.Signals2. To disable this warning message, define...
^
1 warning generated.
Linking CXX shared library /Users/hododav/devel/ros_catkin_ws/devel_isolated/gazebo_plugins/lib/libgazebo_ros_camera_utils.dylib
@davidhodo
davidhodo / gist:5034526
Created February 25, 2013 23:59
ros message error
[ERROR] [1361836480.500667024]: Client [/AuxosClient] wants topic /dubins_controller_node/PlanThenFollowDubinsPath/result to have datatype/md5sum [auxos_messages/PlanThenFollowDubinsPathActionResult/9b58f3d14c1ff6d5575658c15d95dacf], but our version has [auxos_messages/PlanThenFollowDubinsPathActionResult/0215ce4268a31fc4b3ea26a9926faf22]. Dropping connection.
Traceback (most recent call last):
File "/usr/local/bin/wstool", line 64, in <module>
sys.exit(wstool.wstool_cli.wstool_main(sys.argv))
File "/Library/Python/2.7/site-packages/wstool/wstool_cli.py", line 304, in wstool_main
return ws_commands[command](workspace, args)
File "/Library/Python/2.7/site-packages/rosinstall/multiproject_cli.py", line 722, in cmd_set
if options.detach:
AttributeError: Values instance has no attribute 'detach'
==> Processing catkin package: 'cv_bridge'
==> Building with env: '/opt/ros/groovy/env.sh'
Makefile exists, skipping explicit cmake invocation...
==> make cmake_check_build_system in '/Users/hododav/Documents/Development/ros_catkin_ws/build_isolated/cv_bridge'
==> make -j4 -l4 in '/Users/hododav/Documents/Development/ros_catkin_ws/build_isolated/cv_bridge'
make[2]: *** No rule to make target `/Users/hododav/Documents/Development/ros_catkin_ws/install_isolated/lib/libopencv_calib3d.dylib', needed by `/Users/hododav/Documents/Development/ros_catkin_ws/devel_isolated/cv_bridge/lib/libcv_bridge.dylib'. Stop.
make[1]: *** [src/CMakeFiles/cv_bridge.dir/all] Error 2
make: *** [all] Error 2
<== Failed to process package 'cv_bridge':
def cmake_input_changed(packages, build_path, cmake_args=None, filename='catkin_make'):
import pdb; pdb.set_trace();
# get current input
package_paths = os.pathsep.join(sorted(packages.keys()))
cmake_args = ' '.join(cmake_args) if cmake_args else ''
# file to store current input
changed = False
input_filename = os.path.join(build_path, '%s.cache' % filename)
if not os.path.exists(input_filename):
hododav@Davids-MacBook-Air:~/Documents/Development/catkin_ws∫ catkin_make
Base path: /Users/hododav/Documents/Development/catkin_ws
Source space: /Users/hododav/Documents/Development/catkin_ws/src
Build space: /Users/hododav/Documents/Development/catkin_ws/build
Devel space: /Users/hododav/Documents/Development/catkin_ws/devel
Install space: /Users/hododav/Documents/Development/catkin_ws/install
'str' object has no attribute 'keys'
Exception caught during install: Error processing 'tf2_geometry_msgs' : [tf2_geometry_msgs] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/tf2_geometry_msgs/0.3.1.tar.gz version geometry_experimental-release-release-tf2_geometry_msgs-0.3.1 into /Users/hododav/Documents/Development/ros_catkin_ws/src/tf2_geometry_msgs failed.
Error processing 'tf2_kdl' : [tf2_kdl] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/tf2_kdl/0.3.1.tar.gz version geometry_experimental-release-release-tf2_kdl-0.3.1 into /Users/hododav/Documents/Development/ros_catkin_ws/src/tf2_kdl failed.
Error processing 'tf2_ros' : [tf2_ros] Checkout of https://github.com/ros-gbp/geometry-experimental-release/archive/release/tf2_ros/0.3.1.tar.gz version geometry_experimental-release-release-tf2_ros-0.3.1 into /Users/hododav/Documents/Development/ros_catkin_ws/src/tf2_ros failed.
Error processing 'geometry_experimental' : [geometry_experimental] Checkout of https://github.com/
@davidhodo
davidhodo / gist:3822795
Created October 2, 2012 19:39
morse symbol error
Traceback (most recent call last):
File "/Users/hododav/py3env/lib/python3.2/site-packages/morse/blender/main.py", line 631, in init
init_ok = init_ok and link_middlewares()
File "/Users/hododav/py3env/lib/python3.2/site-packages/morse/blender/main.py", line 378, in link_middlewares
mw_instance = create_mw (mw_name)
File "/Users/hododav/py3env/lib/python3.2/site-packages/morse/blender/main.py", line 288, in create_mw
klass = get_class(modulename, classname)
File "/Users/hododav/py3env/lib/python3.2/site-packages/morse/blender/main.py", line 258, in get_class
__import__(module_name)
File "/Users/hododav/py3env/lib/python3.2/site-packages/morse/middleware/ros_mw.py", line 2, in <module>
@davidhodo
davidhodo / gist:3816261
Created October 2, 2012 05:02
path with ros in python3
/opt/ros/fuerte/lib/python2.7/site-packages/genlisp-0.3.3-py2.7.egg
/opt/ros/fuerte/lib/python2.7/site-packages/genpy-0.3.7-py2.7.egg
/opt/ros/fuerte/lib/python2.7/site-packages/gencpp-0.3.4-py2.7.egg
/opt/ros/fuerte/lib/python2.7/site-packages/roslib-1.8.9-py2.7.egg
/opt/ros/fuerte/lib/python2.7/site-packages/ros_comm-1.8.15-py2.7.egg
/opt/ros/fuerte/lib/python2.7/site-packages/rx-1.7.2-py2.7.egg
/opt/ros/fuerte/lib/python2.7/site-packages/actionlib-0.0.0-py2.7.egg
/Users/hododav/py3env/lib/python3.2/site-packages/distribute-0.6.28-py3.2.egg
/Users/hododav/py3env/lib/python3.2/site-packages/pip-1.2.1-py3.2.egg
/opt/ros/fuerte/lib/python2.7/site-packages