How to build and run this repository? #112
Replies: 3 comments 5 replies
-
The best way to build and run this is by following the build instructions in the README. This works in both ROS 2 Foxy and Humble. To run the system you need to also include one of the SNP implementations in your workspace. You can see how to do that in this other repository here. You'll clone that other repo into your same workspace, resulting in two packages in your workspace. So you'll first clone both this repo and the other one I linked and your workspace directories should be structured like this:
Then you'll run all the vcs import commands (if you have any issues with this look here) and your workspace should look something like this (Note: I may have some extra or missing packages):
And then at your base level workspace directory ( Make sure you have all your ROS dependencies installed (if you have any issues look here)
Build
If you're familiar with Docker, you can look at how we are doing things in the Dockerfile for building this repo as reference. You might also need to run
|
Beta Was this translation helpful? Give feedback.
-
Another question. Is this the right thread to ask? I'm not even sure if this is an issue specific to your library. so it seems i have still issues trying to install and build all the dependencies. Another problem seemed to be contradictory dependencies? So the package noether requires libvtk7. But as soon as Ubuntu automatically wants to install the library through I tried downgrading python3-vtk9 to python-vtk7. But it seems to automatically upgrade again when i try to build the workspace. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have set everything ready, I could build every package, but how do I get started with this pkg, how and where is the mesh file that is scanned, I tried the snp_blending launch "start.launch.xml", which is not showing up the simulated-real sense camera topics, and how should I use the snp_application app. Is there any documentation for this package, I could only find the node computation graph image(PNG) in docs, Thanks |
Beta Was this translation helpful? Give feedback.
-
Im sorry if this may be a stupid Question, but I'm pretty much a beginner in ROS so I'm easily confused.
What ROS version does this run in? Does this run through foxy?
Also, how do i install this package and run one of the examples? Do i have to merge the packages into one singe package and then run the colcon build?
Beta Was this translation helpful? Give feedback.
All reactions