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

rmoncrief's profile - activity

2017-05-02 04:02:40 -0500 received badge  Popular Question (source)
2017-05-02 04:02:40 -0500 received badge  Notable Question (source)
2016-01-19 04:02:32 -0500 received badge  Famous Question (source)
2016-01-19 04:02:32 -0500 received badge  Notable Question (source)
2016-01-17 18:58:01 -0500 received badge  Notable Question (source)
2016-01-17 18:58:01 -0500 received badge  Famous Question (source)
2015-12-20 21:59:08 -0500 received badge  Famous Question (source)
2015-12-14 13:56:38 -0500 received badge  Famous Question (source)
2015-10-24 14:34:27 -0500 received badge  Notable Question (source)
2015-10-24 14:34:27 -0500 received badge  Famous Question (source)
2015-09-09 05:34:17 -0500 received badge  Notable Question (source)
2015-07-13 08:13:55 -0500 received badge  Editor (source)
2015-07-13 08:01:59 -0500 commented question 3d mouse with ros

will this work on hydro or will I have to go back to fuerte? Also I added more detail about what is happening in the question. I have the spacenav folder downloaded from http://spacenav.sourceforge.net/

2015-07-11 15:47:02 -0500 received badge  Notable Question (source)
2015-07-11 13:21:55 -0500 received badge  Student (source)
2015-07-11 12:58:54 -0500 commented question 3d mouse with ros

Added it in the post. Sorry I forgot to paste it in before

2015-07-11 11:44:42 -0500 received badge  Popular Question (source)
2015-07-10 12:30:40 -0500 asked a question 3d mouse with ros

I am trying to connect a 3d space mouse to ros to publish to A dynamixel motor. I am following the tutorial ( http://wiki.ros.org/threeD_mouse )about how to start the 3d mouse but I keep getting this error. can anyone explain what I have done wrong?

[ rosmake ] rosmake starting...                                                 
[ rosmake ] Packages requested are: ['threeD_mouse']                            
[ rosmake ] Logging to directory /home/rsgros/.ros/rosmake/rosmake_output-20150710-132505
[ rosmake ] Expanded args ['threeD_mouse'] to:
[]                               
[ rosmake ] WARNING: The following args could not be parsed as stacks or packages: ['threeD_mouse']
[ rosmake ] ERROR: No arguments could be parsed into valid package or stack names.

when I run the rosmake command. I have downloaded the libraries it tells me to and have put them in my home directory. I am running hydro also.

When I run "rosmake spacenav" seen on this page ( http://wiki.ros.org/spacenav ) I get the error:

[ rosmake ] rosmake starting...
[ rosmake ] Packages requested are: ['spacenav']
[ rosmake ] Logging to directory /home/rsgros/.ros/rosmake/rosmake_output-20150713-090536
[ rosmake ] Expanded args ['spacenav'] to:
[]                                                                               
[ rosmake ] WARNING: The following args could not be parsed as stacks or packages: ['spacenav']
[ rosmake ] ERROR: No arguments could be parsed into valid package or stack names.

also when I run "rosdep install spacenav_node" from here ( http://wiki.ros.org/spacenav_node/Tut... ) I get the error:

ERROR: Rosdep cannot find all required resources to answer your query
Missing resource spacenav_node
ROS path [0]=/opt/ros/hydro/share/ros
ROS path [1]=/home/rsgros/cyton_gamma_300_ROS/ROS_ws/src
ROS path [2]=/home/rsgros/catkin_ws/src
ROS path [3]=/opt/ros/hydro/share
ROS path [4]=/opt/ros/hydro/stacks

But I assume that is from the "romake spacenav" command is failing.

2015-07-09 23:10:36 -0500 received badge  Popular Question (source)
2015-07-08 06:39:29 -0500 received badge  Popular Question (source)
2015-07-02 08:45:01 -0500 asked a question Dynamixel meta controler problem

I am working through creating the meta controller in this tutorial http://wiki.ros.org/dynamixel_control... but when I run the code after coping into the correct files, i get this error. "Invalid roslaunch XML syntax: junk after document element: line 3, column 4" Can anyone explain how to fix this. I have never done anything with XML so I have no idea how to fix the error.

2015-07-01 09:59:06 -0500 received badge  Popular Question (source)
2015-06-30 09:50:49 -0500 asked a question Realtime dynamixel control

I am trying to control my dynamixel motor in real time. I have been using rostopic to do this but it still seems jumpy because of the 3 second latching. Are there any better ways to control the servos in real-time, or is there a way to disable the 3 second latching with rostopic?

2015-06-29 09:58:14 -0500 received badge  Popular Question (source)
2015-06-25 07:08:40 -0500 commented question Change publish and latch time

What I am trying to do is move the motor back and forth with another interface and I was using rostopic but i needed to send a command faster than every 3 seconds. Is there a better way to give the motor position commands quickly?

2015-06-24 12:36:42 -0500 asked a question Change publish and latch time

When I follow this tutorial ( wiki.ros.org/dynamixel_controllers/Tutorials/CreatingJointPositionController ) and everything works like it should but when I run the command "rostopic pub -1 /tilt_controller/command std_msgs/Float64 -- 1.5" it says "publishing and latching message for 3.0 seconds" is there anyway to change that 3 seconds latching time to something else, say 2 seconds or 1 second?

2015-06-24 12:32:16 -0500 received badge  Enthusiast
2015-06-18 14:49:20 -0500 asked a question How tilt_controller works?

I was working though the tilt_controller here: http://wiki.ros.org/dynamixel_control... and I was wondering how you give it a specific angle to go to? Because I can only have it twitch between roughly 180 and 190 degrees ccw from the base of the motor. I.e say I wanted to have it tilt at a 60 degree angle, what command would I give it?

2015-06-16 10:01:47 -0500 asked a question dynamixel wheel mode

I am trying to put my dynamixel mx-64 servo motor into wheel mode like it says in step 1 of this tutorial http://wiki.ros.org/dynamixel_control... can anyone explain to me how to put the motor into wheel mode on ubuntu?

2015-06-16 08:50:10 -0500 received badge  Organizer (source)