Skip to content

Commit

Permalink
[Misc] Update rosbag
Browse files Browse the repository at this point in the history
  • Loading branch information
hridaybavle committed Feb 26, 2025
1 parent 9cd1a7d commit a2bd3a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .real_mprocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
procs:
rosbag:
shell: 'bash -c "source ~/workspaces/s_graphs/install/setup.bash && sleep 2 && ros2 bag play ~/Downloads/real/AutoSenseBag2_2024_12_03-14_55_03_0.db3"'
shell: 'bash -c "source ~/workspaces/s_graphs/install/setup.bash && sleep 2 && ros2 bag play ~/Downloads/real/main_building_2_floors.db3"'
autostart: true
stop:
send-keys: ["<C-c>"]
Expand Down
4 changes: 2 additions & 2 deletions docs/2.datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

!!! info "Dataset Download"

Download real dataset using this [link](https://uniluxembourg-my.sharepoint.com/:u:/g/personal/joseluis_sanchezlopez_uni_lu/EZryslkYSpRIqg-uLbKa_PIBTwI85eXo5u6i5xDxWwPtMg?e=qhJIJw) and store it in the folder `~/Downloads/real`, the below mprocs script will not work otherwise.
Download real dataset using this [link](https://uniluxembourg-my.sharepoint.com/:u:/g/personal/joseluis_sanchezlopez_uni_lu/Ea35rS7rZXxDqxFMITM-xL4BWbz4a2OBtNb9kyeurJbNMg?e=auGZXW) and store it in the folder `~/Downloads/real`, the below mprocs script will not work otherwise.

```bash
cd $HOME/workspaces/s_graphs && mprocs --config .real_mprocs.yaml
```
```
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pip3 install -r requirements.txt
rosdep install --from-paths . -y --ignore-src -r

# - Importing all dependencies
colcon build --symlink-install
colcon build --symlink-install --cmake-args -DUSE_RGB_CLOUD=ON

# - Sourcing the workspace
source install/setup.bash

0 comments on commit a2bd3a7

Please sign in to comment.