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

segbot_logical_translator: build farm failure resolving bwi_msgs/ResolveChangeFloor.h #61

Closed
jack-oquin opened this issue May 25, 2016 · 6 comments

Comments

@jack-oquin
Copy link
Member

Scanning dependencies of target segbot_logical_navigator
100%] Building CXX object CMakeFiles/segbot_logical_navigator.dir/src/nodes/segbot_logical_navigator.cpp.o
/tmp/catkin_workspace/src/segbot/segbot_logical_translator/src/nodes/segbot_logical_navigator.cpp:59:41: fatal error: bwi_msgs/ResolveChangeFloor.h: No such file or directory
 #include <bwi_msgs/ResolveChangeFloor.h>
                                         ^
compilation terminated.

Ref: http://build.ros.org/job/Idev__segbot__ubuntu_trusty_amd64/6/changes

@jack-oquin
Copy link
Member Author

jack-oquin commented Jun 3, 2016

There was a missing CMake dependency on the message generation.

See: http://docs.ros.org/jade/api/catkin/html/howto/format2/cpp_msg_dependencies.html

@jack-oquin
Copy link
Member Author

There is more than one problem here. It still fails, probably because the released version of bwi_common is too old:

@jack-oquin
Copy link
Member Author

@piyushk: I suspect we can fix this by releasing a new version of bwi_common.

That probably does not depend on those Stanley repositories.

@piyushk
Copy link
Member

piyushk commented Jun 3, 2016

That sounds fine to me.

@jack-oquin
Copy link
Member Author

jack-oquin commented Jun 4, 2016

Before releasing bwi_common, we should fix these problems:

Test failures:

[100%] Built target run_tests
joq@iron:build$ catkin_test_results test_results/
stop_base/rostest-tests_stop_base_passthru.xml: 1 tests, 0 errors, 1 failures
stop_base/rostest-tests_stop_base_requests.xml: 1 tests, 0 errors, 1 failures

@jack-oquin
Copy link
Member Author

fixed roslint errors in stop_base

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

2 participants