- Joined
- Feb 6, 2008
- Messages
- 38,965
- Reaction score
- 3,937
- Points
- 203
- Location
- Wolfsburg
- Preferred Pronouns
- Sire
Yep, nothing shows up.
Then I should better check if Realize or DefineVC are called.
Yep, nothing shows up.
(SpaceShuttleUltra) [DEBUG] Panel state violation in C2, not realized at RegisterVC()
Registering Panel C3
(SpaceShuttleUltra) [DEBUG] Panel state violation in C3, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in F2, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in F3, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in F4, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in F6, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in F7, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in F8, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in O3, not realized at RegisterVC()
(PanelO6::RegisterVC) Begin registration.
(SpaceShuttleUltra) [DEBUG] Panel state violation in O6, not realized at RegisterVC()
[CRT]:DIMENSIONS: 256 256
PanelA6: RegisterVC called
PanelA8::RegisterVC() called
PanelA8::AtlantisPanel::RegisterVC() called
[CRT]:DIMENSIONS: 256 256
(SpaceShuttleUltra) [DEBUG] Panel state violation in A6, not realized at RegisterVC()
PanelA6: RegisterVC called
(SpaceShuttleUltra) [DEBUG] Panel state violation in AftMDU, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in A7U, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in A4, not realized at RegisterVC()
PanelA8::RegisterVC() called
(SpaceShuttleUltra) [DEBUG] Panel state violation in A8, not realized at RegisterVC()
PanelA8::AtlantisPanel::RegisterVC() called
[CRT]:DIMENSIONS: 256 256
(SpaceShuttleUltra) [DEBUG] Panel state violation in R11, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in R13L, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in A6, not realized at RegisterVC()
PanelA6: RegisterVC called
(SpaceShuttleUltra) [DEBUG] Panel state violation in AftMDU, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in A7U, not realized at RegisterVC()
(SpaceShuttleUltra) [DEBUG] Panel state violation in A4, not realized at RegisterVC()
PanelA8::RegisterVC() called
(SpaceShuttleUltra) [DEBUG] Panel state violation in A8, not realized at RegisterVC()
PanelA8::AtlantisPanel::RegisterVC() called
I'm getting this in the log when changing vc positions (on all scenarios):
No issues here. Did you power up the aft flight controllers on A6? Also make sure that the RMS SELECT switch is set to PORT and you have selected either ORB UNL or END EFF on the MODE select switch on A8L.I seem to only be able to use single joint motion, on the RMS.
No issues here. Did you power up the aft flight controllers on A6? Also make sure that the RMS SELECT switch is set to PORT and you have selected either ORB UNL or END EFF on the MODE select switch on A8L.
No issues here. Did you power up the aft flight controllers on A6? Also make sure that the RMS SELECT switch is set to PORT and you have selected either ORB UNL or END EFF on the MODE select switch on A8L.
I can confirm it all seems good here.
I think I could produce one in rather short amount of time.Do we need a quick RMS tutorial for SSU? A video tutorial would be great, but I doubt I know how to produce something like that.
I think I could produce one in rather short amount of time.
Well, currently the RMS implementation is a bit wonky I have noticed. You can only move the RMS with the normal controls when you're not in a Reach Limit mode. You can see this by a yellow "REACH LIM" light on A8U. If you see the joint speed message it means you have maneuvered the arm into a REACH LIM situation and you can't move further in that direction.The problem wass, I needed to turn on thrusters with cntrl+num/. But now I'm getting a joint 2 speed error, when trying to translate in the X axis. I'm using the rendezvous test scenario ?
The reach limit light was on, but when I moved the shoulder and elbow, by single joint mode the light went out, but it was unable to translate in the X axis, ...Y and Z translation worked fine.
I don't use the normal controls until I have the arm in the "pre-cradled" position (SP +25.0, EP -25.0 WP +5.0). This is in fact the proper procedure, as it is the closest park position where none of the joints are near a singularity.All I did was move it from the cradled position.
Could you show what is off? I haven't touched that area at all except for remapping the RCC texture to remove some distortions but the glove area (its where the wing meets the FWD fuselage) is untouched as is the bottom and top.All I did was move it from the cradled position.
---------- Post added at 03:28 PM ---------- Previous post was at 03:26 PM ----------
Another thing I noticed, the wing root textures are off, where the RCC meets the tiles. Was it remapped or is it a older orbiter.msh ?
All I did was move it from the cradled position.
@GLS: You did remove too much "unused code" from SSU it seems, I have a missing "Atlantis::GetVisual" here.
Sadly sourceforge is broken again... reviewing the changes in Atlantis.h happens at 5 Byte/s
EDIT: Yep confirmed, the function got removed in 2206, but is still needed for StandardLight2.cpp... but StandardLight2 is not used yet, it is a similar implementation as the new talkback code, just for lights.
---------- Post added at 06:33 PM ---------- Previous post was at 06:25 PM ----------
I commented the problematic code out, since we are not using StandardLight2 yet. Maybe we would be better off, if we use your talkback code there as well, since both do very similar things, and just have different signatures to the outside.
I see the problem now: the StandardLight2 is not used anywhere and also it is not added to the VS2010 solution (I searched the solution to see if it was used). I checked if it all compiled and worked well before committing.
Yes, the idea would be to also do the lights in the same way as the new talkbacks, and then when all is updated, change the name from "Talkback_2" to "Talkback".
Could you show what is off? I haven't touched that area at all except for remapping the RCC texture to remove some distortions but the glove area (its where the wing meets the FWD fuselage) is untouched as is the bottom and top.