See site in english Voir le site en francais
Website skin:
home  download  forum  link  contact

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

Author Topic: TRIATHLETE  (Read 3665 times)

0 Members and 1 Guest are viewing this topic.

Offline gattico

  • Sr. Member
  • ****
  • Posts: 337
  • Country: United States us
  • Karma: 15
20 November 2014, 15:01:53
What I am working on:


This what I have:




Right now there are 7 joints per limb.  All joints move together using RMS dialogue box.


Offline jacquesmomo

  • Le budget !!!
  • Legend
  • ******
  • Posts: 7408
  • Country: France fr
  • Karma: 598
  • Plus on rate, plus on a de chances de réussir !..
Reply #1 - 20 November 2014, 17:35:16
 :top: :salut:

Mes add-ons sont là !

Offline gattico

  • Sr. Member
  • ****
  • Posts: 337
  • Country: United States us
  • Karma: 15
Reply #2 - 20 November 2014, 17:45:29
Thanks.   Still working on the code.  There is a part of the RMS dialogue box I haven't figured out.

May have each limb move.  On the real one.  You can add a claw to pick up things.





Offline antoo

  • Legend
  • ******
  • Posts: 3659
  • Country: France fr
  • Karma: 179
  • MSFS ❤️
Reply #3 - 20 November 2014, 18:01:03
Looks beautiful!

---------------------------------------------------------------------------------------------------
"ET C´EST PARTI!!" Youri Gagarine au lancement de vostok 1 le 12 avril 1961

Offline gattico

  • Sr. Member
  • ****
  • Posts: 337
  • Country: United States us
  • Karma: 15
Reply #4 - 20 November 2014, 18:53:21
Thanks.  I think it opens an whole line of addons/module like a crane:
http://api.ning.com/files/SLq7CxoY*GpwnjmC7dT2CMMtNFbRtyofwp6HNJQw3sE2vSmPRH3JbjdiMWKMra3WrZbiYwcWqphph8Z1dz9*G3kW3FUQ5I0c/ATHLETEROVER_LSMSCRANE.jpg?width=720&height=450

I based the height of the max reach based on my Altair cargo version.


Offline gattico

  • Sr. Member
  • ****
  • Posts: 337
  • Country: United States us
  • Karma: 15
Reply #5 - 26 November 2014, 15:48:33
Right now all 6 arms limbs are controlled by a dialogue box.  But I am thinking about allowing the user to control 1 limb.  But then you would need to return that limb to the way the others are.

Have attachment points on each wheel so you could attach a pick up tool, drill, shovel?


One issue I have is the Speed get reduced to .06 when I rotate the wheels to the left or right:


Code: [Select]
double sinTurn = sin(2 * PI * TURN_proc);
double cosTurn = cos(2 * PI * TURN_proc);
SetThrusterDir(th_main[0], _V(sinTurn, 0, cosTurn));
SetThrusterDir(th_retro[0], _V(-sinTurn, 0, -cosTurn));



« Last Edit: 26 November 2014, 22:16:32 by gattico »

Offline gattico

  • Sr. Member
  • ****
  • Posts: 337
  • Country: United States us
  • Karma: 15
Reply #6 - 27 November 2014, 16:38:39