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

BUG Running the foxy sick-scanner example results in failed build #24

Open
pglr opened this issue Sep 12, 2022 · 0 comments
Open

BUG Running the foxy sick-scanner example results in failed build #24

pglr opened this issue Sep 12, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@pglr
Copy link

pglr commented Sep 12, 2022

Description
Trying the examples for the foxy distro results in a fail during building the package.

Steps to reproduce:

  1. Download repo
  2. build foxy haros container
  3. running the first example for foxy
docker run -it haros_foxy:latest /haros_runner.sh sick_safetyscanners2 sick_safetyscanners2_node node . /home/extractor/ws  https://github.com/SICKAG/sick_safetyscanners2

Expected behaviour:

Should build and run the model extractor

Actual behaviour:

  ## Install ROS pkgs dependencies ##
  
  ERROR: your rosdep installation has not been initialized yet.  Please run:
  
      rosdep update

... Model :

~~~~~~~~~~~
###########
~~~~~~~~~~~
Print of the model: ./sick_safetyscanners2_node.ros:
~~~~~~~~~~~
PackageSet {
  AmentPackage sick_safetyscanners2 {
    FromGitRepo "https://github.com/SICKAG/sick_safetyscanners2" 
    Artifact sick_safetyscanners2_node {
      Node { name sick_safetyscanners2_node}
}}}
~~~~~~~~~~~
###########

Solution (Works as expected):

As mentioned directly in the output:

  • ADD the "rosdep update" into the haros_runner.sh script before line 46
@pglr pglr added the bug Something isn't working label Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant