-
Notifications
You must be signed in to change notification settings - Fork 0
Isaac Sim (Map‐Setup)
Keti Hazbiu edited this page Feb 6, 2026
·
5 revisions
cd ~/github/Internship/issac_sim_map
ros2 run nav2_map_server map_server \
--ros-args \
-p yaml_filename:=movement_working.yaml \
-p use_sim_time:=trueros2 lifecycle set /map_server configure
ros2 lifecycle set /map_server activateros2 run nav2_amcl amcl \
--ros-args \
-p use_sim_time:=true \
-p base_frame_id:=base_link \
-p odom_frame_id:=odom \
-p global_frame_id:=map \
-p scan_topic:=/scanros2 lifecycle set /amcl configure
ros2 lifecycle set /amcl activate