[ROS2] No Package Found in Pure Python Package with setup.py (With new Ubuntu 18.04+Dashing) [closed]
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.
- source /opt/ros/dashing/setup.bash
- colcon build (in package)
- 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.
Please check whether this is #q332452.
Yes, I have just checked after posted and it works. Thanks.