Subject:
|
Re: Using NXT in a name - legal?
|
Newsgroups:
|
lugnet.robotics
|
Date:
|
Fri, 27 Jan 2006 15:55:19 GMT
|
Viewed:
|
1904 times
|
| |
| |
In lugnet.robotics, Steve Hassenplug wrote:
|
In lugnet.robotics, Brian Bagnall wrote:
|
I was wondering if there is anyone from Lego or someone well versed in
legalese that can tell me if its ok to use NXT in an open source project
name? e.g. leJOS NXT
|
Brian,
LEGO posted a very nice message on Lugnet about this a couple years ago, after
a news story came out, questioning TLGs approach to such things.
http://news.lugnet.com/lego/announce/?n=40
http://www.lego.com/eng/info/fairplay.asp
In short, the answer will be no. Im sure theyll be quick to put NXT right
next to RCX on their list of Do Not Use words. But, they will be very
polite when they ask you not to use it.
Steve
|
Is the RCX.NET projects name technically a trademark violation? I just started
working with José David Parra on a redesign of his original namespace, so now
maybe hell have to rename it, too. :)
Whats LEGOs position on code namespaces, though? For example, to create your
base object in RCX.NET you currently do this:
RCXNET.SpiritNET objSpirit = new RCXNET.SpiritNET();
objSpirit.BrickType = RCXNET.SpiritNET.eBrickType.RCX2;
|
|
This is creates an object that will talk to the IR tower and tell the RCX what
to do. Its barely a wrapper of SpiritOCX, so its exposing a whole bunch of
stuff that the typical Mindstorms programmer doesnt need to see.
We were going to redesign it to be more like this (C#):
using Mindstorms;
using Mindstorms.RCX2; // RCX2 == an RCX with 2.0 firmware
// . . .
RCX2 myRobot = new RCX2();
|
|
This makes it somewhat similar to leJOS but for .NET languages. Are our
namespace and class names in the code also going to be a problem?
|
|
Message has 1 Reply: | | Re: Using NXT in a name - legal?
|
| (...) ... (...) As it turns out, I just started on a project like that. I intentionally went out of my way to avoid using the letters N, X, & T right NeXT to each other. My totally unofficial opinion would be something like this. There's not much (...) (19 years ago, 27-Jan-06, to lugnet.robotics, FTX)
|
Message is in Reply To:
| | Re: Using NXT in a name - legal?
|
| (...) Brian, LEGO posted a very nice message on Lugnet about this a couple years ago, after a news story came out, questioning TLG's approach to such things. (URL) short, the answer will be no. I'm sure they'll be quick to put NXT right next to RCX (...) (19 years ago, 26-Jan-06, to lugnet.robotics)
|
13 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
Active threads in Robotics
|
|
|
|