Hi everyone,
I’ve got a jetson orin nano (8gb) with jp 6.2 and my main goal is to learn how use foundationpose. For the record, I’m not an expert in these fields.
So the issue comes as follows:
As I know, I need first to install Isaac ROS (NVIDIA Isaac ROS — isaac_ros_docs documentation). I guess that release 3.2 is more or less the best match because it fits with jp 6.2. So I’ve been following the instructions: Compute Setup — isaac_ros_docs documentation
and because I just began with this, i didn’t consider using an NVMe SSD, just straight with the local micro SD. I reached out this part ( Isaac ROS RealSense Setup — isaac_ros_docs documentation ) in which I wanted to connect with my d435 that I’ve got and I cannot find a way to generate the file run_dev.sh in step 4:
usr@JetsonProto-desktop:~/isaac_ros_ws/src/isaac_ros_common/isaac_ros_common/scripts$ run_dev.sh -d ${ISAAC_ROS_WS}
bash: run_dev.sh: command not found
and with an ls indeed we can see that this file doesn’t exists:
usr@JetsonProto-desktop:~/isaac_ros_ws/src/isaac_ros_common/isaac_ros_common/scripts$ ls
isaac_ros_asset_eula.sh isaac_ros_common-version-info.py isaac_ros_generate_bug_report.py isaac_ros_version_embed.py
Is there something that I missed?
PS: I also check that I didn’t follow before these steps: Developer Environment Setup — isaac_ros_docs documentation but I did still having that error.
Thanks!