NMBURobotics / vox_nav

A navigation system for outdoor robotics in rough uneven terrains.
https://nmburobotics.github.io/vox_nav/
Apache License 2.0
213 stars 41 forks source link

Integration with ROS1? #13

Closed Quest2GM closed 1 year ago

Quest2GM commented 1 year ago

Hi,

I was wondering if there is any chance that this will work with ROS Melodic? Or do you only have implementations for ROS2?

Thanks, Quest2GM

jediofgever commented 1 year ago

Hi,

In the current state no, with considerable amount of effort it can be back ported to ROS1. Though this will not be done as it does not really bring enough benefits to long term goals of this project. Depending on your use-case, you may run vox_nav on a seperate machine with ROS2 humble, as this is a navigation framework, there are certain ros topics such as, odometry, cmd_vel ... etc that needs to be flowing between robot and the navigation framework, you may opt for ros1_bridge, this is still quite some work to configure. P.S unfortunately I am not too optimistic about this.