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

Catkin Build failed packages in RADI #2006

Closed
pawanw17 opened this issue Apr 17, 2023 · 3 comments · Fixed by JdeRobot/RoboticsInfrastructure#246
Closed

Catkin Build failed packages in RADI #2006

pawanw17 opened this issue Apr 17, 2023 · 3 comments · Fixed by JdeRobot/RoboticsInfrastructure#246

Comments

@pawanw17
Copy link
Collaborator

The catkin build command inside the RADI results in the failure of these 4 packages:

  1. dataspeed_can_usb
  2. dataspeed_can_tools
  3. dbw_mkz_joystick_demo
  4. dbw_mkz_twist_controller

Along with 20 packages which are abandoned during the build

image
image

If any exercise uses these, then it may have issues else if these are not needed anymore then can be removed.

@pariaspe
Copy link
Collaborator

pariaspe commented Apr 17, 2023

Hi @pawanw17 , I'm able to build the RADI without facing that error. Could you provide some extra indications to reproduce the error?

EDIT: You was right, I'm able to reproduce the error. Not sure if we are using those packages. Catvehicle is used at least in autoparking_v2 exercise.

@Amglega do you know if those four packages that Pawan pointed out are needed?

@Amglega
Copy link
Collaborator

Amglega commented Apr 18, 2023

Not really, they are in the same directory as the Catvehicle package but are not used in the autoparking_v2 exercise because the car does not need to be teleoperated.

@pawanw17
Copy link
Collaborator Author

pawanw17 commented May 11, 2023

@pariaspe Removing the following packages resolved the issue:

  1. dataspeed_can
  2. dbw_mkz_ros
  3. can_sim_tc

image

Because of the removal of these 3 packages, now none of the packages is abandoned while building which has increased the catkin build time significantly.

I think multiple packages aren't needed, and removing them can fasten the RADI build process.

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