botanbot_sim icon indicating copy to clipboard operation
botanbot_sim copied to clipboard

vox_nav_msgs present in vox_nav and botanbot_sim

Open edhage opened this issue 2 years ago • 3 comments

The package vox_nav_msgs is present in vox_nav and botanbot_sim. This gives a problem when compiling (because duplicate), which is the correct one?

They are different, the botanbot_sim depends on octomap_msgs , and the vox_nav on shape_msgs

edhage avatar Jul 10 '23 09:07 edhage

Hi I got the same problem, did you manage to find a workaround with this?

AddyPete avatar Oct 06 '23 07:10 AddyPete

Hi, one solution would be to build them in separate workspaces and source each workspace respectively. Or, you could manually delete vox_nav_mags in botanbot_sim

jediofgever avatar Oct 06 '23 07:10 jediofgever

deleting vox_nav_msgs in botanbot_sim package works for me. thank you

AddyPete avatar Oct 16 '23 07:10 AddyPete