igvc-software icon indicating copy to clipboard operation
igvc-software copied to clipboard

The code base for the RoboNav team's IGVC robot.

Results 84 igvc-software issues
Sort by recently updated
recently updated
newest added
trafficstars

With the modifications to the local and global costmap over the year, they've grown increasingly complex. We need comments for every layer and their important parameters. AC: Layers for the...

area ➤ mapping
level ➤ easy
type ➤ documentation

AC: Implement the changes outlined in the design document #701

type ➤ new feature
level ➤ medium
type ➤ refactor
area ➤ misc

For the new joystick node, we should create a design document to outline all the new features that it will have. AC: Design document for the new joystick node that...

level ➤ medium
area ➤ misc
type ➤ design document

Our current joystick node's control style, ie. tank drive, is hard to drive around with. It could do some upgrading and improvements. AC: Better joystick node.

type ➤ new feature
level ➤ medium
Epic
type ➤ refactor
type ➤ design document

More DNN ideas lmao. Having access to the heightmap through #672 means that we've got a whole new source of data to play with. Useful [blog post](https://towardsdatascience.com/the-state-of-3d-object-detection-f65a385f67a8) on RV and...

type ➤ new feature
area ➤ neural network
level ➤ hard
type ➤ research

Range View (RV) is one method of using lidar data for semantic segmentation. Since it "becomes" an image, it's very similar to semantic segmentation on normal images. We should try...

type ➤ new feature
area ➤ neural network
level ➤ hard
type ➤ research

There's #689 which tries to tackle the problem of the flat plane assumption for image projection using traditional CV techniques. Then, of course, there will always be a deep neural...

type ➤ new feature
area ➤ neural network
level ➤ hard
type ➤ research

Now that we have a heightmap from #672, I think it would be interesting to play with using the height information when doing our projection. Unlike #665, which assumes that...

type ➤ new feature
area ➤ computer vision
level ➤ hard

# Description Add design doc for a Neural Network based barrel segmentation algorithm. This PR does the following: - Add design doc Fixes #651

Now that we have a more in-depth diagnostics, it may be beneficial to add a reference doc for what different error messages mean and how they are triggered. A README...