Skip to content

wbadry/V-REP-Remote-API-for-Dot-NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

V-REP Remote API for Dot NET

A repository for my attempt to port coppeliarobotics V-REP remote API to .NET developers.

Managed functions were added to make it easier for developers to use streaming functions like simxGetFloatSignal.

I haven't ported all functions yet, but will spend weekly hours trying to add more.

Functions List

simxAddStatusbarMessage

SimAddStatusbarMessage (Managed)

SimxGetConnectionId

simxStart

simxFinish

simxGetObjectHandle

SimGetObjectHandle (Managed)

simxSetJointTargetPosition

SimSetJointTargetPosition (Managed)

simxGetJointPosition

SimGetJointPositionInit (Managed)

SimGetJointPositionEnd (Managed)

SimGetJointPositionRadian (Managed)

SimGetJointPositionDegrees (Managed)

simxSetJointTargetVelocity

SimSetJointTargetVelocity (Managed)

simxGetFloatSignal

SimGetFloatSignalInit (Managed)

SimGetFloatSignalEnd (Managed)

SimGetFloatSignal (Managed)

simxGetIntegerSignal

SimGetIntegerSignalInit (Managed)

SimGetIntegerSignalEnd (Managed)

SimGetIntegerSignal (Managed)

simxGetStringSignal

Library was created using .NET framework 4.5.

About

A repository for my attempt to port coppeliarobotics V-REP remote API to .NET developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages