Skip to content

Commit

Permalink
Update ros_entrypoint_jetson.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzhar authored Jun 24, 2024
1 parent 0c7b4a4 commit f9b401d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/ros_entrypoint_jetson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ source "/root/ros2_ws/install/local_setup.bash" --
echo "ZED ROS2 Docker Image"
echo "---------------------"
echo 'ROS distro: ' $ROS_DISTRO
echo 'DDS middleware: ' $RMW_IMPLEMENTATION
echo 'DDS middleware: ' $RMW_IMPLEMENTATION
echo 'ROS 2 Workspaces:' $COLCON_PREFIX_PATH
echo 'ROS 2 Domain ID:' $ROS_DOMAIN_ID
echo 'Machine IPs:' $ROS_IP
echo "---"
echo 'Available ZED packages:'
ros2 pkg list | grep zed
Expand Down

0 comments on commit f9b401d

Please sign in to comment.