Why Turtlebot3_navigation2 launch file different from Github [closed]
I'm using ros2 foxy in ubuntu 20.04 when I check the turtlebot3_navigation2 launch file by typing command
vi /opt/ros/foxy/share/turtlebot3_navigation2/launch/navigation2.launch.py
find this code PythonLaunchDescriptionSource([nav2_launch_file_dir, '/nav2_bringup_launch.py'])
was different from github turtlebot3_navigation2 foxy-devel branch
PythonLaunchDescriptionSource([nav2_launch_file_dir, '/bringup_launch.py'])
here the link github turtlebot3_navigation2
I have already check my ros version is foxy, and use sudo apt install ros-foxy-turtlebot3
to install
Is there any way to inspect my turtlebot3_navigation2 git version in path /opt/ros/foxy/share/turtlebot3_navigation2 ?
Why this problem occur?
Thanks for help.