how to create package file python code example
Example 1: python create package ros
catkin_create_pkg beginner_tutorials std_msgs rospy roscpp
Example 2: create python package
python3 setup.py sdist bdist_wheel
catkin_create_pkg beginner_tutorials std_msgs rospy roscpp
python3 setup.py sdist bdist_wheel