Skip to main content

Questions tagged [catkin-make-isolated]

0 votes
1 answer
33 views

The system is ROS noetic,Ubuntu 20.04.06. Once I executed the "catkin_make_isolated" command to compile my ROS1 workspace. After did it I found the catkin_make command can never output the ...
yethsts's user avatar
0 votes
1 answer
24 views

I need to build the ROS from the source on Rasbian Buster (R-Pi 4). I followed the instructions from this site. First I installed the desktop core version with these steps: ...
user avatar
0 votes
1 answer
55 views

I am trying to port some packages from a catkin_make (CM) build system to a catkin_make_isolated (CMI) build system. I need the build to be valid using both CM and CMI to support some legacy tooling. ...
user avatar
0 votes
1 answer
32 views

hi, when i use catkin_make_isolated, i can build executable successfully. but i cant use "rosrun package_name xxx" to execute it. [rosrun] Couldn't find executable named xxx below /home/xxx/...
user avatar
1 vote
2 answers
704 views

During our recent work on the ROS Visual Studio Code plugin (https://github.com/ajshort/vscode-ros, we're still working on a fork), we have noticed that the plugin is assuming the workspace to have ...
user avatar
0 votes
1 answer
27 views

Hi everyone, I have a problem while trying to use eclipse to debug ros c++ projects in an isolated catkin workspace. In this workspace I have several packages, that I build with: ...
user avatar
0 votes
1 answer
11 views

Hello, I've just started using ROS on the Arduino Uno and I have already run into the problem hat I don't know how to create my own srv/msgs files for the Arduino node. In the normal ROS workspace you ...
user avatar
0 votes
1 answer
44 views

I'm trying to run catkin_make_isolated on my workspace and it fails. ...
user avatar
0 votes
1 answer
44 views

Hi guys, I'm running into an error when installing ROS (melodic) on Ubuntu (18.04). As I have absolutely no experience with UNIX, I don't really know what's going on or how to fix it. First, I tried ...
user avatar
0 votes
1 answer
45 views

Hi, We'd like to make our projects self-contained, so we are adding all possible (external) packages to our GIT repo as submodule, and build our project with ...
user avatar
0 votes
1 answer
32 views

HI all, I have built ROS kinetic from source on my pi using the instructions http://wiki.ros.org/ROSberryPi/Installing%20ROS%20Kinetic%20on%20the%20Raspberry%20Pi What is the best way for me to ...
user avatar
0 votes
1 answer
52 views

Hi, I noticed that ROS does not correctly see message files in subfolders of the "msg" folder. The add_message_files command can take a DIRECTORY command which works partly: ...
user avatar
0 votes
1 answer
14 views

I am building ROS on a Raspberry Pi 3 using catkin_make_isolated. The full command is ...
user avatar
0 votes
1 answer
23 views

I installed ros-indigo from source in Xubuntu 14.04 and created a catkin workspace following this tutorial: http://wiki.ros.org/indigo/Installation/Source. I had to use catkin_make_isolated because I ...
user avatar
0 votes
1 answer
100 views

I'm trying to install the diagnostics module from source into my existing Kinetic source installation. To do this, I'm running: ...
user avatar

15 30 50 per page