Home / Programming / ROBOTC (page 3)

ROBOTC

Please insert token: strtok() for ROBOTC

I’ve been very busy working on a completely revised driver for the Dexter Industries DWiFi and I needed a clean way to tokenise a string that had a single character as a separator.  ROBOTC didn’t seem to have a strtok() which is what you’d use if you were using gcc or some other standard C compiler.  So I made my ...

Read More »

ROBOTC 3.54 available now!

After a slight delay after my initial 3.1 Driver Suite release, ROBITC 3.54 is finally available!  There have been so many changes and fixes to make ROBOTC even better than before.  This version also includes version 3.1 of my driver suite.  We’re currently working on collaborating even more with regards to the inclusion and updating of my Suite as part ...

Read More »

ROBOTC 3.51 Update is Out!

The ROBOTC development team have released a new version of ROBOTC 3.51 that addresses a number of issues that were present and reported by users in 3.50.  Below is a list of changes that were made: Change joystick button commands to return a short to avoid “int == bool” comparison warning. Incorrect calculation of “sizeof” operator for ‘call by reference’ ...

Read More »

ROBOTC 3.50 Now Available!

Woot!  ROBOTC 3.5 is finally out!  Below is a copy of the original article, which you can find here: [LINK]. Please note that the Driver Suite has not been updated yet to work flawlessly with this new version.  I will update it in the coming weeks and add a whole slew of new drivers. The ROBOTC Development team is proud ...

Read More »

ROBOTC 3.5 beta is out Today!

After seemingly forever, ROBOTC 3.5 beta is finally out.  So why is this important?  There have been so many cool new features added to this release, it might as well be 4.0, to be honest. So what’s new?  Below is a list of some of the new features: Full ANSI-C support to support pointers, recursion, and stacks with an updated ...

Read More »

Coming Soon to ROBOTC

Some pretty cool new ROBOTC features coming soon from the fine folks at Robotics Academy: Recursion and re-entrant function support Simple pointers I have no hard timeline on this stuff yet but I assume a new beta will appear soon with preliminary support for these features for those who dare!  I know I will be modifying my driver suite to ...

Read More »

ROBOTC For Arduino is Out Now!

You can now download version 3.12 of ROBOTC which also supports the Arduino, in addition to the already existing platforms such as NXT and Cortex!  This is a beta release, and if you install it, it will replace whatever version you already have. I’ve never had major issues with betas before but as they say “When you’re on the cutting ...

Read More »

ROBOTC 3.08 available for download now

Just a quick post to let you know that ROBOTC 3.06 is available for download now.  You can pick up here: [LINK]. No Changelog has been released yet, but I’ll post it as soon as I get it.  The one thing I do know that has been added is support for the new digital encoders on the Tetrix platform.  You ...

Read More »

ROBOTC 2.03 for RCX Free!

Now here’s a bargain you can’t refuse.  The folks over at Robotics Academy have created an RCX-only version of ROBOTC 2.03 and made it available for everyone to download! For free, no less!  That’s a lot of exclamation points! Ever since ROBOTC 2.02+ was released without RCX support, a lot of folks were complaining about the inability to use their ...

Read More »

Teleop Catalyst for ROBOTC

Titus Woo posted on the ROBOTC forums about a really cool new program he’d written to make it easier for FTC teams to make a teleop program for their robot.  I’ve never done FTC but I maintain the ROBOTC forums so I see a lot of question go by during the season about the teleop (Remote Control) part of the ...

Read More »