ayushgaud / path_planning

Quadcopter path planning using RRT* and minimum jerk trajectory generation
346 stars 99 forks source link

can you give a brief introduce about the operation? #1

Open skierlin opened 6 years ago

skierlin commented 6 years ago

I think it is interesting and I have finished the catkin_make. but I can't start this program by rosrun the several nodes, can you give a introduce about the operation of the program. Thank you for your program.

ayushgaud commented 6 years ago

Hi @skierlin I have been meaning to add a readme to the code but there are some bugs which need to be fixed before that. Anyway for your reference here is a small description:

Regarding the implementation:

WR0903 commented 6 years ago

感觉很有趣,但需要一个运行它的说明,不知道是否方便写给使用说明

ifaceyou123 commented 5 years ago

@ayushgaud Hi,I have a question. Recently I was using gazebo and px4 for simulation of drones. What I want to achieve is that the drone uses a depth camera to generate a point cloud map and then save the map in octomap format. Then use the octomap map to generate a navigation path in order through the window. I want to ask, can I use this path_planning program? is this suitable for me? Thank you for your work.

ayushgaud commented 5 years ago

Hi @ifaceyou123 I believe what you are looking for is quite similar to the work I have done for Ardupilot here. It uses mavlink for the interface so technically you should be able to directly use it without any modifications. If you face any issues, please let me know.

ifaceyou123 commented 5 years ago

@ayushgaud. Thank you for your lightning-fast reply, this is exactly what I want to ask. I am now using ardupilot SITL with Gazebo to run the simulation. The quadrotor and camera use iris and r200 . Then I try to use pointcloud and pose to build octomap directly (in simulation). I am very happy to see your project, I feel that your program are really awesome! this project is really useful to me. I think I can learn more from this. I am very grateful to get your reply.

ayushgaud commented 5 years ago

I am glad that you find that project useful. I have also updated the readme to include the links to the blogs which describe the framework in a bit detail. Hopefully, you may find that useful too.

ifaceyou123 commented 5 years ago

Super! thanks for your patient work!

Ayush Gaud notifications@github.com于2018年12月5日 周三18:33写道:

I am glad that you find that project useful. I have also updated the readme to include the links to the blogs which describe the framework in a bit detail. Hopefully, you may find that useful too.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ayushgaud/path_planning/issues/1#issuecomment-444573120, or mute the thread https://github.com/notifications/unsubscribe-auth/AlqflEEyJrjkCdkLLi7D3NDMoIIh8p51ks5u2AOAgaJpZM4UQw0K .

acpl00 commented 5 years ago

Take a look at the avoidance package https://github.com/PX4/avoidance

bitguige commented 5 years ago

Hi,I have a question to consult. I want to achieve some experiment in Pelican (a quadrotor of Ascending Tech). The quadrotor uses a camera to generate a point cloud map and then be saved as octomap format. Based on the octomap, the quadrotor generate a navigation path using sample-based method and trajectory optimization. Is there any existing package that I can directly use? Thank you!

ifaceyou123 commented 5 years ago

Hi Gaud, I encountered the following problem while running the node of traj_gen . trajectory and still, in the goalpoint_transformer.cpp file I changed the listener.lookupTransform("odom",....) to listener.lookupTransform("map",....) , because the frame_id of my nav_msgs/Odometry is "map". but there is always an error in the bash. as we can see in this picture. transform Do you know the reason? Is my modification wrong? thanks a lot!!

witcher-joey commented 5 years ago

thank you for your share,can you give a readme