Shop OBEX P1 Docs P2 Docs Learn Events
How to use Eddie manifest in VPL? — Parallax Forums

How to use Eddie manifest in VPL?

sumitsumit Posts: 2
edited 2012-07-02 11:17 in General Discussion
Hi,
I am new to robotics. I was trying to use Parallax2011ReferencePlatformIoController as service in VPL. When I tried to import EddieObstacleAvoid.user.manifest for this, It is displaying "An error has occurred while manifest is being imported". How do I fix this issue to use manifest in VP?

I have also tried to import Eddie.manifest and EddieObstacleAvoid.manifest but at run time, it showing the following error
Warning: Common Create Handler ExceptionSystem.InvalidOperationException: Service not found: http://schemas.microsoft.com/robotics/2011/08/kinect.html
at Microsoft.Dss.Services.Serializer.DataCache.LoadServiceAssemblies(ServiceInfoType createRequest)
at Microsoft.Dss.Services.Constructor.ConstructorService.CommonCreateHandler(DsspOperation create)
Source: http://127.0.0.1:50000/constructor
Time: 1/07/2012 10:58:18 PM
Info: Rebuilding contract directory cache. This will take a few moments ...
Time: 1/07/2012 10:58:18 PM
Error: Exception calling service start: System.IO.IOException: The port 'COM4' does not exist.
at System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str)
at System.IO.Ports.SerialStream..ctor(String portName, Int32 baudRate, Parity parity, Int32 dataBits, StopBits stopBits, Int32 readTimeout, Int32 writeTimeout, Handshake handshake, Boolean dtrEnable, Boolean rtsEnable, Boolean discardNull, Byte parityReplace)
at System.IO.Ports.SerialPort.Open()
at Microsoft.Robotics.Services.SerialComService.SerialCOMService.CreateAndOpenSerialPort()
at Microsoft.Robotics.Services.SerialComService.SerialCOMService.Start()
at Microsoft.Dss.ServiceModel.DsspServiceBase.DsspServiceBase.<StartService>d__52.MoveNext()
Source: http://127.0.0.1:50000/serialcomservice/31e2ee12-1a33-42f0-81b8-7ad5cd5f9f7f
Time: 1/07/2012 10:58:18 PM
Info: Contract directory cache refresh complete
Time: 1/07/2012 10:58:32 PM
Warning: Common Create Handler ExceptionSystem.InvalidOperationException: Service not found: http://schemas.microsoft.com/robotics/2011/08/kinect.html
at Microsoft.Dss.Services.Serializer.DataCache.LoadServiceAssemblies(ServiceInfoType createRequest)
at Microsoft.Dss.Services.Constructor.ConstructorService.CommonCreateHandler(DsspOperation create)
Source: http://127.0.0.1:50000/constructor
Time: 1/07/2012 10:58:32 PM
Error: Error creating service. Service type:http://schemas.microsoft.com/robotics/2011/08/kinect.html
Source: http://127.0.0.1:50000/constructor
Time: 1/07/2012 10:58:32 PM
Error: Service creation failure most common reasons:
- Service contract identifier in manifest or Create request does not match Contract.Identifier
- Service references a different version of runtime assemblies
Additional information can be found in the system debugger log.

Source: http://127.0.0.1:50000/manifestloader/c6795c61-49ca-46b9-945a-737025f34424
Time: 1/07/2012 10:58:32 PM
Info: Manifest load complete
Source: http://127.0.0.1:50000/manifestloaderclient
Time: 1/07/2012 10:58:32 PM

How do I use Eddie manifest in VPL?

Regards
Sumit

Comments

  • Nick ErnstNick Ernst Posts: 138
    edited 2012-07-02 11:17
    When it comes to the programming and coding side of EDDIE, it is more of a Microsoft area of expertise. I can tell you that one of the biggest causes of these errors is different versions of software. Creating services and the actual implementation of the VPL and RDS4 is where Microsoft comes into play with EDDIE. If there were hardware issues, such as control boards malfunctioning or motors not responding, that is where we can assist you. Try contacting Microsoft and let me know if they are able to help you.
Sign In or Register to comment.