sudo apt-get install ros-melodic-teleop-twist-joy
roscore
roslaunch teleop_twist_joy teleop.launch
rostopic echo /joy
python udp_client_dict.py
python udp_server_dict.py
This is Python code for UDP communication from Ubuntu(Server) to Window(Client)
sudo apt-get install ros-melodic-teleop-twist-joy
roscore
roslaunch teleop_twist_joy teleop.launch
rostopic echo /joy
python udp_client_dict.py
python udp_server_dict.py
This is Python code for UDP communication from Ubuntu(Server) to Window(Client)