-
Notifications
You must be signed in to change notification settings - Fork 7
Labels
object avoidancesimulatorrelated to our Gazebo simulationrelated to our Gazebo simulationtest on rover before review
Description
Goal
Connect Nav2 to the new LiDAR system.
Summary
We're replacing our depth camera with LiDAR! We can safely rip out the zed package we created and replace it with lidar or something similar.
LiDAR requires much less processing power to get useful results, and the processing is much more accessible, too. A lot less code is required.
Checklist
Complete all these sub-tasks to complete this issue!
(these steps will probably change a bit when we get the actual LiDAR unit in hand)
- Vendor the
unilidar_sdkinto our repo- Clone it and make it not a repo:
cd src/ && git clone https://github.com/unitreerobotics/unilidar_sdk && cd unilidar_sdk && rm -rfd .git - Remove all references to Windows
- Remove ROS 1 stuff
- Clone it and make it not a repo:
- Configure Nav2 to use the
sensor_msgs::msg::PointCloud2that theunitree_lidar_ros2::unitree_lidar_ros2_nodecreates - Replace the simulator's depth camera with a LiDAR unit
- YEEEEEEES I'VE BEEN WAITING FOR THIS
- Test + iterate until it works on the simulator
- Test + iterate until it works on the Rover ;D
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
object avoidancesimulatorrelated to our Gazebo simulationrelated to our Gazebo simulationtest on rover before review
Type
Projects
Status
Todo