[ROS2] No Package Found in Pure Python Package with setup.py (With new Ubuntu 18.04+Dashing) [closed]

asked 2019-09-18 23:34:26 -0500

Gabbar gravatar image

Hi,

I have created a new package with package.xml, setup.py and setup.cfg for ROS2-Dashing. I have 2 machines, both are 18.04. One 18.04 is older one (setup before at least 3 months) and another 18.04 is newer and installed all things recently (including dashing, colcon-extension and remaining Python/ROS packages).

In older 18.04, This package is working but in a newer one, this package is not shown in pkg list (ros2 pkg list). I have followed the same steps as mentioned below.

  1. source /opt/ros/dashing/setup.bash
  2. colcon build (in package)
  3. source install/setup.bash

I have tried this thing on other packages (from ROS2 Github) which have setup.py and setup.cfg but results are same. It means, the problem is with all setup.py packages and something, I missed in my PC (to install/do related to Python/ROS).

Please guide me for pure python package and what I missed.

Thanks.

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by gvdhoorn
close date 2019-09-19 07:51:57.711090

Comments

Please check whether this is #q332452.

gvdhoorn gravatar image gvdhoorn  ( 2019-09-19 01:46:05 -0500 )edit

Yes, I have just checked after posted and it works. Thanks.

Gabbar gravatar image Gabbar  ( 2019-09-19 05:29:44 -0500 )edit