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 in package.xml #7

Open
nptttn-pat opened this issue Feb 23, 2020 · 3 comments
Open

Error in package.xml #7

nptttn-pat opened this issue Feb 23, 2020 · 3 comments

Comments

@nptttn-pat
Copy link

It has some conflict at third line of the file.

@deeloon
Copy link

deeloon commented Apr 1, 2020

Deleting the line 3,5,6 and 7 resolved the conflict for me. It looks like wrongly formatted xml code.

@tangxin1125
Copy link

hello , I have a problem: when I run:
rosrun sensor_stick segmentation
[rospack] Error: package 'sensor_stick' not found
where is this package?

@dishakamale
Copy link

dishakamale commented Jun 1, 2020

Hi, after commenting out lines 3,5,6,7 of package.xml as suggested by @deeloon, the project is built with name obj_recognition instead of sensor_stick . So all we need to do is to use the command
roslaunch obj_recognition robot_spawn.launch
rosrun obj_recognition obj_recognition_segmentation
instead of the ones mentioned in the repository.
Explanation: The lines that we commented out from package.xml were trying to change the project name from 'obj_recognition' to 'sensor_stick' and the project is built with the original name. I do not know why it does not accept the modified name; would be interested in knowing that.

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

4 participants