-
Notifications
You must be signed in to change notification settings - Fork 6
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
Environment Mapping #15
Comments
Pull the video logs from the rover and run them through rtabmap on the ground |
Techniques to investigate:
|
General Purpose Point Cloud Mapping http://pointclouds.org |
We can successfully run the rtabmap tutorial linked above on a laptop running Ubuntu. |
Turns out most rtabmap-related issues have been coming from the fact that the odometry dependency (openni) has been disabled due to bugs on several distributions of ros. |
This is also a great forum to look at whenever you have any issues with rtabmap. |
Forgot to add the camera calibration link. The one difficult thing about this is making sure the cameras have the same timestamp |
I'm not following this ticket at all but just FYI a ticket ros-drivers/openni_camera#66 referenced in #15 (comment) is now closed. |
Environment mapping plans have changed a little in the past year. The current plan is to use PL_SLAM for environment mapping, and a combination of stereoscopic cameras and a 1-D LiDAR for obstacle avoidance. |
Build up a 3-d map of the environment around the rover with rtabmap to avoid obstacles. Depends on #10
The text was updated successfully, but these errors were encountered: