Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sync upstream #63

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions aichallenge/record_rosbag.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

source /aichallenge/workspace/install/setup.bash
ros2 bag record -a -x "(/racing_kart/.*|/to_can_bus|/from_can_bus)"
2 changes: 1 addition & 1 deletion remote/scan_ip_addr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"A4": "a8:43:a4:54:aa:63",
"A5": "c0:4b:24:c0:fc:fc",
"A6": "c0:4b:24:02:5d:55",
"A7": "c0:4b:24:02:9a:41",
"A7": "c0:4b:24:c1:03:de",
"A8": "c8:8a:d8:1e:b3:81",
}

Expand Down
2 changes: 1 addition & 1 deletion vehicle/zenoh.json5
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
//// - "regex" is a regular expression matching a Publisher interface name
//// - "float" is the maximum frequency in Hertz;
//// if publication rate is higher, downsampling will occur when routing.
// pub_max_frequencies: [".*/laser_scan=5", "/tf=10"],
pub_max_frequencies: ["/*=10"],

////
//// pub_priorities: Specify a list of priorities of publications routing over zenoh for a set of Publishers.
Expand Down