-
Notifications
You must be signed in to change notification settings - Fork 170
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
create post install hook for the debian to init the database #31
Comments
I just ran into this as well. |
This lack of an install hook is causing ROS startup problems on the PR2: [narrow_stereo_left-17] process has died [pid 14176, exit code -6, cmd /opt/ros/groovy/stacks/wge100_driver/wge100_camera/bin/wge100_camera_node /diagnostics:=/diagnostics /diagnostics_agg:=/diagnostics_agg camera:=narrow_stereo/left camera_alternate:=narrow_stereo_textured/left __name:=narrow_stereo_left _log:=/u/ahendrix/.ros/log/4df6bb56-3c5c-11e2-929a-001517c017d5/narrow_stereo_left-17.log]. |
You're going to need to work around this on the pr2 in the short term. The On Sun, Dec 2, 2012 at 12:56 AM, Austin Hendrix [email protected]:
Tully Foote |
+1 -- also shouldn't rosdep allow alternate locations for sources.list? It appears to ignore ROS_ETC_DIR, which is a little misleading. |
Just want to +1 this as well. |
Short of me taking partial maintenance of stdeb, I don't see this happening anytime soon. |
Just for future reference, once #46 is realized, the post-install hook can also update, not only init. @tfoote details how this should probably work here: #50 (comment) . And more discussion about this an related issues: https://groups.google.com/forum/#!topic/ros-sig-buildsystem/BsUsgGPbubQ. |
I'm proposing to fix this in #312 . Please review and comment there. |
This will help people avoid tracebacks
The text was updated successfully, but these errors were encountered: