Skip to content

June 1, 2021

Will Heitman edited this page Oct 30, 2021 · 3 revisions

If I missed something, click the "Edit" button and add it in! -Will

Future week⟶


Puzzle pieces

Task flowchart

What people are working on

Kyle and Grace

  • Lanelet map of campus test area split into two files (full and simplified).
  • .osm (OpenStreetMap) file being edited to work with Autoware (add speed limits, "participant:vehicle" tags)

What Grace and Kyle have so far

Above: What Grace and Kyle have so far. Looking good!

Egan

  • Was able to fuse Lidar data on actual car from rear and front sensors
  • Downsampling of Lidar data might hurt accuracy of some algorithms, e.g. object detection
  • Physical properties of vehicle (like location of Lidar sensors) need to be measured and parameters tweaked so that some algorithms, like Lidar fusion, produce accurate results.

Cristian

  • The MPC controller sends vehicle commands, but the steering field of each command is 0. Why?
  • There are parameters for min and max steering angles that we should set.
  • How should steering angles be represented? Josh wants steering angles as 8 bit values.

Vishvak

  • Inspecting vehicle tomorrow (June 2) to get idea for how a steering angle sensor mount can be modeled.
  • Will model sensor mount, see Issue #15
  • Might possibly work on URDF (physical properties of vehicle)

Josh (sadly absent)

  • Finalizing steering interface and CAN code-- just merged CAN code into snazzy new repo
  • Needs steering angle from a steering angle sensor in order to send accurate steering commands
  • Might be able to help with creating 3D campus map

Will

  • Finally got remote simulation working (thanks, Cristian)
  • Continuing with Demo 0, switching map from parking lot to Borregas Ave
    • That involves creating, rotating, and aligning a pointcloud map with an existing lanelet2 map... Right now the two maps are misaligned, and so localization is broken

Borregas Ave pointcloud map

Above: Pointcloud map of Borregas Ave (from simulator), below: detail-- notice the regular grid created by the downsampler node Borregas Ave pointcloud map detail

Other news


Future week⟶

Clone this wiki locally