Go to file
Jakub Delicat 1984ce99fd +x
Signed-off-by: Jakub Delicat <jakub.delicat@pwr.edu.pl>
2024-11-15 19:35:10 +01:00
.devcontainer added description | robot publisher 2023-06-21 19:21:38 +02:00
.vscode fixed id 2023-08-17 10:14:43 +02:00
config cyclonedds config 2024-11-15 19:34:32 +01:00
husarion_utils cyclonedds config 2024-11-15 19:34:32 +01:00
src set firmware units 2024-01-18 17:02:56 +01:00
.env cyclonedds config 2024-11-15 19:34:32 +01:00
.gitignore add makefile for easy uploading and running on the robot 2021-04-30 13:48:36 +00:00
.gitmodules Aria hello world 2021-03-19 14:33:48 +01:00
10-cyclone-max.conf cyclonedds config 2024-11-15 19:34:32 +01:00
build_devcontainer.sh cyclonedds config 2024-11-15 19:34:32 +01:00
compose.decawave.yaml cyclonedds config 2024-11-15 19:34:32 +01:00
compose.hokuyo.yaml cyclonedds config 2024-11-15 19:34:32 +01:00
compose.navigation2.yaml cyclonedds config 2024-11-15 19:34:32 +01:00
compose.ros2aria.yaml cyclonedds config 2024-11-15 19:34:32 +01:00
cyclonedds_pc.xml cyclonedds config 2024-11-15 19:34:32 +01:00
cyclonedds.xml cyclonedds config 2024-11-15 19:34:32 +01:00
docker-compose@.service cyclonedds config 2024-11-15 19:34:32 +01:00
Dockerfile.aria added description | robot publisher 2023-06-21 19:21:38 +02:00
Dockerfile.devcontainer Reviewed old package 2022-07-19 21:25:18 +02:00
Dockerfile.hokuyo update 2023-07-12 10:55:59 +02:00
Dockerfile.pioneer cyclonedds config 2024-11-15 19:34:32 +01:00
fastdds.xml added description | robot publisher 2023-06-21 19:21:38 +02:00
install.sh +x 2024-11-15 19:35:10 +01:00
Makefile cyclonedds config 2024-11-15 19:34:32 +01:00
pioneer_status.py cyclonedds config 2024-11-15 19:34:32 +01:00
README.md cyclonedds config 2024-11-15 19:34:32 +01:00
run.sh added description | robot publisher 2023-06-21 19:21:38 +02:00
wymagania.md update 2023-07-12 10:55:59 +02:00

Instruction on station

FastRTPS

Export discovery server configuration file:

export FASTRTPS_DEFAULT_PROFILES_FILE=$(pwd)/fastdds.xml

Export discovery server ip:

export ROS_DISCOVERY_SERVER=10.104.16.240:11811

Export fastdds ros middleware implementation:

export RMW_IMPLEMENTATION=rmw_fastrtps_cpp

Restart ROS 2 daemon:

ros2 daemon stop
ros2 daemon start

Cyclonedds

export CYCLONEDDS_URI=file://$(pwd)/cyclonedds_pc.xml
export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp

Restart ROS 2 daemon:

ros2 daemon stop
ros2 daemon start