Search found 16 matches

by Elmo
02 Nov 2016, 14:55
Forum: Bug reports
Topic: changing values
Replies: 4
Views: 3567

Re: changing values

yes true, I only wondered why the vrep intern function simGetObjectPosition always has the same numbers for the cube and vehicle, while the ROS version differs for the red box every time. The position for the vehicle itself is more stable instead. I was just wondering why. In my naiv thoughts I thin...
by Elmo
31 Oct 2016, 19:04
Forum: Bug reports
Topic: changing values
Replies: 4
Views: 3567

Re: changing values

hello, the question/problem is simple why send simRosGetObjectPose always different values. in the tower of hanoi example I always get the same value from simGetObjectPosition. also the two values differ a lot between simRosGetObjectPose and simGetObjectPosition from the same value. as you can see i...
by Elmo
29 Oct 2016, 16:37
Forum: Bug reports
Topic: changing values
Replies: 4
Views: 3567

changing values

srvObHandle = rospy.ServiceProxy('/vrep/simRosGetObjectHandle',simRosGetObjectHandle) srvPose = rospy.ServiceProxy('/vrep/simRosGetObjectPose',simRosGetObjectPose) srvSetPose = rospy.ServiceProxy('/vrep/simRosSetObjectPose',simRosSetObjectPose) srvSetPosition = rospy.ServiceProxy('/vrep/simRosSetOb...
by Elmo
18 Oct 2016, 16:07
Forum: General questions
Topic: V-rep, ROS, youbot, RVIZ
Replies: 5
Views: 3210

Re: V-rep, ROS, youbot, RVIZ

Thank you so much again. by reorientation, you mean rotating the joints? or is there a way like for the normal parts over edit-->reorientate bounding box-->with reference of world? by rotating the joints I also have to rewrite the code right? like moving to x not to y. or did I sth. wrong while trii...
by Elmo
17 Oct 2016, 16:39
Forum: General questions
Topic: V-rep, ROS, youbot, RVIZ
Replies: 5
Views: 3210

Re: V-rep, ROS, youbot, RVIZ

oh thank you very much, you realy helped me, after days researching and triing.

what about the joints? should I place dummies? If I rotate them the hole Robot will crash.
and there is no way to reorientate them
by Elmo
13 Oct 2016, 16:45
Forum: General questions
Topic: V-rep, ROS, youbot, RVIZ
Replies: 5
Views: 3210

V-rep, ROS, youbot, RVIZ

Hi there, I've problems with my KUKA youbot project. I wanna get the youbot model of V-rep into ROS. my Problems are now, that the URDF-files of KUKA have other orientation x= forward, y =side. In the V-REP Modell the kuka is orientated towards Y. Thats why RVIZ shows a wrong orientation of the youb...