navigator icon indicating copy to clipboard operation
navigator copied to clipboard

Navigator, our self-driving vehicle software stack

Results 102 navigator issues
Sort by recently updated
recently updated
newest added

Subscribes to `/carla/hero/vehicle_control_cmd` with message type [CarlaEgoVehicleControl](https://github.com/carla-simulator/ros-carla-msgs/blob/leaderboard-2.0/msg/CarlaEgoVehicleControl.msg). Then sends commands to throttle and brake systems. Merges the work of brake-by-wire and throttle-by-wire. - [ ] Add throttle by wire to...

Work with lib open drive to find most accurate path technique

The current RoutingGraph.shortest_path() function is very, very slow. We should modify it to accept a maximum search depth, since it is currently searching through the entire graph.

This node takes the weighted sum of each costmap layer to form a single, general-use costmap. This result, an OccupancyGrid message in the `map` frame, will be fed into the...

- [ ] Load pretrained model using PyTorch - [ ] Ensure input & output tensors are well-formed - [ ] Condense future frames into a single grid - [...