Skip to content
Snippets Groups Projects
Commit efc1da10 authored by René Ebeling's avatar René Ebeling
Browse files

Fix requirements file path in installation instructions and mark subproject as dirty

parent c548c678
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ Ensure you have the following installed on your system: ...@@ -23,7 +23,7 @@ Ensure you have the following installed on your system:
cd ~/robot-sensor/Install_Documentation/ cd ~/robot-sensor/Install_Documentation/
``` ```
```bash ```bash
pip install -r /requirements.txt pip install -r requirements.txt
``` ```
3. **Build the Workspace**: 3. **Build the Workspace**:
......
...@@ -6,5 +6,4 @@ trimesh>=4.6.8 ...@@ -6,5 +6,4 @@ trimesh>=4.6.8
scipy>=1.8.0 scipy>=1.8.0
sensor_msgs_py>=4.2.3 sensor_msgs_py>=4.2.3
std_msgs>=4.2.3 std_msgs>=4.2.3
tf2_ros>=0.25.12
rtree>=1.4.0 rtree>=1.4.0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment