Takashi SHINODA

Results 2 comments of Takashi SHINODA

I had the same issue. I was able to run after doing following. ``` export ROS_LOCALHOST_ONLY=1 export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp sudo sysctl -w net.core.rmem_max=2147483647 sudo ip link set lo multicast on touch...

I have tested many time for building autoware environment. There seem to be some problem for the official set up. The environment in `autoware/amd64.env` is as follows. ``` rosdistro=humble rmw_implementation=rmw_cyclonedds_cpp...