ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

catkin_make: command not found

asked 2015-06-29 17:31:45 -0500

jorge.vargas gravatar image

Hi, I am a newbie. I get this when trying to use the commad catkin_make please help

catkin_make: command not found

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
11

answered 2015-06-29 20:03:38 -0500

luc gravatar image

If you've indeed already installed ROS, don't forget to source your /opt/ros/indigo/setup.bash (and add it to your ~/.bashrc!)

To execute the command:

> source /opt/ros/indigo/setup.bash

To add to your ~/.bashrc:

> echo "source /opt/ros/indigo/setup.bash" >> ~/.bashrc
> source ~/.bashrc
edit flag offensive delete link more
4

answered 2015-06-29 20:03:38 -0500

William gravatar image

You have to source the setup.bash file that goes with it. For example, if you're using ROS Jade on Ubuntu and installed from apt-get, you'd need to first do:

$ source /opt/ros/jade/setup.bash

After sourcing the correct setup file, you'll have catkin_make on your path.

edit flag offensive delete link more
0

answered 2018-03-28 14:01:27 -0500

130s gravatar image

Error msg catkin_make: command not found lead me from Google so I post here in addition to other good answers.

Be sure to have a package catkin available. See wiki, or run if you're on OS where binary is available:

sudo apt-get install ros-%ROSDISTRO%-catkin
sudo apt-get install ros-lunar-catkin        (example for ROS Lunar)
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-06-29 17:31:45 -0500

Seen: 59,553 times

Last updated: Mar 28 '18