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

catkin_make: Invoking "Charlotte-master -j4 -l4" failed

asked 2020-11-19 06:40:56 -0500

pranav_jain gravatar image

I'm using ROS Noteic on WSL2 with Ubuntu 20. I'm trying to run a package but after using catkin_make I keep getting this error

catkin_make Charlotte-master
Base path: /home/pranav/catkin_ws
Source space: /home/pranav/catkin_ws/src
Build space: /home/pranav/catkin_ws/build
Devel space: /home/pranav/catkin_ws/devel
Install space: /home/pranav/catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/pranav/catkin_ws/build"
####
####
#### Running command: "make Charlotte-master -j4 -l4" in "/home/pranav/catkin_ws/build"
####
make: *** No rule to make target 'Charlotte-master'.  Stop.
Invoking "make Charlotte-master -j4 -l4" failed
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-11-20 05:50:31 -0500

miura gravatar image

Charlotte-master is the name of the package, right? If so, it looks like you should use catkin_make --pkg Charlotte-master.

edit flag offensive delete link more

Comments

I tried what you said but it's not working. it says "package not found" I've downloaded this Charlotte-master from github as a reference to a project I'm working on. I'm completely new to this ROS

pranav_jain gravatar image pranav_jain  ( 2020-11-20 07:04:54 -0500 )edit

In CMakeLists.txt, you'll find a line called project(XXXX). That, XXXX, is the name of the package. Try catkin_make --pkg XXXX. ( I don't know Charlotte-master. )

miura gravatar image miura  ( 2020-11-20 21:16:12 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2020-11-19 06:40:56 -0500

Seen: 90 times

Last updated: Nov 20 '20