Skip to content

Commit

Permalink
Update tests to run on Ubuntu 24 and Jazzy (try again).
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisl8 committed Oct 7, 2024
1 parent c994de6 commit ef3ec15
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Node Script Tests

on:
push:
branches: [ noetic ]
branches: [ jazzy ]
paths:
- "node/**"
pull_request:
branches: [ noetic ]
branches: [ jazzy ]
paths:
- "node/**"
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/react.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: React Build Test

on:
push:
branches: [ noetic ]
branches: [ jazzy ]
paths:
- "website/**"
pull_request:
branches: [ noetic ]
branches: [ jazzy ]
paths:
- "website/**"
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Setup Script Test

on:
push:
branches: [ noetic ]
branches: [ jazzy ]
workflow_dispatch:
inputs:
logLevel:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Node Script Tests](https://github.com/chrisl8/ArloBot/actions/workflows/node.js.yml/badge.svg)](https://github.com/chrisl8/ArloBot/actions/workflows/node.js.yml)
[![React Build Test](https://github.com/chrisl8/ArloBot/actions/workflows/react.js.yml/badge.svg)](https://github.com/chrisl8/ArloBot/actions/workflows/react.js.yml)
[![Setup Script Test](https://github.com/chrisl8/ArloBot/actions/workflows/setup-noetic.yml/badge.svg)](https://github.com/chrisl8/ArloBot/actions/workflows/setup-noetic.yml)
[![Setup Script Test](https://github.com/chrisl8/ArloBot/actions/workflows/setup-jazzy.yml/badge.svg)](https://github.com/chrisl8/ArloBot/actions/workflows/setup-noetic.yml)

**WARNING: The Jazzy setup branch DOES NOT WORK!!!**
I've started dabbling with converting my robot to work with ROS2 Jazzy, but this is a long road. Nothing here works yet!
Expand Down Expand Up @@ -79,7 +79,7 @@ I suggest setting a hostname, a user and password and your WiFi. The setup scrip
There is a script to install everything. Run:

```
bash <(wget -qO- --no-cache -o /dev/null https://raw.githubusercontent.com/chrisl8/ArloBot/noetic/setup-jazzy.sh)
bash <(wget -qO- --no-cache -o /dev/null https://raw.githubusercontent.com/chrisl8/ArloBot/jazzy/setup-jazzy.sh)
```

Be sure to read the instructions that the script will print at the end about editing the config files in `~/.arlobot/`
Expand Down
2 changes: 1 addition & 1 deletion arlobot_ros/launch/slam_toolbox.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<!-- Based on /opt/ros/noetic/share/slam_toolbox/online_async.launch -->
<!-- Based on /opt/ros/jazzy/share/slam_toolbox/online_async.launch -->

<!-- async vs. sync advice: -->
<!-- https://github.com/SteveMacenski/slam_toolbox/pull/226#issuecomment-666630778 -->
Expand Down

0 comments on commit ef3ec15

Please sign in to comment.