Go to Post You can be extra safe or you can be competative - its your choice. - Raul [more]
Home
Go Back   Chief Delphi > Technical > Programming > C/C++
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Spotlight this post!  
Unread 01-06-2015, 06:34 PM
jreneew2's Avatar
jreneew2 jreneew2 is offline
Alumni of Team 2053 Tigertronics
AKA: Drew Williams
FRC #2053 (TigerTronics)
Team Role: Programmer
 
Join Date: Jan 2014
Rookie Year: 2013
Location: Vestal, NY
Posts: 189
jreneew2 has a spectacular aura aboutjreneew2 has a spectacular aura aboutjreneew2 has a spectacular aura about
Exclamation CANJaguar error with 2015 C++ port sendMessage

Hello again!

I have another error with the CANJaguar code when enabling the robot. All of our code compiles and deploys successfully, however, when we enable the robot our driver station spits out this error

Code:
Error on line 492 of CANJaguar.cpp: sendMessage
	at /home/lvuser/FRCUserProgram() [0x17088]
	at /home/lvuser/FRCUserProgram() [0x17250]
	at /home/lvuser/FRCUserProgram() [0x187e8]
	at /home/lvuser/FRCUserProgram() [0x16b64]
	at /home/lvuser/FRCUserProgram() [0x1d9b4]
	at /home/lvuser/FRCUserProgram() [0xf754]
	at /home/lvuser/FRCUserProgram() [0x134f4]
	at /home/lvuser/FRCUserProgram() [0x29f90]
	at /home/lvuser/FRCUserProgram() [0x30e54]
	at /home/lvuser/FRCUserProgram() [0xfdd8]
	at /home/lvuser/FRCUserProgram() [0x155b4]
	at /home/lvuser/FRCUserProgram() [0x1bbfc]
	at /home/lvuser/FRCUserProgram() [0xfee4]
	at __libc_start_main
And I went to look at CANJaguar at line 492 and this is the function:

Code:
void CANJaguar::sendMessage(uint32_t messageID, const uint8_t *data, uint8_t dataSize, int32_t period)
{
	int32_t localStatus = sendMessageHelper(messageID | m_deviceNumber, data, dataSize, period);

	if(localStatus < 0)
	{
		wpi_setErrorWithContext(localStatus, "sendMessage");
	}
}
Do you guys have any ideas on what this error actually is and how we could fix it?

Thanks,
Drew
Reply With Quote
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 09:56 AM.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi