How to perform autonomous navigation using Jetson TX2, Ros and Intel RealSense?
I referred to ROS documentations regarding Navigation but wasn't able to arrive at a solution. Will RTABMap work for this bot? How should this problem be approached provided all installation procedures are complete on the Jetson TX2 with ros kinetic and dependencies? Intel Realsense d435 with depth measurement is used as the camera.
you may look at how turtlebot is configured and even try their navigation examples in simulation. The RGB-D camera of turtlebot could be replaced by the D435 by remapping the correct topics.
rtabmap
node should work with this setup (using wheel odometry of your robot and images from D435). If you have problems, be more specific which part is not working and what you did so far.