File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 workflow_dispatch :
44 push :
55 branches :
6- - humble
6+ - main
77
88jobs :
99 paper :
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ submodules:
55 recursive : false
66
77build :
8- os : ubuntu-22 .04
8+ os : ubuntu-24 .04
99 tools :
1010 python : " 3.8" # doxysphinx python >= 3.8
1111 apt_packages :
1212 - graphviz
1313 jobs :
1414 post_install :
1515 # clone lbr_fri_ros2_stack, lbr_fri_idl, and fri through git via vcs
16- - vcs import doc/source --input https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/humble /lbr_fri_ros2_stack/repos-fri-1.15.yaml
16+ - vcs import doc/source --input https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/jazzy /lbr_fri_ros2_stack/repos-fri-1.15.yaml
1717 # unzip FRI-Client-SDK_Cpp.zip
1818 - unzip doc/source/fri/FRI-Client-SDK_Cpp.zip -d doc/source/fri/FRI-Client-SDK_Cpp
1919 # clone pyfri (non-recursive, i.e. skip pybind11 and fri)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ To build locally:
28284. Clone the ` lbr_fri_ros2_stack` , e.g. via (this uses [vcs](https://github.com/dirk-thomas/vcstool#how-to-install-vcstool))
2929
3030 ` ` ` shell
31- wget https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/humble /lbr_fri_ros2_stack/repos-fri-1.15.yaml
31+ wget https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/jazzy /lbr_fri_ros2_stack/repos-fri-1.15.yaml
3232 vcs import doc/source < repos-fri-1.15.yaml
3333 ` ` `
3434
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Contributing
22============
33If you wish to contribute to any of the projects, please refer to the guidelines for the respective repositories:
44
5- - `lbr_fri_ros2_stack <https://github.com/lbr-stack/lbr_fri_ros2_stack/blob/humble /.github/CONTRIBUTING.md >`_:octicon: `link-external `
5+ - `lbr_fri_ros2_stack <https://github.com/lbr-stack/lbr_fri_ros2_stack/blob/jazzy /.github/CONTRIBUTING.md >`_:octicon: `link-external `
66- `lbr_fri_idl <https://github.com/lbr-stack/lbr_fri_idl/blob/fri-1/.github/CONTRIBUTING.md >`_:octicon: `link-external `
77- `fri <https://github.com/lbr-stack/fri#contributing >`_:octicon: `link-external `
88- `pyfri <https://github.com/lbr-stack/pyfri/blob/main/.github/CONTRIBUTING.md >`_:octicon: `link-external `
You can’t perform that action at this time.
0 commit comments