How do i run PYTHON3 scripts from a launch file ?
Hi ,
I have a working Ros-ified deeplearning code which happens to be in Python3 .
The script works fine when i do
python3 my_script.py
I am not finding any information on how to include this in a launch file .
I am aware of
rosrun package_name python_script.py
Can i set some argument for the python path while running the above command ?
same issue