Skip to content
Snippets Groups Projects
Commit 351c5fab authored by Simon Wittl's avatar Simon Wittl
Browse files

README.md update

parent bf5b41ae
No related branches found
No related tags found
No related merge requests found
{
"python.autoComplete.extraPaths": [
"/mnt/c/dev/rq_workflow/install/rq_ddetection/lib/python3.10/site-packages",
"/mnt/c/dev/rq_workflow/install/ct_trajectory_optimization/lib/python3.10/site-packages",
"/opt/ros/humble/lib/python3.10/site-packages",
"/opt/ros/humble/local/lib/python3.10/dist-packages"
"c:\\dev\\rq_workflow\\install\\Lib\\site-packages",
"C:\\ci\\ws\\install\\lib\\python3.8\\dist-packages",
"C:\\dev\\ros2_humble\\Lib\\site-packages",
""
],
"python.analysis.extraPaths": [
"/mnt/c/dev/rq_workflow/install/rq_ddetection/lib/python3.10/site-packages",
"/mnt/c/dev/rq_workflow/install/ct_trajectory_optimization/lib/python3.10/site-packages",
"/opt/ros/humble/lib/python3.10/site-packages",
"/opt/ros/humble/local/lib/python3.10/dist-packages"
"c:\\dev\\rq_workflow\\install\\Lib\\site-packages",
"C:\\ci\\ws\\install\\lib\\python3.8\\dist-packages",
"C:\\dev\\ros2_humble\\Lib\\site-packages",
""
],
"cmake.ignoreCMakeListsMissing": true
}
\ No newline at end of file
......@@ -8,9 +8,11 @@ Main repo for the RoboQuality project. Every workpackages is organized in an own
2. Install ROS2 Humble (LTS version):
https://docs.ros.org/en/rolling/Releases/Release-Humble-Hawksbill.html
3. Sources ROS2
4. Build the modules. Use the following command from the main folder of this repo:
4. Install ros2-numpy
https://github.com/nitesh-subedi/ros2_numpy -> modify `setup.py` for python 3.8 if used on win
5. Build the modules. Use the following command from the main folder of this repo:
```colcon build . ```
5. Launch all or single modules.
6. Launch all or single modules.
### Folder Structure (after building)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment