-
- cutstom robot hardware.
by micomyx
- 4 Replies
- Last post
by micomyx
- Hello to all, I'm working on a custom robot. . I have read partly tutorial of microsoft robotics and the first part of coursewareLAB but it seems it is focused only on robotics kits. Like in the coursewareLAB, it was awsome to operate your machine using a desktop joystick but i dont have an Irobot.create robot. Thats why I wanted to build my own. It is also said in the tutorial that on how I progr
-
- Freedos, react os, wine
by JesusFreakofcbc
- 5 Replies
- Last post
by J. Denney
- I am curious, are freedos, react os, and wine considered legal software Call me ignorant if you will, but I was wondering about this since those products have a Microsoft Dos and Windows like characteristics to them. I do not know if they violate the EULA or any other legal documents such as copyrights of Microsoft or not. If anyone has any information on this based on Microsoft's stand on the m
-
- What's the best way to capture images from Simulated Cameras at runtime
by skuleguy
- 9 Replies
- Last post
by skuleguy
- Hi, I have tried 2 ways, 1. using the Test() method to pop the Image out of a Bitmap Port (created earlier) every time I do a "CaptureScene".
Code Snippet
robot.RobotsLeftCamera.CaptureScene(ImageFormat.Bmp, _leftCameraPort);
newLeftImage = _leftCameraPort.Test<Bitmap>(); if (newLeftImage != null) { _state.CameraLeft = ne
-
- barbaroselif@hotmail.com
by g&#38;&#35;252
- 1 Replies
- Last post
by teknolojivolkan
- Merhaba normalde bu tarz haberleri iletmiyorum,fakat bu haber iyi bir bayan avukat arkada mdan geliyor ve iyi bir f rsat gibi gorunuyor. o do ru diyorsa gercekte do rudur. en az ndan kaybedecek hicbir eyiniz yok.
Bana unlar anlatt :
Avukat m ve yasalar biliyorum. bu bir gercek. aldanmay n aol ve intel ayn pepsi cola n n k sa sure once general elektrik ile yapt gibi, mahkeme kar s na
-
- how to use attribute "Storyboard"
by weilei
- 3 Replies
- Last post
by Ed Maia MSFT
- I saw '< object StoryBoard =" StoryBoard " .../> 'in SDK.
and saw '< object RenderTransform =" Transform " .../>'
We can use <object RednerTansform="1,0,0,1,0,0". But how to use "StoryBoard"
-
- cant print in word any more
by Jemy48
- 1 Replies
- Last post
by ReneeC
- Really weird, everything else prints off fine except for word documents both old and new. The document shows up in print preview then when I print a blank page comes out.
Has anyone else had this problem or knows how to solve it - help much appreciated
-
- web services
by bradw2k
- 6 Replies
- Last post
by bradw2k
- Hello, am I correct to understand that there is no .NET framework integration yet I am wondering what support for calling web services there will be in v1 release. The usage I am thinking for WPF/E is to have XAML+C# as a complete front-end, using no javascript, and talking to backend web services. Does this sound like a reasonable usage that will be well-supported and is a goal for the WPF/E ini
-
- zDirs - my new class
by Idan Zipris
- 5 Replies
- Last post
by Greg Beech
- Hi,
I built a new class called "zDirs".
The class includes a function which is my first recursive function.
With the class you can copy a directory and all the contents inside to another path on your computer.
Read more and download the class, the source code and also a tool which demostrate the action of the class here .
Any comments
Thanks, Idan.
-
- Vehicle steering question
by mbell44
- 2 Replies
- Last post
by KyleJ - MSFT
- I'm trying to steer a 4-wheeled robot in simulation using
Code Snippet
LeftWheel.Wheel.SteerAngle = angle;
RightWheel.Wheel.SteerAngle = angle;
This works just fine for actually controlling the vehicle, but the disks that are automatically created for visualizing the wheels don't turn along with the physics representation. I've got the following update/render code, which I th
-
- Micro Robots
by Courageous
- 8 Replies
- Last post
by Courageous
- We are trying to simulate microrobots in MS Robotics Studio, but when we render a mesh to the object the mesh takes a very small size which even on zooming is invisible. Is there a way we can simulate microrobots in MS Robotics Studio simulation environment and be able to see the microrobots on zooming
-
- Upgrading website to make it work in Mozilll Firefox and Internet explorer
by Swati Jain
- 2 Replies
- Last post
by paarri_vanan
- Is there any tool for upgrading website to make it work in Mozilll Firefox and Internet explorer as well or is it possible after detecting the client browser.
website which is compatible in mozilla browser will run on mozilla and for I.E. ,IE compatible version of website will run onIE
-
- Lego NXT Connection
by cosmicX
- 1 Replies
- Last post
by Dave Lee
- I am trying to work with a Lego NXT model... I tried to connect the NXT model with my PDA using my C# application. However, I just managed to get the device information... So, may I know is there any way to send input to the Lego NXT Model I have checked the list of commands for Lego NXT model, but it does not help to sovle the problem...
-
- System Authentication dll or classes
by Cenoy
- 2 Replies
- Last post
by Cenoy
- hi,
I want to make a user control or a dll or classes for a system authentication so that it can use for any UI.. it must include
1. User profiling 2. User management 3. Password encryption 4. Password change etc.... 5. setting and getting the permission for any Given Application ID-->Module-->Functionality I have to make the functions for those which are later callable by the
-
- Discounts : Need a working example
by Johan S&#246;rlin
- 5 Replies
- Last post
by Johan Sorlin
- I have tried for the three days to solve this problem: Lista all products in a catalog with actual regular price and discounted price based on anonymous user. I have tried two examples, one on GotDotNet and one in this forum. We are using virtual catalogs. If no t solved I will have to use the cart and add/remove one item to recalculate price and compare with listprice (stupid a..).
The GotDotN
-
- Small bug in Simulated LRF
by Trevor Taylor
- 1 Replies
- Last post
by KyleJ - MSFT
- I am trying to do mapping using the Simulated LRF and I noticed that the AngularResolution was always zero in the sicklrf state. Looking in SimulatedLRF.cs I found that there is a subtle bug.
The code casts the AngleIncrement to an int (see below), but the value is less than 1.0 so it becomes 0. AngularResolution is a double and AngleIncrement is a float so no casting is necessary. Somebody got
-
- Windows Service OR Win App
by Kashif078
- 8 Replies
- Last post
by VikasGoyal
- I have been told to write a windows service which 'periodically' checking for messages and application updates from the web service. The user has the choice to download updates and messages automatically or to be prompted to download them when they are available. Note: A Message may contain documents. Now my question is is it the right approach to do this using a windows service or windows app/for
-
- VendorSpecificDataKey
by Ponnette
- 2 Replies
- Last post
by Ponnette
- The BizTalk RFID document doesn't seem to keep up with the implementation; the following code is taken from "How to Implement an Event Handler Method" page of the help documentation, it's a part of the custom hadler method:
// Return this info for next event handler. string message = string.Format("The tag with id {0} has shipped", tagReadEvent.GetId()); VendorSpecificDa
-
- LaserRangeFinder (LRF)
by T. N. T.
- 5 Replies
- Last post
by Mike R.
- In my project, I need 4 IR distance sensors, one at each face of my robot.
I think I can use LRF instead IR in simulation, just setting parameters like range and distance. But I need some help to set them.
I am using the following code to describe the sensor:
Code Snippet
private LaserRangeFinderEntity CreateLaserRangeFinder()
{
// Create a Laser Range Finde
-
- SOA Noob Question
by racingcow
- 9 Replies
- Last post
by racingcow
- Hello,
I am new to SOA, and I have a couple of questions that perhaps someone can help me with.
Let's say I have defined three course-grained "components" (not sure if "component" is the correct terminology here) in my SOA system, called "Component1", "Component2", and "Component3". The three components each need to use a "Cus
-
- Business Applications CacheRefresh
by gwheeloc
- 4 Replies
- Last post
by gwheeloc
- I've reviewed probably all the posts on the CacheRefresh problem. My system has SP1 applied to it so I'm assuming I have the hotfix everypone referred to in the other posts, plus the version number on the assembly dll is much higher than that shown in the MSDN support information.
He is my small problem. No matter which Business Application I try to update any kind of cache I receive thes
-
- SOA and DB Modeling - what is the reality
by jeff.jarrell
- 11 Replies
- Last post
by Arnon Rotem Gal Oz
- I have studied up on the SOA approach and it all sounds good. But most articles stop at the theory.
Lets say I sell things. I have a CustomerProfileService. The application does CRUD through this service to a back end database. Its autonomous and isolated.
I have anther service, InventoryItemProfileService. Again, the application does CRUD through this service to a back end databas
-
- How to use a different Database instead of RFID sink
by Para_De
- 9 Replies
- Last post
by Para_De
- Hi
I want to store data to a custom database,how to do this.
For instance i want to store data from a different application (Alien Reader),to a custom database,what are the steps i need to follow.
Thanks
Para De
-
- New address
by KevinBurton
- 3 Replies
- Last post
by Jeff Lynch - MVP
- The flow that I am faced with is that a user will add line items to a basket as they are picked from the catalog. When done the user "checks out" and places the order. As part of the checkout process I need to add shipping info to the basket (and each line item) and add payment information to the basket. First question, if I want to add shipping information (first shipping address) then
-
- WCF-Custom Adapter and using customBinding
by Anslum
- 4 Replies
- Last post
by Anslum
- Hi,
I am using WCF-Custom adapter and using customBinding. In the custom binding I defined channel stack, where the channel stack contains chunking channel and msmqTransport. I have following questions,
(1) How do we pass custom message contract object to BizTalk WCF service
(2) I have message contract object, which containn some information in message header and payload information i
-
- Cannot Start the Customers and Orders Manager for the StarterKit
by Pateketu
- 7 Replies
- Last post
by Pateketu
- Hi,
I have installed the starter kit. I can access all the Business applications other than Customers and Orders Manager. I get the following error for Customers and Orders Manager:
"The Orders Web service 'https://localhost:8443/OrdersWebService/OrdersWebService.asmx' is currently unavilable.......".
Everything else is working fine and I can access the OrdersWebService.