Stretch 3 Offload Computing to Jetson AGX Orin

Hello all,

I’m encountering an error while following this guide, https://docs.hello-robot.com/0.3/ros2/remote_compute/ on offloading computation from the Hello Robot Stretch 3 to the NVIDIA Jetson AGX Orin. I’m currently at the end of step 2, building the workspace with " colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release ", but I’ve run into a CMake error.
From what I can tell, the error seems to be related to the git cloning of the “ros2-development” branch of the realsense-ros. I’ve tried troubleshooting on my own, but I’m still stuck and could really use an advice.
Any suggestions or advice would be greatly appreciated.

Hey @ashishderiya, looks like the error is complaining that librealsense2 is missing. Would you try following these steps to install it?

Then try building the workspace again.