Skip to content

docker image subt_shell does not build #984

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

Closed
wolfgangschwab opened this issue Jul 23, 2021 · 4 comments
Closed

docker image subt_shell does not build #984

wolfgangschwab opened this issue Jul 23, 2021 · 4 comments

Comments

@wolfgangschwab
Copy link

During build of the docker image subt_shell I got the errror:

CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by "control_toolbox"

I solved it by adding

# package control-toolbox is needed
RUN sudo apt-get update -qq \
 && sudo apt-get install -y -qq \
    ros-melodic-control-toolbox

to the Dockerfile.
Could you please add it there too?

@peci1
Copy link
Collaborator

peci1 commented Jul 23, 2021

Weird, this package used to be installed automatically by the rosdep install step... Did some package remove the dependency from package.xml?

@wolfgangschwab
Copy link
Author

I didn't have a deeper look into it. First I run the dockerfile from master branch, which did not work. Then I run the dockerfile from finals_event branch, which also did not work. Then I changed it, and the problem was solved. ;-)

@meryl-spencer
Copy link
Contributor

I have the same issue

nkoenig pushed a commit that referenced this issue Oct 11, 2021
Signed-off-by: Nate Koenig <[email protected]>
@nkoenig
Copy link
Contributor

nkoenig commented Oct 11, 2021

See PR #1021.

@nkoenig nkoenig closed this as completed Oct 11, 2021
nkoenig added a commit that referenced this issue Oct 27, 2021
* Update connection helper

Signed-off-by: Nate Koenig <[email protected]>

* Fix issue #984

Signed-off-by: Nate Koenig <[email protected]>

Co-authored-by: Nate Koenig <[email protected]>
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