본문 바로가기
jetson nano 실습

catkin_make python3으로 빌드하기

by 코딩새내기_ 2021. 5. 5.

catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3

또는

export ROS_PYTHON_VERSION=3 

후에 catkin_make

를 사용하면 된다.

댓글