romulogcerqueira / sonar_simulation-buildconf

Build system of Imaging Sonar Simulator
Apache License 2.0
33 stars 15 forks source link

cannot load such file -- rock/bundles #10

Closed chyphen777 closed 5 years ago

chyphen777 commented 5 years ago

I am trying to run sonar_multibeam-run.rb, but got errors: cchien@G751JY:~/sonar_simulation/simulation/examples$ ruby sonar_multibeam-run.rb /usr/share/rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- rock/bundles (LoadError) from /usr/share/rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:inrequire' from sonar_multibeam-run.rb:1:in `

' Any suggestions how to fix this issue?

Thanks, CC

chyphen777 commented 5 years ago

Fixed the issue by reinstall autoproj.

ehratjon commented 4 years ago

In case this happens again: You might have forgotten to load the provided environment. Do so by typing source env.sh in the base directory of the project.