From: Jorge S. S. <jsa...@gm...> - 2011-03-24 03:03:53
|
Hello all, I'm preparing to release the Javaclient3, and as a previous step I have tried to update all the interfaces, so I have made a massive commit (almost any file in javaclient3 branch), so please update your copies of javaclient as soon as possible. I have tagged all interfaces as version 3.0 - Player 3.0 supported (maybe very optimistically...) While reviewing the code, I have partially formatted it (tabs to spaces, trailing spaces removed, etc.), so don't worry about the huge number of changes, as most of them are irrelevant Probably the single change that will affect someone is that I have renamed PlayerPose and PlayerBbox as PlayerPose2d and PlayerBbox2d, to improve clarity and maintain coherence with playerc. Please report any error you find! I have realized that there are some interfaces still not implemented in javaclient, along with some requests missing in the implemented interfaces (all I founded are marked as TODOs): - opaque A generic interface for user-defined messages - imu Inertial Measurement Unit. - vectormap Access and update geometric features in a map. - blackboard Access properties stored in a central repository. - stereo Stereo imagery (left-right channels, disparity and a 3-D stereo point cloud). - audio (its functionality is dispersed in SoundInterface AudioDSPInterface AudioMixerInterface and WaveformInterface) As I have not many time, I prefer to focus on those interfaces that people find more useful, so if you want one of the above mentioned interfaces, or a missing TODO to be implemented, please let me know. Regards, Jorge |
From: Sebastian R. <seb...@go...> - 2011-03-24 12:53:09
|
Hi Jorge, Thanks for the update and effort. I'll update my repository soon and test. I would be interested in the audio interface cleaned up and implemented (not urgent though). Regards, Sebastian Am 24.03.2011 um 04:03 schrieb Jorge Santos Simón: > Hello all, > > I'm preparing to release the Javaclient3, and as a previous step I have tried to update all the interfaces, > so I have made a massive commit (almost any file in javaclient3 branch), so please update your copies > of javaclient as soon as possible. > > I have tagged all interfaces as version 3.0 - Player 3.0 supported (maybe very optimistically...) > > While reviewing the code, I have partially formatted it (tabs to spaces, trailing spaces removed, etc.), so > don't worry about the huge number of changes, as most of them are irrelevant > > Probably the single change that will affect someone is that I have renamed PlayerPose and PlayerBbox > as PlayerPose2d and PlayerBbox2d, to improve clarity and maintain coherence with playerc. > > Please report any error you find! > > I have realized that there are some interfaces still not implemented in javaclient, along with some requests > missing in the implemented interfaces (all I founded are marked as TODOs): > > - opaque A generic interface for user-defined messages > - imu Inertial Measurement Unit. > - vectormap Access and update geometric features in a map. > - blackboard Access properties stored in a central repository. > - stereo Stereo imagery (left-right channels, disparity and a 3-D stereo point cloud). > - audio (its functionality is dispersed in SoundInterface AudioDSPInterface AudioMixerInterface > and WaveformInterface) > > > As I have not many time, I prefer to focus on those interfaces that people find more useful, so if you want > one of the above mentioned interfaces, or a missing TODO to be implemented, please let me know. > > Regards, > Jorge > ------------------------------------------------------------------------------ > Enable your software for Intel(R) Active Management Technology to meet the > growing manageability and security demands of your customers. Businesses > are taking advantage of Intel(R) vPro (TM) technology - will your software > be a part of the solution? Download the Intel(R) Manageability Checker > today! http://p.sf.net/sfu/intel-dev2devmar_______________________________________________ > Java-player-users mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-player-users |
From: Dustin W. <dus...@ya...> - 2011-03-26 22:53:45
|
Jorge: I have checked out a fresh copy of the source code. However I am unable to compile it. Eclipse reports "PlayerBbox2d cannot be resolved to a type." I appears as though neither PlayerBbox nor PlayerBbox2d are in the repository. Did you by chance forget to add PlayerBbox2d to the repository? Thanks in advance, Dustin Webb ________________________________ From: Jorge Santos Simón <jsa...@gm...> To: jav...@li... Sent: Wed, March 23, 2011 9:03:46 PM Subject: [Java-player-users] Toward Javaclient3... Hello all, I'm preparing to release the Javaclient3, and as a previous step I have tried to update all the interfaces, so I have made a massive commit (almost any file in javaclient3 branch), so please update your copies of javaclient as soon as possible. I have tagged all interfaces as version 3.0 - Player 3.0 supported (maybe very optimistically...) While reviewing the code, I have partially formatted it (tabs to spaces, trailing spaces removed, etc.), so don't worry about the huge number of changes, as most of them are irrelevant Probably the single change that will affect someone is that I have renamed PlayerPose and PlayerBbox as PlayerPose2d and PlayerBbox2d, to improve clarity and maintain coherence with playerc. Please report any error you find! I have realized that there are some interfaces still not implemented in javaclient, along with some requests missing in the implemented interfaces (all I founded are marked as TODOs): - opaqueA generic interface for user-defined messages - imuInertial Measurement Unit. - vectormapAccess and update geometric features in a map. - blackboardAccess properties stored in a central repository. - stereoStereo imagery (left-right channels, disparity and a 3-D stereo point cloud). - audio (its functionality is dispersed in SoundInterface AudioDSPInterface AudioMixerInterface and WaveformInterface) As I have not many time, I prefer to focus on those interfaces that people find more useful, so if you want one of the above mentioned interfaces, or a missing TODO to be implemented, please let me know. Regards, Jorge |
From: Jorge S. S. <jsa...@gm...> - 2011-03-27 23:17:13
|
yes! stupid me..... My apologies to everyone thank you, Dustin 2011/3/26 Dustin Webb <dus...@ya...>: > Jorge: > > I have checked out a fresh copy of the source code. However I am unable to > compile it. Eclipse reports "PlayerBbox2d cannot be resolved to a type." I > appears as though neither PlayerBbox nor PlayerBbox2d are in the repository. > Did you by chance forget to add PlayerBbox2d to the repository? > > Thanks in advance, > Dustin Webb > > ________________________________ > From: Jorge Santos Simón <jsa...@gm...> > To: jav...@li... > Sent: Wed, March 23, 2011 9:03:46 PM > Subject: [Java-player-users] Toward Javaclient3... > > Hello all, > I'm preparing to release the Javaclient3, and as a previous step I have > tried to update all the interfaces, > so I have made a massive commit (almost any file in javaclient3 branch), so > please update your copies > of javaclient as soon as possible. > I have tagged all interfaces as version 3.0 - Player 3.0 supported (maybe > very optimistically...) > While reviewing the code, I have partially formatted it (tabs to spaces, > trailing spaces removed, etc.), so > don't worry about the huge number of changes, as most of them are irrelevant > Probably the single change that will affect someone is that I have renamed > PlayerPose and PlayerBbox > as PlayerPose2d and PlayerBbox2d, to improve clarity and maintain coherence > with playerc. > Please report any error you find! > I have realized that there are some interfaces still not implemented in > javaclient, along with some requests > missing in the implemented interfaces (all I founded are marked as TODOs): > - opaque A generic interface for user-defined messages > - imu Inertial Measurement Unit. > - vectormap Access and update geometric features in a map. > - blackboard Access properties stored in a central repository. > - stereo Stereo imagery (left-right channels, disparity and a 3-D stereo > point cloud). > - audio (its functionality is dispersed in SoundInterface > AudioDSPInterface AudioMixerInterface > and WaveformInterface) > > As I have not many time, I prefer to focus on those interfaces that people > find more useful, so if you want > one of the above mentioned interfaces, or a missing TODO to be implemented, > please let me know. > Regards, > Jorge > ------------------------------------------------------------------------------ > Enable your software for Intel(R) Active Management Technology to meet the > growing manageability and security demands of your customers. Businesses > are taking advantage of Intel(R) vPro (TM) technology - will your software > be a part of the solution? Download the Intel(R) Manageability Checker > today! http://p.sf.net/sfu/intel-dev2devmar > _______________________________________________ > Java-player-users mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-player-users > > |