IIT-Bombay-Racing-Driverless / trainee_module

0 stars 2 forks source link

Add the fs_msgs package with a `Test.msg` #15

Open sethigeet opened 4 months ago

sethigeet commented 4 months ago

Adds a custom message package called fs_msgs with a message named Test with the following schema:

Test {
  data ObservationRangeBearing
  cones Cone[]
}

Fixes #7

PyroSage commented 4 months ago

Seems good, @Vishwam008 can you confirm?