pi@pfc0034:~/catkin_ws/src/openag_brain/scripts $ rosrun openag_brain main personal_food_computer_v2.launch
Traceback (most recent call last):
File "/home/pi/catkin_ws/src/openag_brain/scripts/main", line 8, in <module>
from openag_lib.config import config
ImportError: No module named openag_lib.config
openag_brain main
started without errors)
-- 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?