b-it-bots / mas_perception

2 stars 13 forks source link

[WIP] Fix melodic build error in leg_detection_node #46

Closed Sushant-Chavan closed 4 years ago

Sushant-Chavan commented 4 years ago

Fixes build errors in Ubuntu Bionic. The last CI build for the melodic branch used the bitbots/bitbots-common:kinetic image as base and hence the build issues related to melodic are not visible.

@argenos is there a plan to create base images for the melodic branch? From here I see that we are using kinetic base images even on the melodic branch.

Changelog

Checklist:

sthoduka commented 4 years ago

@Sushant-Chavan would you or someone else be able to create one?

alex-mitrevski commented 4 years ago

@Sushant-Chavan Due to time constraints, I think we won't migrate to melodic in @Home, so I think you guys should have a go at the migration without waiting on us. It's anyway the case that the new version of Ubuntu (and subsequently ROS) will come out in a few months, so maybe it makes sense to consider that version directly (but that assumes that the HSR will support the new version).

argenos commented 4 years ago

@Sushant-Chavan there are some melodic images in https://github.com/b-it-bots/docker/ but I won't have time to help with the migration. There is a melodic image for perception, see: https://hub.docker.com/repository/docker/bitbots/bitbots-perception. The docker-compose.yaml file needs to be updated to reflect that though.

argenos commented 4 years ago

The Dockerfile in the melodic branch also needs to be updated: https://github.com/b-it-bots/mas_perception/blob/melodic/.travis/Dockerfile#L13