You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@matlabbe Sir, Please accept my sincere gratitude for implementing RTABMAP and making it open source for future developments.
So, I am planning to add my version of deep learning-based odometry into RTABMAP. This odometry mainly fused the camera and lidar together to produce a single odometry. Features will also extracted using Deep neural networks for both lidar and RGB.
In order to implement this with current framework.
Where I should place my new files
which files I should modify to enable custom feature extractions and odometry ?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
@matlabbe Sir, Please accept my sincere gratitude for implementing RTABMAP and making it open source for future developments.
So, I am planning to add my version of deep learning-based odometry into RTABMAP. This odometry mainly fused the camera and lidar together to produce a single odometry. Features will also extracted using Deep neural networks for both lidar and RGB.
In order to implement this with current framework.
Where I should place my new files
which files I should modify to enable custom feature extractions and odometry ?
For the standalone version, that is more complicated. Basically, it would be to add a new class Odometry**** along those https://github.com/introlab/rtabmap/tree/master/corelib/src/odometry and override Odometry::computeTransform() abstract function. The SensorData object provided as argument would contain lidar and camera images + calibrations.
@matlabbe Sir, Please accept my sincere gratitude for implementing RTABMAP and making it open source for future developments.
So, I am planning to add my version of deep learning-based odometry into RTABMAP. This odometry mainly fused the camera and lidar together to produce a single odometry. Features will also extracted using Deep neural networks for both lidar and RGB.
In order to implement this with current framework.
Where I should place my new files
which files I should modify to enable custom feature extractions and odometry ?
Thank you in advance.
The text was updated successfully, but these errors were encountered: