-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System constraints for a mobile base / 2D planning #69
Comments
Hi @KXRLYM Thanks for your interest and for reaching out!
Hope this helps! |
Thank you for your reply @Schmluk! I have some questions about bounding volumes. I have tried 2D sampling and sending move_base goal poses but the goal from the planner seems to be only at where the robot is. Voxblox traversable pointcloud is looking OK, with one concern that it is not possible to actually traverse on the ground (z = 0.0) since technically that's where obstacle (ground) is (something I will have to look into soon with Voxblox). After all, I noticed that bounding volumes are not set currently, resulting in all samples to be at (0,0,0).
Thanks in advance :) |
Hope this helps! |
Hi there,
For my project, I wish to deploy this on a mobile base. For now, I am assuming that the camera is fixed at the end of a mobile manipulator. I am using gazebo + move_base to control a 2D mobile base. I am currently making changes to the code such that the conversion from Eigen to MultiDofJointTrajectoryPoint is now Eigen to MoveBaseGoal.
I want to ensure next that the output Eigen value from the planner is essentially a trajectory of x, y and a heading of the mobile base. I can also make use of ros tf to transform to the camera. At this point I don't particularly care about velocity, acceleration and any other information in a hope that move_base will take care of it. e.g.) can I only sample in 2D dimension so that the trajectory is generated just for 2D? Before I dig too deep into it, I wanted to ask if it is feasible, and any tips for me to continue down this way.
Thank you
The text was updated successfully, but these errors were encountered: