Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create luxgen_s5_2014.dbc #101

Merged
merged 3 commits into from
Oct 16, 2019
Merged

Create luxgen_s5_2014.dbc #101

merged 3 commits into from
Oct 16, 2019

Conversation

chinlin0924
Copy link
Contributor

No description provided.

SG_ TRANS_MODE : 8|8@1+ (1,0) [0|0] "" XXX
SG_ TRANS_GEAR_POS : 0|3@1+ (1,0) [0|1] "" XXX
SG_ ENGINE_RPM1 : 55|8@0+ (1,0) [0|255] "" XXX
SG_ _ENGINE_TEMP : 63|8@0+ (1,0) [0|255] "KM" XXX
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KM is a temp unit?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

CM_ SG_ 1056 RIGHT_SIGNAL_STATUS "R,L shows at same time means hazard";
CM_ SG_ 832 TRANS_MODE "AT - 85 / MT - 8D";
CM_ SG_ 832 TRANS_GEAR_POS "R-7 , 0 - N";
CM_ SG_ 821 CRUSE_ONOFF "定速開關(但未啟動)";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if cabana will like Chinese characters. Would you mind to translate in english?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure.. no problem.. that is for memo purpose

@chinlin0924 chinlin0924 changed the title Create luxgen_s5_2015.dbc Create luxgen_s5_2014.dbc Jun 23, 2018
@chinlin0924 chinlin0924 changed the title Create luxgen_s5_2014.dbc Create luxgen_s5_2.0_2014.dbc Jun 23, 2018
Copy link
Contributor Author

@chinlin0924 chinlin0924 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update some typo, and translation

@chinlin0924
Copy link
Contributor Author

@rbiasini can you help to review my change?
thank you very much

@chinlin0924
Copy link
Contributor Author

hi @rbiasini do you have any extra comments?
thanks

SG_ _DOOR_FL_STATUS : 13|1@0+ (1,0) [0|1] "" XXX
SG_ _DOOR_FR_STATUS : 12|1@0+ (1,0) [0|1] "" XXX
SG_ _DOOR_RR_STATUS : 19|1@0+ (1,0) [0|1] "" XXX
SG_ _DOOR_BACK_DOOR_STATUS : 22|1@0+ (1,0) [0|1] "" XXX
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove _ from the beginning of the signal names

SG_ TRANS_MODE : 8|8@1+ (1,0) [0|0] "" XXX
SG_ TRANS_GEAR_POS : 0|3@1+ (1,0) [0|1] "" XXX
SG_ ENGINE_RPM1 : 55|8@0+ (1,0) [0|255] "" XXX
SG_ _ENGINE_TEMP : 63|8@0+ (1,0) [0|255] "engine value(not sure)" XXX
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put comments at the end

@rbiasini
Copy link
Contributor

@chinlin0924, Can you remove the . from the file name?

@chinlin0924 chinlin0924 changed the title Create luxgen_s5_2.0_2014.dbc Create luxgen_s5_2014.dbc Oct 11, 2018
Copy link
Contributor Author

@chinlin0924 chinlin0924 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rbiasini
done! remove . in file name.
can you check again?
thank you

@chinlin0924
Copy link
Contributor Author

@rbiasini can you help check again?

thank you very much

@pd0wm
Copy link
Contributor

pd0wm commented Oct 30, 2018

There is still a message with underscores in the name. Can you also remove the messages without any signals?

@chinlin0924
Copy link
Contributor Author

chinlin0924 commented Oct 31, 2018

messages

hi pd0wm ,
I was told to remove "." at the first time.
so I removed the "." in file name.
I am a bit confused, this time is to remove "_" in file name. it looks like a misunderstanding?
can you directly tell me what file name should it be?
and how do you define the messages that don't have any signal?
thank you

@rbiasini rbiasini merged commit f00f628 into commaai:master Oct 16, 2019
jyoung8607 pushed a commit to jyoung8607/opendbc that referenced this pull request Oct 17, 2019
* Create luxgen_s5_2015.dbc

* Update luxgen_s5_2015.dbc

* Update luxgen_s5_2015.dbc
rbiasini pushed a commit that referenced this pull request Oct 17, 2019
* Update ACC_02.SetSpeed to use a more accurate m/s formula instead of kmh

* Fixes to LWI vs EPS calculations for steering angles, clarify descriptions of each.

* Endianness fixes

* Add ESP_15 and PSD_04/05/06

* Testing PSD interpretation

* Correct message info for ESP_08

* Additional authoritative message names and IDs

* OpenDBC updates

* OpenDBC updates

* DBC cleanup, CRC support, restore VIN_01 mux lost during Cabana editing.

* Add the PQ heading control assist message.

* OpenDBC updates

* Add a pointer to the VIN_1 mux.

* Probable EPS_1 message

* Add comment about rate-limiting on Getriebe_11 counter signal.

* Rename CRC->CHECKSUM for upstream of a minimum viable VW port.

Per my Discord talk with @rbiasini, to reduce OP core code diffs a bit, we will temporarily (ab)use CHECKSUM to store a CRC like Pedal is doing today. After the port is upstreamed, we will look at updating the core OP code to support dynamic CRC and counter signal names, and revert the DBC signal names back to canonical (MSG_NAME_CRC, MSG_NAME_BZ, etc). I will update the OP core CRC support PR shortly.

* OpenDBC updates

* OpenDBC updates

* Probable EPS_1 message

* Updates for Volkswagen support (#191)

* Update ACC_02.SetSpeed to use a more accurate m/s formula instead of kmh

* Fixes to LWI vs EPS calculations for steering angles, clarify descriptions of each.

* Endianness fixes

* Add ESP_15 and PSD_04/05/06

* Testing PSD interpretation

* Correct message info for ESP_08

* Additional authoritative message names and IDs

* OpenDBC updates

* OpenDBC updates

* DBC cleanup, CRC support, restore VIN_01 mux lost during Cabana editing.

* Add the PQ heading control assist message.

* Add a pointer to the VIN_1 mux.

* Add comment about rate-limiting on Getriebe_11 counter signal.

* Rename CRC->CHECKSUM for upstream of a minimum viable VW port.

Per my Discord talk with @rbiasini, to reduce OP core code diffs a bit, we will temporarily (ab)use CHECKSUM to store a CRC like Pedal is doing today. After the port is upstreamed, we will look at updating the core OP code to support dynamic CRC and counter signal names, and revert the DBC signal names back to canonical (MSG_NAME_CRC, MSG_NAME_BZ, etc). I will update the OP core CRC support PR shortly.

* Lexus is adjustment (#192)

* Add 581 for ISH gas pedal signal

* Add STEER_ANGLE in 608 STEER_TORQUE_SENSOR (similar to TSS2)

* Change STEER_TORQUE_EPS factor in 608 STEER_TORQUE_SENSOR to 1.0

* Re-generate lexus_is_2018

* reduce factor to 0.77

* Fix steer angle factor for toyota

* OpenDBC updates

* Create luxgen_s5_2014.dbc (#101)

* Create luxgen_s5_2015.dbc

* Update luxgen_s5_2015.dbc

* Update luxgen_s5_2015.dbc

* fixed to luxgen dbc file

* EV_Gearshift message

* EV_Gearshift message for e-Golf support without a separate gearbox.

* Corrected byte order on two signals.

* Corrected byte order on several homebrewed VW MQB signals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants