Rodja Trappe 1 년 전
부모
커밋
0c98d01358
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      examples/ros2/ros_entrypoint.sh

+ 1 - 2
examples/ros2/ros_entrypoint.sh

@@ -2,7 +2,6 @@
 set -e
 
 source /opt/ros/humble/setup.bash
-source /ros2_ws/install/setup.bash
-cd /ros2_ws
+source install/setup.bash
 
 exec "$@"