Skip to content

Add tesseract build for foxy#35

Merged
Levi-Armstrong merged 2 commits into
ros-industrial:masterfrom
brisa-robotics:master
Jul 10, 2020
Merged

Add tesseract build for foxy#35
Levi-Armstrong merged 2 commits into
ros-industrial:masterfrom
brisa-robotics:master

Conversation

@Minipada
Copy link
Copy Markdown
Contributor

@Minipada Minipada commented Jul 8, 2020

I'm adding a build for Foxy for tesseract.

  1. I also changed the build arguments since there is no foxy-perception tag yet. This follows the work started on github-ci: melodic and noetic initial commit tesseract-robotics/trajopt#194
  2. rviz has been renamed rviz2 on foxy
  3. octomap not available on foxy

@mpowelson, you probably want to review this.

also changed the build arguments since there is no foxy-perception tag yet
@mpowelson
Copy link
Copy Markdown

I'll tag @Levi-Armstrong as well since he was the author of these images.

Comment thread tesseract/Dockerfile
FROM ros:$ROS_BASE_TAG
MAINTAINER Levi Armstrong

ARG ROSDISTRO
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing ARG ROS_BASE_TAG here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's already at line 2

@Levi-Armstrong
Copy link
Copy Markdown
Member

@Minipada Also the dockers are not building in CI.

@Levi-Armstrong
Copy link
Copy Markdown
Member

It looks like you cannot pass two args to --build-arg. So need to change the line below removing the --build-arg and change CI to have --build-arg <ARG1> --build-arg <ARG2>

time docker build -q -t "$t" "$d" --build-arg $BUILD_ARGS || ret=$?

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

Successfully merging this pull request may close these issues.

3 participants