Closed a-stickan closed 2 years ago
I followed steps 1-4 and 6 (I haven't insallted Foxglove studio yet) and moved the joystick around. I assume the webserver is supposed to be publishing to /joy, but ros2 topic echo /joy
isn't printing anything and rosbridge
is throwing this error:
[rosbridge_websocket.py-1] [ERROR] [1657909217.991015537] [rosbridge_server]: [Client 9dcf9a7f-fb31-45cd-8ad4-eccf7deb3e9b] [id: publish:/joy:17505] publish: The 'axes' field must be a set or sequence and each value of type 'float' and each float in [-340282299999999994960115009090224128000.000000, 340282299999999994960115009090224128000.000000]
Description
This PR does the following:
Fixes #42, #43, #24
Testing steps
ros2 launch urc_teleop websocket.launch.py
python3 -m http.server
inurc_teleop/gui
ros2 launch urc_gazebo simulation.launch.py
ws://localhost:9090
http://127.0.0.1:8000
Expectations:
Self Checklist
ament_uncrustify --reformat