You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Optional) Router's WAN port connected to network switch (big machine with a lot of ethernet ports) if you want the PC to access the internet
Router's IP: 192.168.12.1 (found using ip route show defalt)
Router User/Pass at IP: admin/Civil01! (i.e. login deets located on the router)
PC's IP: 192.168.12.2
Connect to RUT950 network to ssh to the pc
02/09/24 Log
enp2s0 is the network interface where the lidar is connected (as of 02/09/24).
enp2s0 shows "unmanaged", following these instructions:
Fix internet connection. Use sudo systemctl restart systemd-networkd to reset network
Configuration at 192.168.1.201 should be similar to what we have for the twizy. But the current config shows motor state and laser being off.
To Launch velodyne:
First terminal: ros2 launch velodyne_driver velodyne_driver_node-VLP32C-launch.py
Second terminal: ros2 launch velodyne_pointcloud velodyne_transform_node-VLP32C-launch.py
Issue: first command trys to poll(), which isn't a good sign.
Essentially the same as tasks as for the completed twizy issue.
Ensure the following sensors are accessible and can be launch via ROS 2:
The text was updated successfully, but these errors were encountered: