Skip to content

Commit ff826a0

Browse files
committed
Replace quic-qrb-ros with qualcomm-qrb-ros
Signed-off-by: Jiaxing Shi <jiaxshi@qti.qualcomm.com>
1 parent 0cac37f commit ff826a0

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

.github/actionlint.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
self-hosted-runner:
2-
# Labels of self-hosted runner in array of strings.
3-
labels: [self-hosted, x86]
4-
5-
# Configuration variables in array of strings defined in your repository or
6-
# organization. `null` means disabling configuration variables check.
7-
# Empty array means no configuration variable is allowed.
8-
config-variables: null
9-
10-
# Configuration for file paths. The keys are glob patterns to match to file
11-
# paths relative to the repository root. The values are the configurations for
12-
# the file paths. Note that the path separator is always '/'.
13-
# The following configurations are available.
14-
#
15-
# "ignore" is an array of regular expression patterns. Matched error messages
16-
# are ignored. This is similar to the "-ignore" command line option.
17-
paths:
18-
.github/workflows/**/*.{yml,yaml}:
1+
self-hosted-runner:
2+
# Labels of self-hosted runner in array of strings.
3+
labels: [self-hosted, x86]
4+
5+
# Configuration variables in array of strings defined in your repository or
6+
# organization. `null` means disabling configuration variables check.
7+
# Empty array means no configuration variable is allowed.
8+
config-variables: null
9+
10+
# Configuration for file paths. The keys are glob patterns to match to file
11+
# paths relative to the repository root. The values are the configurations for
12+
# the file paths. Note that the path separator is always '/'.
13+
# The following configurations are available.
14+
#
15+
# "ignore" is an array of regular expression patterns. Matched error messages
16+
# are ignored. This is similar to the "-ignore" command line option.
17+
paths:
18+
.github/workflows/**/*.{yml,yaml}:
1919
ignore: []

.github/workflows/cpp-code-style-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
if [ ! -f ./.clang-format ]; then
1919
echo "No .clang-format found, will use default configuration"
20-
curl -o .clang-format https://raw.githubusercontent.com/quic-qrb-ros/.github/main/code-style-profiles/.clang-format
20+
curl -o .clang-format https://raw.githubusercontent.com/qualcomm-qrb-ros/.github/main/code-style-profiles/.clang-format
2121
fi
2222
2323
- name: Check code style

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ qrb_ros_benchmark is a ros package that extends the functionality of opensource
44

55
## Overview
66

7-
qrb_ros_benchmark is a ros package that extends the functionality of opensource ros2_benchmark package. qrb_ros_benchmark supports testing the performance of ROS nodes after accelerating by the dmabuf_transport / qrb_ros_transport function. [QRB ROS Transport](https://github.com/quic-qrb-ros/qrb_ros_transport), it leverages type adaption and intra process communication to optimize message formats and dramatically accelerate communication between participating nodes.
7+
qrb_ros_benchmark is a ros package that extends the functionality of opensource ros2_benchmark package. qrb_ros_benchmark supports testing the performance of ROS nodes after accelerating by the dmabuf_transport / qrb_ros_transport function. [QRB ROS Transport](https://github.com/qualcomm-qrb-ros/qrb_ros_transport), it leverages type adaption and intra process communication to optimize message formats and dramatically accelerate communication between participating nodes.
88

99

1010
## Build
@@ -17,13 +17,13 @@ Currently, we only support use QCLINUX to build
1717

1818
3. Clone this repository under `<qirp_decompressed_workspace>/qirp-sdk/ros_ws`
1919
```bash
20-
git clone https://github.com/quic-qrb-ros/lib_mem_dmabuf.git
21-
git clone https://github.com/quic-qrb-ros/qrb_ros_imu.git
22-
git clone https://github.com/quic-qrb-ros/qrb_ros_transport.git
23-
git clone https://github.com/quic-qrb-ros/dmabuf_transport.git
24-
git clone https://github.com/quic-qrb-ros/qrb_ros_tensor_list_msgs.git
20+
git clone https://github.com/qualcomm-qrb-ros/lib_mem_dmabuf.git
21+
git clone https://github.com/qualcomm-qrb-ros/qrb_ros_imu.git
22+
git clone https://github.com/qualcomm-qrb-ros/qrb_ros_transport.git
23+
git clone https://github.com/qualcomm-qrb-ros/dmabuf_transport.git
24+
git clone https://github.com/qualcomm-qrb-ros/qrb_ros_tensor_list_msgs.git
2525
git clone https://github.com/NVIDIA-ISAAC-ROS/ros2_benchmark.git
26-
git clone https://github.com/quic-qrb-ros/qrb_ros_benchmark.git
26+
git clone https://github.com/qualcomm-qrb-ros/qrb_ros_benchmark.git
2727
```
2828

2929
4. Add dependencies in ros2_benhcmark/ros2_benchmark/CMakeLists.txt
@@ -81,7 +81,7 @@ a.Run with command
8181

8282
## Acceleration Performance Test
8383

84-
This package is based on ROS2 Benchmark, and additional support to test the [QRB ROS Transport](https://github.com/quic-qrb-ros/qrb_ros_transport) optimize message formats and accelerate communication between participating nodes.
84+
This package is based on ROS2 Benchmark, and additional support to test the [QRB ROS Transport](https://github.com/qualcomm-qrb-ros/qrb_ros_transport) optimize message formats and accelerate communication between participating nodes.
8585

8686
## Packages
8787

0 commit comments

Comments
 (0)