Silverne_Caprilson
Silverne_Caprilson

Reputation: 1

"catkin build" not working in ros noetic via docker

I am using ros noetic via docker on windows.

The command "catkin build" returns "bash: catkin: command not found".

I tried:

nothing worked.

Can someone help ?

Upvotes: 0

Views: 1097

Answers (1)

ignacio
ignacio

Reputation: 1197

You are missing the source part for the system to know what catkin is. Try doing source /opt/ros/noetic/setup.bash and the running the command catkin build in your workspace.

Upvotes: 0

Related Questions