ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

urg1995's profile - activity

2021-03-29 01:33:31 -0500 received badge  Stellar Question (source)
2019-08-09 17:05:56 -0500 marked best answer 3D path planning in an underwater environment with obstacles

Hello,

I was hoping to ask for some guidance from the ROS community on my current project. I am tasked with creating a controller capable of navigating AUVs (autonomous underwater vehicles) and submarines through a simulated underwater environment. The idea would be for the controller to be able to guide these vehicles through a set of 3D waypoints. The environment will contain obstacles like the ocean floor and ice flows that must be avoided. I will likely use UUV simulator, which is built on ROS and Gazebo, to visualize and simulate the environment.

The simulator has simple built in controllers that should be able to implement any feasible path generated for a specific vehicle. However, I cannot find anything capable of generating three-dimensional paths while avoiding obstacles and (preferably) adhering to the kinematic constraints of the vehicle.

The navigation package is only applicable to 2D problems and the consensus for applying MoveIt to path planning for a base instead of joints seems to be that it cannot not be done for non-holonomic vehicles. I understand that OMPL, the motion planning library that MoveIt uses, has path planners capable of 3D path planning subject to constraints, but as it does not have consideration of obstacles integrated like MoveIt does (among other things I would have to implement), it seems I would be reinventing the wheel to accomplish what is supposed to be a small part of a simulator. That being the case, I would love to hear if anyone has any advice on how best to accomplish my task, whether through pointing me towards resources or suggesting alternatives. Thank you!

One note that may be important is that the vehicle does not have to sense the obstacles through simulated sensors for my application. I can provide data about the obstacles in whatever way works. I just need the vehicle to be able to navigate the environment.

2018-07-26 09:19:48 -0500 received badge  Good Question (source)
2018-07-25 05:40:53 -0500 received badge  Famous Question (source)
2018-07-25 05:20:30 -0500 received badge  Favorite Question (source)
2018-07-25 05:20:24 -0500 received badge  Nice Question (source)
2018-07-19 08:17:40 -0500 received badge  Student (source)
2018-07-19 08:12:19 -0500 received badge  Notable Question (source)
2018-07-11 04:14:08 -0500 received badge  Popular Question (source)
2018-07-10 14:03:38 -0500 asked a question 3D path planning in an underwater environment with obstacles

3D path planning in an underwater environment with obstacles Hello, I was hoping to ask for some guidance from the ROS