sonia-auv / sonia_common

SONIA's common packages module, include all common classes that could be use around all our modules
GNU General Public License v3.0
0 stars 1 forks source link

Build in docker wrong directory #56

Closed supertoto29 closed 3 years ago

supertoto29 commented 3 years ago

Warning : Before creating an issue or task, make sure that it does not already exists in the issue tracker. Thank you.

Expected Behavior

Being able to build sonia_common to test the msgs or services

Current Behavior

Crashes since it's the wrong directory > Executing task: catkin_make --directory /home/sonia/ros_sonia_ws <' 'The specified base path "/home/sonia/ros_sonia_ws" does not exist' 'The terminal process "bash '-c', 'catkin_make --directory /home/sonia/ros_sonia_ws'" failed to launch (exit code: 1).

Possible Solution

Change the build directory or fall back to the previous one

Environment Used