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
I am running rtab map on my create 3 with a jetson orin nano host computer with jetpack6 and ros humble. Without rtabmap running I have the following TF tree frames_2024-12-11_18.31.10.pdf
When I run rtab map in localization mode with the following launch file
`from launch import LaunchDescription
from launch.actions import GroupAction
from launch_ros.actions import Node, PushRosNamespace
from launch.substitutions import PathJoinSubstitution
from launch_ros.substitutions import FindPackageShare
import os
I am running rtab map on my create 3 with a jetson orin nano host computer with jetpack6 and ros humble. Without rtabmap running I have the following TF tree
frames_2024-12-11_18.31.10.pdf
When I run rtab map in localization mode with the following launch file
`from launch import LaunchDescription
from launch.actions import GroupAction
from launch_ros.actions import Node, PushRosNamespace
from launch.substitutions import PathJoinSubstitution
from launch_ros.substitutions import FindPackageShare
import os
def generate_launch_description():
return LaunchDescription([
GroupAction(
actions=[
PushRosNamespace('rtabmap'),
Node(
package='rtabmap_slam',
executable='rtabmap',
name='rtabmap',
output='screen',
prefix=['taskset -c 0-2'], # Restrict to 3 cores
parameters=[{
'frame_id': 'base_link',
frames_2024-12-11_18.30.41.pdf
Would appreciate some help on what I am doing wrong, tried everything else
The text was updated successfully, but these errors were encountered: