Can not find packages downloaded from github

asked 2020-10-27 15:40:17 -0500

littlepants gravatar image

cloning ros packages from github into my catkin workspace do not show up as rosrun etc. I'm running Ubuntu 20.04 on a virtualbox VM using ROS noetic.

For example, using image_publisher. I'll clone the repo in src. Install the dependancies using rosdep install --from-paths src --ignore-src -r -y I'll run catkin_make Then . devel/setup.bash

I'll then attempt to roscd into the image_publisher directory but it is not found. No errors have shown during any of the above steps and any suggestions would be very welcome.

edit retag flag offensive close merge delete

Comments

can you compile it without any issues? put the output here, please.

Procópio gravatar image Procópio  ( 2020-10-28 09:49:58 -0500 )edit

catkin_make does compile without any issues.

+++ processing catkin package: 'image_publisher'

-- ==> add_subdirectory(image_publisher)

-- Found OpenCV: /usr (found version "4.2.0") found components: core

-- opencv version 4.2.0

-- Found OpenCV: /usr (found suitable version "4.2.0", minimum required is "4") found components: core imgcodecs videoio

-- Configuring done

-- Generating done

-- Build files have been written to: /home/erik/catkin_ws/build

It does not mention installing in the devel-space wrapper. Is that an issue?

littlepants gravatar image littlepants  ( 2020-10-28 10:49:44 -0500 )edit

after source /home/erik/catkin_ws/devel/setup.bash and roscd where do you end up?

Procópio gravatar image Procópio  ( 2020-10-29 06:45:56 -0500 )edit

I end up in ~/catkin_ws/devel

littlepants gravatar image littlepants  ( 2020-10-29 12:12:24 -0500 )edit