ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

morenot's profile - activity

2021-06-21 19:25:08 -0500 received badge  Famous Question (source)
2014-11-08 08:41:47 -0500 received badge  Famous Question (source)
2014-11-08 08:41:47 -0500 received badge  Notable Question (source)
2014-09-21 06:16:48 -0500 received badge  Famous Question (source)
2014-09-21 06:16:48 -0500 received badge  Popular Question (source)
2014-09-21 06:16:48 -0500 received badge  Notable Question (source)
2014-07-08 10:04:36 -0500 received badge  Notable Question (source)
2014-06-25 09:21:29 -0500 commented question pi_tracker catkin

@Pi Robot, previous problem solved. Had to check one by one and use normal pi_tracker instead of the one I adapted on skeleton_markers. Launch file skeleton.launch on pi_tracker for should be finding openni_launch. I also have another question, are you using forward or inverse kinematics?

2014-06-25 08:03:16 -0500 received badge  Popular Question (source)
2014-06-25 07:03:33 -0500 commented question pi_tracker catkin

Been changed, still not working. Changed them in the groovy-rosbuild file and is working, but not with the catkin, still gibing "0.0"

2014-06-24 09:38:08 -0500 commented question pi_tracker catkin

Hi @Pi Robot, I sent you an email yesterday. However, I realized I do not need the dynamixel motor with my robot (Baxter Robot) but when I do a "rostopic echo /joint_states" all the positions are "0.0" when entering the TELEOPJOINTS mode. You know why could that be? Because the rosbuild was doing ok

2014-06-23 06:54:14 -0500 commented question pi_tracker catkin

skeleton.launch is working properly. Changed everything to my URDF, now when I try tracker.launch I get the following error.... from dynamixel_controllers.srv import TorqueEnable, SetTorqueLimit, SetSpeed ImportError: No module named dynamixel_controllers.srv I don't understand this. THank you

2014-06-19 03:18:54 -0500 received badge  Enthusiast
2014-06-18 10:02:24 -0500 received badge  Popular Question (source)
2014-06-18 09:17:33 -0500 commented question pi_tracker catkin

Param xml is "param command="$(find xacro)/xacro.py '$(find pi_tracker)/urdf/pi_robot/pi_robot_with_two_arms.xacro'" name="robot_description"/

2014-06-18 09:17:02 -0500 commented question pi_tracker catkin

Invalid tag: Cannot load command parameter [robot_description]: command [/opt/ros/groovy/stacks/xacro/xacro.py '/home/alonso/DissertationMorenoGroovy/src/pi_tracker/urdf/pi_robot/pi_robot_with_two_arms.xacro'] returned with code [1]. Param xml is "param command="$(find xacro)/xacro.py '$(find pi_tracker)/urdf/pi_robot/pi_robot_with_two_arms.xacro'" name="robot_description"/

2014-06-18 09:16:53 -0500 commented question pi_tracker catkin

Yes I did and I am not getting that error anymore, I realized that I had to "run" my robot's bash before, but now I am getting another error when doing "roslaunch pi_tracker skeleton.launch" (I should mention I am using groovy)

2014-06-17 05:33:48 -0500 commented question pi_tracker catkin

alonso@cseebaxter:~/DissertationMorenoGroovy/src$ roslaunch pi_tracker skeleton.launch [skeleton.launch] is neither a launch file in package [pi_tracker] nor is [pi_tracker] a launch file name This is what I got and the pi_tracker is located as follows alonso@cseebaxter:~/DissertationMorenoGroovy/src/pi_tracker$

2014-06-16 12:49:45 -0500 asked a question pi_tracker catkin

Hi I am using pi_tracker with catkin, I saved the package inside src and the catkin_make. When I try to launch skeleton.launch it says it is not a launch file. Does anyone know how to fix this problem?

2014-06-12 11:34:12 -0500 asked a question markers_from_tf subscriber

Hey I am using the skeleton_markers package and is working great, but I need the data published by markers_from_tf .... is it only a tf listener? Thank you

2014-06-11 14:03:02 -0500 asked a question Openni_tracker subscriber and more

Hi I am really new with ROS, what I want to do is track the skeleton using openni_tracker with groovy which is already working but I need to get the data from the joints (position) and I can see it with rostopic echo /tf, but my I have some questions.
1.- How can I actually interpret the output values?
2.- The openni_tracker is path is "opt/ros/groovy/stacks/openni_tracker" and I do not know how to write a subscriber to the transforms, I saw the tutorial but did not help much
3.- Is there any way I can put the openni tracker inside my own workspace? because I tried several things but it kept thrwoing errors during the rosmake

Any help will be much appreciated