Closed nilsbore closed 10 years ago
great job so far!
Comments:
strands_movebase
. I'm not saying this is wrong but it's non-conventional. Also, doesn't strands_movebase
also depend on calibrate_chest
? It needs the chest_calibration_publisher
as a run_depend
doesn't it?CMakeLists.txt
. You should run catkin_make install
and see if the $CATKIN_ROOT/install
prefix has all you'd expect to be there.strands_movebase
does not depend directly on calibrate_chest
, calibrate_chest
updates the TF and strands_movebase
then checks the frame of the input cloud and gets the transform from TF.
Thanks for the input, I mostly wanted to get an opinion before going through with everything.
@nilsbore as you might have seen I did a few fixes to scitos_2d_navigation
. This is mostly because I forgot we were to dissolve it ;-) It now has install targets, but still you should go ahead with this refactoring.
Hey, @marc-hanheide . Sorry, I've been very busy with my ICRA paper. I'll get on this now that it's finished.
@marc-hanheide I'll merge this now if OK, there's another merge for scitos_2d_navigation
: https://github.com/strands-project/scitos_2d_navigation/pull/47 but I will have to go through packages and change launch files from scitos_2d_navigation
to strands_movebase
before that is merged.
sure, merge it
This pull does the following:
strands_movebase/launch/config.launch
scitos_2d_navigation/launch/scitos_2d_nav.launch
instrands_movebase/launch/movebase.launch
strands_movebase
.calibrate_chest
to this package.scitos_2d_navigation
for navigation if using only laser.This pull needs changes to
scitos_2d_navigation
andscitos_common
, specifically includingscitos_common/scitos_description/launch/scitos_state_publisher.launch
, where the chest transform update node is launched at startup.I will wait to merge this until the above has been fixed and the change has been reviewed. @marc-hanheide , any thoughts on this structure?