Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running setup.py #19

Open
fus3 opened this issue May 1, 2021 · 0 comments
Open

Error when running setup.py #19

fus3 opened this issue May 1, 2021 · 0 comments

Comments

@fus3
Copy link

fus3 commented May 1, 2021

I could build the pkg, but when running the setup.py i run on this error:

ros@ros-desktop:~$ python ruedines_champ/src/rqt_joint_trajectory_plot/setup.py
Traceback (most recent call last):
File "ruedines_champ/src/rqt_joint_trajectory_plot/setup.py", line 10, in
scripts=['script/joint_trajectory_generator.py', 'script/rqt_joint_trajectory_plot']
File "/usr/lib/python2.7/dist-packages/catkin_pkg/python_setup.py", line 74, in generate_distutils_setup
package = parse_package(package_xml_path)
File "/usr/lib/python2.7/dist-packages/catkin_pkg/package.py", line 569, in parse_package
xml, filename = _get_package_xml(path)
File "/usr/lib/python2.7/dist-packages/catkin_pkg/package.py", line 502, in _get_package_xml
raise IOError('Path "%s" is neither a directory containing a "%s" file nor a file' % (path, PACKAGE_MANIFEST_FILENAME))
IOError: Path "." is neither a directory containing a "package.xml" file nor a file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant