-
Notifications
You must be signed in to change notification settings - Fork 20
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
release ready? #2
Comments
So, are we OK to have scitos_common depend on strands_movebase via this include: https://github.com/strands-project/scitos_common/blob/hydro-devel/scitos_description/launch/scitos_state_publisher.launch ? I don't see any way around it if we want an up to date transform of the chest camera every time the robot starts. I'll create a pull request to remove the calibrate_chest package. |
I think that dependency is the wrong way around. Scitos stuff can't depend on strands although the other way around is fine. = |
Ok, so how should we do this? I don't see any problem with having the package in a more general repo since it's not specific to strands_movebase. |
Or should we simply launch the chest_calibration_publisher together with the 3d obstacle avoidance? |
What do you guys say, @marc-hanheide @hawesie ? |
I'm not 100% clear on what's going on. Can you summarise the issue? |
The problem is that |
I think our decision was the the chest cam was strands not scitos therefore we should launch |
Ok, I will have to investigate if it's possible to have multiple state publishers since the chest camera is part of the big urdf atm. Maybe it would make more sense with a Either way I will try to implement a separate description for the chest camera frames then. |
Great, thanks. |
Ok, I have 2 pulls that should resolve this: #3 and strands-project/scitos_common#40. I'll try them out tomorrow but just publishing the transforms like this seems to be working. |
I just found there's a dependency into the deprecated |
No it's not by accident, basically it works the same way as before, if you provide |
I didn't think that it would be deprecated? |
ah, my bad then. You are right. I shall release it then, so we can make further progress. |
scitos_2d_navigation is released, both hydro and indigo. So, now we can work towards this one |
Good stuff. |
I put this repo on jenkins as well, it builds nicely, so I'd say, ready for release? https://lcas.lincoln.ac.uk/jenkins/job/devel-hydro-strands_movebase/ https://lcas.lincoln.ac.uk/jenkins/job/devel-indigo-strands_movebase/ |
released! build is running! I'll close this for now |
Cool! |
This looks pretty solid for a first release? Shall I at least include it in jenkins for devel build to see if it works? If so, please reply and assign to me.
I want to sort out the problem that currently calibrate_chest is duplictated in https://github.com/strands-project/scitos_common/tree/hydro-devel/calibrate_chest and we need an orchestrated action to resolve this.
The text was updated successfully, but these errors were encountered: