Re: RTAB-Map is not built with Python3 support
Posted by
matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/RTAB-Map-is-not-built-with-Python3-support-tp10100p10101.html
When you do " rtabmap --version", it will take the first rtabmap found on the PATH. You can do "which rtabmap" to know which one is called. My suspicion is that rtabmap binaries are used. You can uninstall binaries to make sure the one you built is used:
sudo apt remove ros-$ROS_DISTRO-rtabmap*
or try
/workspace/rtabmap/build/bin/rtabmap --version
instead