Questions tagged [source]
The source tag has no summary.
107 questions
1 vote
0 answers
16 views
How do I create a zygisk module for standoff2 from the source code? [closed]
Hello everyone I'm new to creating these projects, I really want to create a module for standoff2. https://github.com/hellowergity/plutonium-source-code here is a link to its source code. Who can tell ...
1 vote
2 answers
250 views
building ros2 humble in docker
I have ros2 humble installed via binary packages on my os ubuntu 22.04. I want to have ros1 bridges to be able to play rosbag files recorded using ros noetic. However it seems like because of Ubuntu ...
0 votes
4 answers
1k views
Package not found after sourcing with ROS 2 Humble
I am building a package and receive the correct output that you would expect for a package: ...
3 votes
1 answer
100 views
sourcing setup.bash takes time for source install of ros2 humble
I'm working with an Nvidia Jetson Xavier AGX running Ubuntu 20.04.6 LTS (focal) (GNU/Linux 5.10.104-tegra aarch64). Since ROS2 Humble binaries aren't available for Ubuntu 20.04, I had to build it from ...
0 votes
0 answers
75 views
Terminal closes abruptly during MoveIt 2 source build
I'm encountering an issue while building MoveIt 2 from source following the official documentation. The problem is that the terminal closes automatically before the build process completes. Steps ...
0 votes
1 answer
54 views
How can i remove this message from my terminal?
Hi. I had ROS 1(noetic) on my Ubuntu. Then i removed it and installed ROS 2. But whenever i open the terminal, i see this message and i don't know how to remove it. Could you help me with that? Thanks ...
0 votes
1 answer
247 views
Is there a way for me to not have to build and source every time I open a new terminal
Hello all, Thank you for your time and consideration! I'm using ROS melodic on Ubuntu 18.04 distribution and every time I open a new terminal, or even a new tab on a terminal, I have to re-build and ...
1 vote
2 answers
663 views
[ROS2-foxy] where to place source and header files and how to link them?
I have a ROS2 Project and I want to develop a good structured filesystem. I wanted to do some "good-practice"(from my point of knowledge) and import a class definition from seperate header ...
0 votes
1 answer
67 views
Do I have to source both ros2_galactic/install/setup.bash and /opt/ros/galactic/setup.bash?
TLDR: Even with a source based install of ROS2, running rosdep will install libraries into /opt/ros/galactic/. To have all packages available in every terminal I ...
0 votes
1 answer
197 views
Does anyone know where i can find source code of turtlesim package?
I want to understand how this simple simulator works. I can't find any good explanation. For example, in ros_tuturials they say: run roscore rosrun turtlesim turtlesim_node rosrun turtlesim ...
0 votes
1 answer
123 views
despite sourcing workspace, 'roscore' command not found
I used to open terminal and be able to do ros commands such as roscore, rostopic, rosrun, roslaunch and catkin_make. But now, something become broken, and I need to do ...
0 votes
1 answer
20 views
Source install on Fedora 31. Error with catkin.environment
Hello all, I'm trying to install ROS on Fedora 31 from source and I have that error: ...
0 votes
1 answer
44 views
Unable to build catkin workspace; python-rosdep, no module terminal_color
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 ...
0 votes
1 answer
16 views
How to source ROS Kinetic in Ubuntu Core via ssh?
Hi everyone, I am having a small issue sourcing ROS kinectic in my Raspberry PI 3(OS: Ubuntu Core). Every time I want to use ROS i have to use the command ...
0 votes
1 answer
10 views
pr2 cannot install pr2_robot
While debugging audio drivers on the pr2 robot the package pr2_robot was unintentionally uninstalled. I cannot seem to install ...