-
Notifications
You must be signed in to change notification settings - Fork 820
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
Indigo devel #12
base: master
Are you sure you want to change the base?
Indigo devel #12
Conversation
…e configuration files.
…ture versions of ROS.
Indigo devel
Debian jessie, cholmod is in Resulting in:
Which from my limited understanding and some googling might be related to commenting out the individual components in |
Hmm, that is quite strange... Which ubuntu are you running? |
Debian jessie, it doesn't have many packages in the repo so mostly a source install into a workspace. Which guess means it could be purely my config being odd. Didn't have a chance to play with it yesterday but will bash my head against it a bit later and see if I can work out the makefile links. Not sure how those |
Ok first successful build, what got me here...
Found The Then adding Example bag played, all good. |
Well actually... |
It is not necessarily bleeding edge, but custom for sure. Having it right Indeed it would be nice to see if the modifications here could be pushed
|
Ahh didn't spot them but figured there must be modifications. Seems installing the libg2o from source separately broke something (will figure out what exactly later), but I'm an edge case.... So not sure where that puts using FindCholmod and FindG2O. edit: probably a config issue rather than a conflict... |
types_seven_dof_expmap.cpp | ||
types_seven_dof_expmap.h | ||
) | ||
|
||
SET_TARGET_PROPERTIES(types_sim3 PROPERTIES OUTPUT_NAME ${LIB_PREFIX}types_sim3) | ||
TARGET_LINK_LIBRARIES(${LIB_PREFIX}types_sim3 ${LIB_PREFIX}types_sba) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
types_sim3
= types_sba
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it is a linking command. That is fine.
Righto, having |
Hello guys,
First of all, congratulations, nice work!
I've catkinized the package, so that it is easier to start using it in a ROS Hydro-Indigo environment.
I had some issues with g2o not properly overlaying the system installed version I have, but if it is in catkin it works fine. DBoW could have also been moved to a separate package but the CMakeLists.txt there was much more forgiving than g2o so I got away with tiny changes.
This pull request cannot be merged to your master, probably better to keep it that way but you could push this branch to your repo as indigo-devel, and if you wish I can help you out with releasing it to ROS.