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

Ros_user's profile - activity

2020-07-07 15:38:27 -0500 received badge  Notable Question (source)
2020-07-07 15:38:27 -0500 received badge  Popular Question (source)
2019-07-02 10:16:02 -0500 received badge  Famous Question (source)
2019-03-01 19:38:15 -0500 received badge  Famous Question (source)
2018-03-26 15:30:42 -0500 received badge  Notable Question (source)
2018-03-26 15:30:42 -0500 received badge  Popular Question (source)
2017-12-06 15:10:13 -0500 asked a question Unmet dependencies pcl_ros

Unmet dependencies pcl_ros I am trying to install pcl-ros, but this error appears: sudo apt-get install ros-indigo-pcl-r

2017-11-09 10:19:15 -0500 edited question Point Cloud stretched in one dimension

Point Cloud stretched in one dimension I have calibrated a stereo camera using this, and I am getting this point cloud:

2017-11-09 10:18:07 -0500 asked a question Point Cloud stretched in one dimension

Point Cloud stretched in one dimension I have calibrated a stereo camera using this, and I am getting this point cloud:

2017-11-09 10:06:22 -0500 received badge  Scholar (source)
2017-10-24 20:54:12 -0500 received badge  Student (source)
2017-02-15 02:31:37 -0500 received badge  Famous Question (source)
2016-10-26 05:40:51 -0500 received badge  Taxonomist
2016-08-10 03:37:46 -0500 received badge  Famous Question (source)
2016-08-03 09:55:01 -0500 received badge  Notable Question (source)
2016-04-26 09:40:13 -0500 received badge  Notable Question (source)
2016-04-24 12:27:57 -0500 received badge  Popular Question (source)
2016-04-24 02:52:39 -0500 received badge  Editor (source)
2016-04-24 02:50:15 -0500 asked a question Maxon motor with ROS

I have just bought a MCD EPOS Maxon Motor and I would like to run it with ROS. I have used this package, and whenever I try to run

roslaunch epos_hardware example.launch

it gives me this error:

started core service [/rosout]
process[epos_hardware-2]: started with pid [15836]
process[controller_spawner-3]: started with pid [15853]
[ERROR] [1461483492.673722502]: Could not find motor
[ERROR] [1461483492.673804000]: Not Initializing: 0x60002998
[ERROR] [1461483492.673939563]: Could not configure motor: my_joint_actuator
[FATAL] [1461483492.673989258]: Failed to initialize motors

My device's serial number is 0x60002998. I have also tried with what the answer for this question suggests and I have also given permission to all usb. I'm using a Ltd FT232 USB-Serial.

The only different thing I have from the previous question's author is that I'm using the last version of EPOS (MCD), but I think they work in the same way.

Thanks!!!

2015-11-07 04:44:57 -0500 received badge  Notable Question (source)
2015-10-30 10:03:13 -0500 received badge  Famous Question (source)
2015-09-27 07:12:23 -0500 received badge  Notable Question (source)
2015-09-03 09:38:32 -0500 received badge  Enthusiast
2015-09-02 11:17:58 -0500 received badge  Supporter (source)
2015-08-28 05:48:50 -0500 commented answer controller fails to initialize

HOW have you solved it?

2015-08-27 06:46:09 -0500 asked a question Rhex Simulation Not running: DSO undefined reference symbol

ow can I make this project run property?

https://github.com/mugenZebra/CE216-p...

I've done

cmake ../

and then I do

make

but I get this error:

[ 25%] Built target contact
[ 50%] Built target listener
[ 75%] Built target model_push
Linking CXX executable plotPos
/usr/bin/ld: CMakeFiles/plotPos.dir/plotPos.cc.o: undefined reference to symbol '_ZN5boost9iostreams15file_descriptor4seekElSt12_Ios_Seekdir'
//usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.54.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [plotPos] Error 1
make[1]: *** [CMakeFiles/plotPos.dir/all] Error 2
make: *** [all] Error 2

I've ROS Indigo

Thanks!!

2015-08-24 04:37:28 -0500 received badge  Popular Question (source)
2015-08-24 00:55:39 -0500 received badge  Popular Question (source)
2015-08-24 00:53:29 -0500 received badge  Famous Question (source)
2015-08-21 12:33:44 -0500 received badge  Popular Question (source)
2015-08-21 03:14:09 -0500 asked a question Unable to convert parameter[broadcastTF] whose type is[string], to type[b]

How can I fix this error? (when I do roslaunch)

Error [Param.hh:154] Unable to convert parameter[broadcastTF] whose type is[string], to type[b]

Thanks!!

2015-08-21 02:03:34 -0500 received badge  Notable Question (source)
2015-08-20 15:56:54 -0500 received badge  Popular Question (source)
2015-08-20 11:37:34 -0500 asked a question 6_wheeled robot

I'm trying to control a 6-wheeled robot and I'd like to control each wheel independently. I've tried with skidsteercontroller (but I'm afraid that's only for 4 wheels) and with diffdrivecontroller (but the problem is that each pair of wheels works in the same way, and I want ALL the wheels to run independently...) Is there any other controller useful for my case? Or at least, is there any ros_package of a 6-wheeled robot example(similar for example to r-hex robot ?

I'm using ros indigo

Thanks a lot!!

2015-08-20 11:34:22 -0500 asked a question Publishing in different topics for each wheel

How can I (having a 6-wheeled robot and using the DiffDrivePlugin6w from hectorgazebo plugins) make that each wheel subscribes in a different topic: Now I've been able to make that all the wheels move at the same time (they are all "answering" to the cmd_vel topic), but I'd like something like cmd_vel_front_left topic,....

<gazebo>
  <plugin name="DiffDrivePlugin6W" filename="libdiffdrive_plugin_6w.so">
      <rosDebugLevel>Debug</rosDebugLevel>
      <publishWheelTF>false</publishWheelTF>
      <publishWheelJointState>true</publishWheelJointState>
      <alwaysOn>true</alwaysOn>
      <frontLeftJoint>front_left_wheel_joint</frontLeftJoint>
      <frontRightJoint>front_right_wheel_joint </frontRightJoint>
      <midLeftJoint>medium_left_wheel_joint </midLeftJoint>
      <midRightJoint>medium_right_wheel_joint </midRightJoint>
      <rearLeftJoint>back_left_wheel_joint </rearLeftJoint>
      <rearRightJoint>back_right_wheel_joint </rearRightJoint>
      <wheelSeparation>0.569</wheelSeparation>
      <wheelDiameter>0.145</wheelDiameter>
      <wheelTorque>20</wheelTorque>
      <wheelAcceleration>1.8</wheelAcceleration>
      <commandTopic>cmd_vel</commandTopic>
      <odometryTopic>odom</odometryTopic>
      <odometryFrame>odom</odometryFrame>
      <odometrySource>world</odometrySource>
      <robotBaseFrame>base_link</robotBaseFrame>
      <updateRate>10.0</updateRate>
  </plugin>
</gazebo>

Thanks!!

2015-07-18 07:39:47 -0500 asked a question Gazebo not opening in Ubuntu 14.04

I have just installed Gazebo following the on-line steps explained here
and once i've done the first one: I try to open gazebo typing gazebo and pressing Intro but nothing occurs.... (the $ symbol apperas in the next line as if the previos action was completed, but no window is opened with gazebo interface)

(i have Ros Jade, just if it is important...)

Thanks a lot!!!!