Open SwiftGust opened 5 years ago
Looks like Segmentation fault only happens vehicle does not move so the RRT algorithm fails. This could be handled once vehicle is armed and ready to move. But description is little bit unnoticeable. Giving specific instruction would be nicer. i.e, after SITL launch
mode guided
arm throttle
takeoff 1 ( ~ 2 )
I think this can be used with 2D scanning LiDAR without look around motion for initial mapping. and I'd like to improve User Interface, using RViz instead of parsing yaml.
Hi @SwiftGust I am glad to know that you have been using this project. Regarding 2D LiDAR, yes we can use any input source which can give us pointcloud data. I was more interested in using RealSense but I don't have one with me right now. I would also like to provide support for other sensors too. We can use RViz but I will have to look into it because I haven't used it without ROS. Maybe with some plugins, a nice GUI can be developed, just like MoveIt. I'll look forward to a more detailed discussion on what can be done for the GUI
I'm trying to use OctomapPlanner following manual. This repository does not include how, what to install exact requirements to build this repo enough yet. Missing packages are OpenCV, PCL so far.
OpenCV can be installed with
sudo apt-get install ros-kinetic-opencv3
PCL can be installed with
sudo apt-get install ros-kinetic-pcl-ros
And there's another problem here launching main node keeps me segfault after RRT* Algorithm fails.
Great works though. Please keep up the work.