Skip to content

Commit

Permalink
Merge pull request #60 from ETHZ-RobotX:feature/update-docs
Browse files Browse the repository at this point in the history
Add solutions to trajopt tutorial
  • Loading branch information
deepanaishtaweera authored Jul 2, 2024
2 parents e078f61 + 62ff1ea commit 13f13f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ If you have downloaded the ROS bag files to your local machine and are using Mac
2. Copy the ROS bag file into the Docker container, replacing `<NAME-OF-CONTAINER>` with the actual name of the Docker container and `/path/to/your/rosbag.bag` with the path to the ROS bag file on your local machine:

```bash
docker cp /path/to/your/rosbag.bag <NAME-OF-CONTAINER>:/workspaces/rss_workspace/src/rosbags/
docker cp /path/to/your/rosbag.bag <NAME-OF-CONTAINER>:/workspaces/rss_workspace/src/path_to_bag_storage
```

{: .note}
Expand Down Expand Up @@ -118,6 +118,7 @@ If you have downloaded the ROS bag files to your local machine and are using Mac
> ```
> roscore
> ```
> Note that detection in Docker will not be as effective as on the actual SMB due to the lack of a GPU and the use of ONNX with custom pre and post-processing.

---

Expand Down
2 changes: 1 addition & 1 deletion docs/rss/tutorials/state_estimation_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $ rosbag play <path_to_bagfile>/outdoor_2023-06-16-11-39-50_smb263.bag --clock -
>
> - What can you observe qualitatively?
The corresponding plots are then saved on your computer in `~/smb_msf_graph/tutorial/rss_plots`. Inspect them.
The corresponding plots are then saved on your computer in `smb_msf_graph/tutorial/rss_plots`. Inspect them.

{: .question-title}
> **Question 3**
Expand Down

0 comments on commit 13f13f4

Please sign in to comment.