Skip to content
Snippets Groups Projects
Commit 99591d8b authored by Walter Lozano's avatar Walter Lozano Committed by Emanuele Aina
Browse files

Release rhosydd version 0.2021.3


Sync the v2021 and v2022+ branches, merging fixes that got landed to
diverging histories.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parents 4bf6e5c4 744d73ad
No related branches found
No related tags found
3 merge requests!34Merge changes from apertis/v2021-updates into apertis/v2021,!32v2021: Merge v2023dev2,!31Merge branch v2021
Pipeline #626743 canceled
......@@ -16,22 +16,22 @@
"description": "Latereal vehicle accelaration",
"type": "Int32",
"id": 54,
"unit": "cm/s2",
"unit": "cm/s2"
},
"X":
{
"description": "Longitudinal vehicle acceleration",
"type": "Int32",
"id": 53,
"unit": "cm/s2",
},
"unit": "cm/s2"
},
"Pitch":
{
"description": "Vehicle rotation rate along lateral",
"id": 57,
"type": "Int16",
"unit": "degree/s",
}
"unit": "degree/s"
}
}
},
"Speed":
......@@ -41,8 +41,8 @@
"max": 250,
"type": "UInt16",
"id": 49,
"unit": "km/h",
}
"unit": "km/h"
}
}
},
"private":
......@@ -61,26 +61,24 @@
{
"description": "Speed lock spevi ../ed lock status",
"type": "Boolean",
"id": 240,
"id": 240
},
"SpeedLimitLow":
{
"description": "Minimum speed limit of the area",
"type": "UInt16",
"id": 241,
"unit": "km/h",
},
"unit": "km/h"
},
"SpeedLimitHigh":
{
"description": "Maximum speed limit of the area",
"type": "UInt16",
"id": 242,
"unit": "km/h",
}
"unit": "km/h"
}
}
}
}
}
}
}
......@@ -58,7 +58,7 @@ void parse_json_object (json_object *object)
{
signal_name = (char*) realloc (signal_name,
strlen(signal_name) +
strlen(key) + 1);
strlen(key) + 2);
strcat (signal_name, ".");
strcat (signal_name, key);
}
......
rhosydd (0.2021.3) apertis; urgency=medium
* Sync the v2021 and v2022+ branches, merging fixes that got landed to
diverging histories.
-- Walter Lozano <walter.lozano@collabora.com> Thu, 24 Mar 2022 16:56:17 -0300
rhosydd (0.2021.2) apertis; urgency=medium
* backends: speedo: Fix memory reallocation size.
-- Detlev Casanova <detlev.casanova@collabora.com> Tue, 14 Dec 2021 09:49:01 +0500
rhosydd (0.2021.1) apertis; urgency=medium
* Fix trailing commas on speedo_attributes.json file.
-- Sudarshan C P <sudarshan.cp2@in.bosch.com> Fri, 08 Oct 2021 05:38:52 +0000
rhosydd (0.2020.3co1) apertis; urgency=medium
[ hattihalbasavanagowda.chethan ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment