Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
PPC-BSC
Software
Masa Protocol
Commits
fd9436cf
Commit
fd9436cf
authored
Feb 15, 2022
by
vmasip
Browse files
camera_id and object id to int array
parent
4dc82f97
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/objects.hpp
View file @
fd9436cf
...
...
@@ -58,11 +58,11 @@ struct RoadUserOrig{
};
struct
RoadUser
{
std
::
vector
<
u
int
16_t
>
camera_id
;
std
::
vector
<
int
>
camera_id
;
float
latitude
;
float
longitude
;
float
precision
;
//in meter
std
::
vector
<
u
int
16_t
>
object_id
;
//local tracker id
std
::
vector
<
int
>
object_id
;
//local tracker id
uint8_t
speed
;
uint8_t
orientation
;
Categories
category
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment