Closed daoran closed 4 years ago
We never tested it under ROS Melodic, but it seems to be related. OpenCV has been removed from ROS distribution after Kinetic. Other missing rosdep might due to the same reason.
The easiest way to get it working would be down-grading to ROS Kinetic. Otherwise you might need to find corresponding packages for Melodic.
Hello, thanks for your help. I have used docker to try again. I have to fixed some issues to get it work.
Move turtlebot_trajectory_testing
package outside workspace(then move back), otherwise rosdep install --from-paths src -i -y
cannot install corresponding ROS packages.
I have to resolve ros-kinetic-librealsense issue. This is related to the linux kernel version. Since I used Ubuntu 16.04.5, I have to install librealsense2-dkms. More info can be found in this url
CMakeLists.txt of some packages inside vision_opencv requires opencv 3.4.1, and set path to /opt/opencv3
I removed some packages, cv_teset
, gf_orb_slam2
It seems working. I will let you know if I find more issues.
I have passed my ssh connection test, and I use ROS melodic. How can I solve this problem?