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

Missing package.xml and CMakelists.txt #6

Open
andrejfsantos4 opened this issue Oct 27, 2021 · 4 comments
Open

Missing package.xml and CMakelists.txt #6

andrejfsantos4 opened this issue Oct 27, 2021 · 4 comments

Comments

@andrejfsantos4
Copy link

I'm trying to use this repository on a real Baxter robot. However it seems that the package.xml and CMakeLists.txt are missing. As such, the package is not built by catkin. Could you provide these files please?
Thank you very much.

@skumra
Copy link
Owner

skumra commented Oct 27, 2021

You can build your catkin ws if you follow the installation instructions in the README.

@andrejfsantos4
Copy link
Author

Thank you for the fast response.
I did follow the instructions and successfully built my catkin ws, however the package baxter-pnp was not recognized nor built by catkin. As a consequence, the command rosrun baxter-pnp run_pnp.py returns an error. Am I missing something here?

@andrejfsantos4
Copy link
Author

I created and used this CMakeLists.txt and package.xml and it seems that the package was installed. So far I had no issues.

<?xml version="1.0"?>
<package>
  <name>baxter_pnp</name>
  <version>1.0.0</version>
  <description>Package for Baxter pick and place.</description>

  <maintainer email="andrejfsantos@tecnico.ulisboa.pt">André Santos</maintainer>
  <license>BSD</license>
  <author email="andrejfsantos@tecnico.ulisboa.pt">André Santos</author>

  <buildtool_depend>catkin</buildtool_depend>

  <build_depend>rospy</build_depend>
  <build_depend>std_msgs</build_depend>
  <build_depend>baxter_interface</build_depend>
  <build_depend>baxter_core_msgs</build_depend>
  <build_depend>geometry_msgs</build_depend>
  <build_depend>tf</build_depend>

  <run_depend>rospy</run_depend>
  <run_depend>std_msgs</run_depend>
  <run_depend>baxter_interface</run_depend>
  <run_depend>baxter_core_msgs</run_depend>
  <run_depend>geometry_msgs</run_depend>
  <run_depend>tf</run_depend>

</package>

@mco0308
Copy link

mco0308 commented May 6, 2023

When I was in catkin_make, there was a problem. Could you help me?
2023-05-06 17-32-31屏幕截图

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

3 participants