Open espetro opened 5 years ago
@espetro Same here, have you been able to solve it? Or maybe found another ROS node that can publish tello images?
Thank you.
I got the same issue and it solved after doing like @espetro said in the edit section. i thought this issue must be closed
It might be that you need to add the folder where your cloned h264_image_transport
exists to your ROS_PACKAGE_PATH
.
Something like:
$ export ROS_PACKAGE_PATH=/path/to/dir/of_h264_image_transport:$ROS_PACKAGE_PATH
Hey there!
When trying to install the package, at the
rosdep install h264_image_transport
, I keep receiving the error:EDIT: However, I am able to install the required packages by running
All these commands are ran from
~/catkin_ws
. How is this possible?