Intelligent-Quads / iq_tutorials

MIT License
460 stars 252 forks source link

Unable to build with Ubuntu 20.04 #27

Open konnoeric opened 3 years ago

konnoeric commented 3 years ago

I followed your instruction and did the same command but I could not have it done. What is the problem and how to fix this?

Screenshot from 2021-06-09 15-33-07

O2KAN commented 3 years ago

Hi, Have you found a solution?

notshayer commented 3 years ago

@konnoeric in order to use catkin, one must have a valid installation of ROS, as well as the catkin workspace setup. Follow the guide here

O2KAN commented 3 years ago

I think our problem is installing darknet and building it. @konnoeric got an error at 'git checkout opencv4' like me. Then he continued with the error. Probably, because that he couldn't build it.

konnoeric commented 3 years ago

@notshayer My installation of ROS is okay because I can properly use another one's program. I think there is a problem with this repository.

emsC-137 commented 2 years ago

after doing the command git clone https://github.com/kunaltyagi/darknet_ros.git, cd in to darknet_ros, then you'll be able to git check out. At least that's what work for me

shrinivas96 commented 2 years ago

This error just measn you do not have catkin-tools installed. The basic way to install it is sudo apt-get install python3-catkin-tools.. Though, if you want to know more (or for other platforms) go to the catkin tools website.