We are testing robotics SDK for AM62A7 EVM board using below procedure.
After setting up docker using above guide docker is working but we are not able to run any demo applications and it shows package not found error when testing applications
below is the error shown when running demo application.
root@j7-docker:/opt/ros/humble$ ros2 launch ti_vision_cnn zed_semseg_cnn_launch.py
Package 'ti_vision_cnn' not found: "package 'ti_vision_cnn' not found, searching: ['/opt/ros/humble']"
root@j7-docker:/opt/ros/humble$
docker images shows below output on the EVM.
REPOSITORY TAG IMAGE ID CREATED SIZE
j7-ros-humble-am62a 9.0.0 8fed6a2057e7 About an hour ago 2.24GB
<none> <none> 52385d594be9 2 hours ago 1.88GB
j7-ros-humble-common 9.0.0 d1f642340ed3 2 hours ago 1.88GB
<none> <none> 261086bed85a 2 hours ago 715MB
arm64v8/ros humble-ros-base-jammy 8b25c0705a1b 4 days ago 715MB
Kindly help us resolve the error.