...
bash:
export ROS_LOCALHOST_ONLY=0
export ROS_DOMAIN_ID=42
export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
sudo systemctl restart network-manager
sudo pppd call ros2
ROS_IP=10.0.0.2 ros2 topic echo /talkerwill be added later today
Using rmw_fastrtps_cpp
sudo apt update
sudo apt install ros-galactic-rmw-fastrtps-cpp ros-galactic-rmw-fastrtps-dynamic-cpp
Testing Steps:
- Send Ros2 Messages over comms
- Setup publisher and subscriber for Twist messages
- Integrate sent messages with CAN
- Control motor through Xbox Remote
...