i have correctly installed zed sdk 2.7 on jetson tx2 with jetpack 3.3 and ROS kinetic has also been installed successfully. when i do 'catkin make' i get the error that 'import yaml' and 'import em' doesnt work.. whereas i have installed both libraries.
interpreter = em.Interpreter(output=ofile, globals=g, options {em.RAW_OPT:True,em.BUFFERED_OPT:True})
AttributeError: module 'em' has no attribute 'Interpreter'
Hi @agenthimzz ,
I think this is a ROS related error more than a ZED problem. Maybe you have some conflicts with the versions of the libraries like this old ROS issue suggests:
https://github.com/ros/genmsg/issues/63
thanks.. I found the correct solution from your message.
Most helpful comment
Hi @agenthimzz ,
I think this is a ROS related error more than a ZED problem. Maybe you have some conflicts with the versions of the libraries like this old ROS issue suggests:
https://github.com/ros/genmsg/issues/63