Go to file
2023-06-21 19:21:38 +02:00
.devcontainer added description | robot publisher 2023-06-21 19:21:38 +02:00
.vscode project builds 2022-09-21 18:10:39 +02:00
config added description | robot publisher 2023-06-21 19:21:38 +02:00
src added description | robot publisher 2023-06-21 19:21:38 +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
code.py added description | robot publisher 2023-06-21 19:21:38 +02:00
compose.foxglove.yaml added description | robot publisher 2023-06-21 19:21:38 +02:00
compose.ros2aria.yaml added description | robot publisher 2023-06-21 19:21:38 +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
fastdds.xml added description | robot publisher 2023-06-21 19:21:38 +02:00
Makefile added description | robot publisher 2023-06-21 19:21:38 +02:00
node_info_ros1.txt add a script that builds the dev container 2021-05-20 12:04:42 +00:00
pioneer3dx.urdf added description | robot publisher 2023-06-21 19:21:38 +02:00
README.md added description | robot publisher 2023-06-21 19:21:38 +02:00
ros_entrypoint.sh Reviewed old package 2022-07-19 21:25:18 +02:00
run.sh added description | robot publisher 2023-06-21 19:21:38 +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