-- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython2.7.so (found version "2.7.9")
-- +++ processing catkin package: 'usb_cam'
-- ==> add_subdirectory(usb_cam)
-- Configuring incomplete, errors occurred!
See also "/home/pi/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/pi/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
s. [std_msgs/Bool]{'message_definition': 'float64 data', 'callerid': '/environments/environment_1/topic_filter_1', 'tcp_nodelay': '0', 'md5sum': 'fdb28210bfa9d7c91146260178d9a584', 'topic': '/environments/environment_1/water_level_high/raw', 'type': 'std_msgs/Float64'}
[WARN] [WallTime: 1497566188.836684] Could not process inbound connection: topic types do not match: [std_msgs/Float64] vs. [std_msgs/Bool]{'message_definition': 'float64 data', 'callerid': '/environments/environment_1/topic_filter_1', 'tcp_nodelay': '0', 'md5sum': 'fdb28210bfa9d7c91146260178d9a584', 'topic': '/environments/environment_1/water_level_low/raw', 'type': 'std_msgs/Float64'}
[WARN] [WallTime: 1497566189.133551] Could not process inbound connection: topic types do not match: [std_msgs/Bool] vs. [std_msgs/Float64]{'message_definition': 'bool data', 'callerid': '/environments/environment_1/arduino_handler', 'tcp_nodelay': '0', 'md5sum': '8b94c1b53db61fb6aed406028ad6332a', 'topic': '/environments/environment_1/water_level_high/commanded', 'type': 'std_msgs/Bool'}
Also, I'm seeing this error from usb cam:
swscaler @ 0x1093e40] No accelerated colorspace conversion found from yuv422p to rgb24.
[mjpeg @ 0x108e1c0] ignoring invalid SAR: 0/0
[swscaler @ 0x1093e40] No accelerated colorspace conversion found from yuv422p to rgb24.
[mjpeg @ 0x108e1c0] ignoring invalid SAR: 0/0
[swscaler @ 0x1093e40] No accelerated colorspace conversion found from yuv422p to rgb24.
[mjpeg @ 0x108e1c0] ignoring invalid SAR: 0/0
[swscaler @ 0x1093e40] No accelerated col
Any thoughts?
$ rosinstall_generator usb_cam --rosdistro indigo --deps --wet-only --exclude roslisp --tar > ./usb_cam.rosinstall`
$ wstool merge -t ~/catkin_ws/src --merge-replace ./usb_cam.rosinstall
$ rosdep install --from-paths ~/catkin_ws/src --ignore-src --rosdistro indigo -y -r --os=debian:jessie
$ catkin_make