Run run_dev.sh no mirror is created

run run_dev.sh then it just echo a path,here is bash -x log:
log.txt (2.6 KB)

I had install docker,but not install ros2. Do I need to install ros2 first?

I fond this script will exit when run to “print_info” function.So I replace all print_info with echo.
But it still can not normally run.It will finally exit when run to : $ROOT/build_image_layers.sh --image_key “$BASE_IMAGE_KEY” --image_name “$BASE_NAME”
What it actually does is: /home/firefly/isaac_ros_common/scripts/build_image_layers.sh --image_key aarch64.ros2_humble --image_name isaac_ros_dev-aarch64

I found that build_image_layers.sh also exit when run “print_info”,I need to replace it too.
But why I can not use this print fun? I login by type-c serial port.

Did you install gitl lfs? Try to comment out the lfs part.

Hi @lzjie

You don’t need to install ROS2, but please follow the documentation to setup your environment:

Best,
Raffaello

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.