Go to file
Jakub Delicat 4c6f618a1a fixed id
Signed-off-by: Jakub Delicat <delicat.kuba@gmail.com>
2023-08-17 10:14:43 +02: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 update 2023-07-12 10:55:59 +02:00
src fixed id 2023-08-17 10:14:43 +02:00
.env Added pioneer_id parameter 2022-09-29 12:22:30 +02: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
build_devcontainer.sh added description | robot publisher 2023-06-21 19:21:38 +02:00
compose.foxglove.master.yaml update 2023-07-12 10:55:59 +02:00
compose.foxglove.user.yaml update 2023-07-12 10:55:59 +02:00
compose.hokuyo.yaml update 2023-07-12 10:55:59 +02:00
compose.ros2aria.yaml update 2023-07-12 10:55:59 +02:00
Dockerfile added description | robot publisher 2023-06-21 19:21:38 +02: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.rosbridge update 2023-07-12 10:55:59 +02:00
fastdds.xml added description | robot publisher 2023-06-21 19:21:38 +02:00
Makefile update 2023-07-12 10:55:59 +02:00
pioneer3dx.urdf update 2023-07-12 10:55:59 +02:00
README.md added description | robot publisher 2023-06-21 19:21:38 +02:00
rescrictions_republisher.py update 2023-07-12 10:55:59 +02:00
ros_entrypoint.sh Reviewed old package 2022-07-19 21:25:18 +02:00
rosbridge_websocket_launch.xml update 2023-07-12 10:55:59 +02: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

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