You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Start adding Jazzy docs
* Change Nav2 links to docs.nav2.org. Addresses #23
* Update README with changes for Ubuntu 24.04, modify the debug configuration to use the remote theme
* Bump major version for Jazzy
* More jazzy sections added
* Fix bad tab delimiter, update visualization package
* Add Jazzy section to create3.md
* Add a note about firmware versions needing to match the ROS release
* Remove the note about letter prefixes; it doesn't matter
* Add a deprecation notice to all Galactic tabs
* Add a full stop
* More full stops
* Use the styled warning box for the galactic deprecation notices
* Add deprecation notice to the main galactic page
* Add more Jazzy sections
* Add a note about the firmware being DDS-specific in Jazzy
* Move the deprecation notice below the title
* Update Jazzy changelog
* Update jazzy package versions
* Fix the Create3 firmware version
* Add a note about needing wireless equipment that provides 2.5 and 5 GHz
* Fix missing Jazzy section for discovery server
* Update discovery server & simple discovery instructions for Jazzy
* Add a note for Jazzy and Humble about NOT using the `_do_not_use` namespace
* Make sensor installation instructions generic with ROS_DISTRO envar, remove mostly-duplicate tabs. Use `` instead of ** for ros topics
* Consolidate more sections, remove duplicate debian install instructions for the simulation
* More tab consolidations
* Add an additional note about choosing the correct RMW implementation in the firmware installation section
* Add a note to the bash setup table about RMW implementation needing to match the firmware
* Add a section for the Reset Create3 setup menu item
* Add disable-diagnostics tab for jazzy
* Add sourcing-jazzy tab
* Add tabs for the Create3 topics not being visible, rewrite that section for Jazzy
* Forgot to save before last commit
* Consolidate keyboard teleop tabs by using envars
* Add Jazzy sections to the first-node examples
* Add jazzy slam
* Add jazzy nav2
* Add jazzy tabls for navigation, reword missing galactic tutorial notices
* Remove theme lines that are already in _config.yaml
* Remove command that's already in Makefile
* Add `make update` to build commands
* Update simple discovery networking for Jazzy
* Remove superfluous line breaks
* Revert to separate bash commands for each distro's SD card; the humble images aren't compatible with the jazzy script and vice-versa
* Add instructions for how to disconnect the create3 from wifi
* Fix photo captions
* Use the turtlebot4-setup tool for configuring the create3, reword jazzy & humble sections to indicate that we're confirming settings, not that we're applying them
* Reword the part about network topology being the same for simple & server in jazzy
* Specify that the command should be run over SSH on the Turtlebot 4
* Add galactic deprecation notice
* Use the new view_navigation launch file for Jazzy
* Update view_model, view_robot launch file instructions for navigation & multiple robots
* Remove the LLM tutorial for Galactic
* Revert debian installation instructions for the simulator to use tabs
* Revert desktop debian installation to use tabs
* Revert teleop-twist-keyboard installation to use tabs
* Add paragraph break
* More paragraph breaks
* More paragraph breaks
* More paragraph breaks
* ignition-bringup -> gazebo-bringup for relative links
* Remove nested tabs
Copy file name to clipboardexpand all lines: README.md
+14-15
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This repository contains the source code for building the Turtlebot4 User Manual
4
4
5
5
## Build
6
6
7
-
To build the Turtlebot4's User Manual locally, first [install Ruby version 2.7.7](https://gorails.com/setup/ubuntu/22.04)
7
+
To build the Turtlebot4's User Manual locally, first [install Ruby version 3.2](https://gorails.com/setup/ubuntu/24.04)
8
8
9
9
You can check your ruby the version using:
10
10
```bash
@@ -14,26 +14,24 @@ Ensure that it is showing the correct version.
14
14
15
15
<p>
16
16
<details>
17
-
<summary><b>Using Ruby 3+</b></summary>
18
-
Ruby 3+ isn't recommended due to [this issue](https://talk.jekyllrb.com/t/error-no-implicit-conversion-of-hash-into-integer/5890/2). Unfortunately, Ruby 3+ is required for `sass-converter` to be installed; a dependency of jekyll. If you don't want to (or can't) juggle multiple Ruby versions, you can run this patch to fix Ruby 3+ such that it works with Github Pages.
19
-
20
-
```shell
21
-
sudo sed -i.bak 's/, kwd/, **kwd/'$(gem which pathutil)
By default, Ubuntu 24.04 uses a debian-packaged version of Ruby, which installs gems to a root-owned path. This makes installing additional gems problematic.
19
+
To work around this issue, run the following commands:
0 commit comments