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

Abbas's profile - activity

2021-04-22 21:48:58 -0500 received badge  Famous Question (source)
2021-04-22 21:48:58 -0500 received badge  Notable Question (source)
2020-12-16 14:30:51 -0500 received badge  Notable Question (source)
2020-11-24 06:16:41 -0500 received badge  Famous Question (source)
2020-11-23 04:12:31 -0500 received badge  Famous Question (source)
2019-09-17 11:29:13 -0500 received badge  Famous Question (source)
2019-09-17 11:29:13 -0500 received badge  Notable Question (source)
2019-08-17 00:29:49 -0500 received badge  Famous Question (source)
2018-09-18 19:50:27 -0500 marked best answer svn check out problem

Dear Sir, I use Ubuntu 16.04 and I want to check out the stack containing swissranger_camera using svn, but after running this code "svn co https://code.ros.org/svn/ros-pkg/bran... , I got this error: "svn: E170013: Unable to connect to a repository at URL 'https://code.ros.org/svn/ros-pkg/branches/trunk_cturtle/stacks/camera_drivers_experimental' svn: E000111: Error running context: Connection refused"

I appreciate you to help me to solve the problem. Thanks, Abbas

2018-08-27 22:54:08 -0500 received badge  Taxonomist
2018-07-25 14:11:58 -0500 marked best answer turn on/off a dc motor by using an IR range sensor with arduino and ros

Hi, I am new for using Ros. I used an example to read the range data from IR range sensor by using Arduino kit and ROS. Now, I want to use the data from IR range sensor to turn on/off a small dc motor by using Arduino and ROS (for example if the distance from IR range sensor is more than 50 cm, we send a command to run the motor, and else turn off the motor). I appreciate for any help.

Thanks, Abbas

2018-06-15 14:17:48 -0500 received badge  Notable Question (source)
2018-06-01 01:40:02 -0500 received badge  Famous Question (source)
2018-04-29 22:02:22 -0500 received badge  Famous Question (source)
2017-09-13 19:36:14 -0500 marked best answer CMake Error to install sr4000 camera (swissranger)

Hi,

I try to run swissranger camera (sr4000) on ROS. I follow this tutorial http://visionlab.uncc.edu/dokuwiki/us...

I installed the camera on Ubuntu properly. I tried to run it on ROS, but when I run this command (in the tutorial, in the step 3) "catkin_make", I got this error:

CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by "driver_base" with
  any of the following names:

    driver_baseConfig.cmake
    driver_base-config.cmake

  Add the installation prefix of "driver_base" to CMAKE_PREFIX_PATH or set
  "driver_base_DIR" to a directory containing one of the above files.  If
  "driver_base" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
  open_ptrack/swissranger_camera/CMakeLists.txt:10 (find_package)
        -- Configuring incomplete, errors occurred!
See also "/home/abbas/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/abbas/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed

How can I solve this issue?

Thanks,

Abbas

2017-08-03 03:39:02 -0500 received badge  Famous Question (source)
2017-01-29 08:49:05 -0500 received badge  Popular Question (source)
2017-01-29 03:00:03 -0500 received badge  Notable Question (source)
2017-01-29 02:56:27 -0500 received badge  Student (source)
2017-01-29 02:56:16 -0500 received badge  Popular Question (source)
2016-12-03 01:43:16 -0500 received badge  Popular Question (source)
2016-12-02 10:01:49 -0500 received badge  Notable Question (source)
2016-12-02 08:36:56 -0500 commented answer problem to run kinova Mico2 robotic arm

Hi DT,

Thank you for your answer. I communicated with the kinova company, First, they said I can use the urdf of mico1. Second they sent me edited kinova_comm.cpp in kinov_adriver/src and it works now.

2016-12-01 10:20:59 -0500 commented answer How can I access to the raw data from sr4000 camera (swissranger_camera)?

Hi Rick, Thank you for your answer.I already did it.

2016-12-01 10:20:15 -0500 received badge  Notable Question (source)
2016-12-01 10:20:15 -0500 received badge  Popular Question (source)
2016-11-30 03:32:11 -0500 received badge  Popular Question (source)
2016-11-30 03:32:11 -0500 received badge  Popular Question (source)
2016-11-23 14:57:52 -0500 commented question How can I start up the kinova Mico2 (robotic arm) in ROS?

I communicate with a guy in the company, and I wait for their solution for it. Hopefully they have a solution.

2016-11-23 13:50:08 -0500 commented question How can I start up the kinova Mico2 (robotic arm) in ROS?

Hi gvdhoorn, Yes. I asked them, they answered me.They just said check your ROS_PACKAGE_PATH environment or use the urdf of mico1, but the solution does not work

2016-11-23 11:49:18 -0500 asked a question Could not initialize Kinova API for Mico2

Hi,

I follow this tutorial "https://github.com/Kinovarobotics/kinova-ros" to run kinova Mico2 robotic arm(4DOF, with 2 fingers gripper). I asked the kinova company, they said the urdf for Mico1 is the same as Mico2, and I can use the urdf of "m1n4s200" (we do not have urdf for Mico2). When I use these commands:

cd ~/catkin_ws/src/kinova-ros/kinova_bringup/launch
source ~/catkin_ws/devel/setup.bash
roslaunch kinova_robot.launch kinova_robotType:=m1n4s200 use_urdf:=true

I got this error:

[ INFO] [1479922329.941725121]: kinova_robotType is m1n4s200.
[ INFO] [1479922329.943356180]: Initializing Kinova API (header version: 50200, library version: 5.2.0)
[ERROR] [1479922329.945686387]: KinovaCommException: Could not initialize Kinova API (return code: 1015)

How can I remove this error?

Thanks,

Abbas

2016-11-23 11:12:07 -0500 asked a question How can I start up the kinova Mico2 (robotic arm) in ROS?

Hi,

I follow this tutorial "https://github.com/Kinovarobotics/kinova-ros" to run kinova Mico2 robotic arm(4DOF, with 2 fingers gripper). I asked the kinova company, they said the urdf for Mico1 is the same as Mico2, and I can use the urdf of "m1n4s200" (we do not have urdf for Mico2). When I use these commands:

cd ~/catkin_ws
source ~/catkin_ws/devel/setup.bash
roslaunch kinova_bringup kinova_robot.launch kinova_robotType:=m1n4s200 use_urdf:=true

I got this error:

[ INFO] [1479919955.543172629]: Initializing Kinova API (header version: 50200, library version: 5.2.0)
[ERROR] [1479919955.744790353]: Unknown robot type: 254
[ERROR] [1479919955.744888656]: KinovaCommException: Could not recognize the type of the arm (return code: 254)

How can I solve this issue?

Thanks,

Abbas

2016-11-20 19:43:04 -0500 received badge  Notable Question (source)
2016-11-20 18:55:11 -0500 asked a question problem to run kinova Mico2 robotic arm

Hi,

I follow this tutorial "https://github.com/Kinovarobotics/kinova-ros" to control kinova mico 2 robotic arm (4DOF, with 2 fingers gripper). When I run this roslaunch kinova_bringup kinova_robot.launch kinova_robotType:=m2n4a200 use_urdf:=true, I got this error:

... logging to /home/abbas/.ros/log/29b74d74-af7a-11e6-bcec-000c291b5b22/roslaunch-ubuntu-6431.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

xacro: Traditional processing is deprecated. Switch to --inorder processing!

To check for compatibility of your document, use option --check-order.
For more infos, see http://wiki.ros.org/xacro#Processing_Order
No such file or directory: /home/abbas/catkin_ws/src/kinova-ros/kinova_description/urdf/m2n4a200_standalone.xacro
XacroException('No such file or directory: /home/abbas/catkin_ws/src/kinova-ros/kinova_description/urdf/m2n4a200_standalone.xacro',)
Invalid <param> tag: Cannot load command parameter [robot_description]: command [/opt/ros/kinetic/share/xacro/xacro.py '/home/abbas/catkin_ws/src/kinova-ros/kinova_description/urdf/m2n4a200_standalone.xacro'] returned with code [2]. 

Param xml is <param command="$(find xacro)/xacro.py '$(find kinova_description)/urdf/$(arg kinova_robotType)_standalone.xacro'" name="robot_description"/>
The traceback for the exception was written to the log file

I could not find any xacro script for mico2 robotic arm in urdf folder (in kinova_description). How can I solve this issue?

Thanks,

Abbas

2016-11-12 17:43:45 -0500 received badge  Associate Editor (source)
2016-11-12 17:32:13 -0500 asked a question How can I access to the raw data from sr4000 camera (swissranger_camera)?

Hi,

I am new in ROS. I can run the swissranger_camera (sr4000) on ROS (I also can see the distance and intensity image of the camera with rviz). This camera has an interface for windows, and I can save the data (distance, or intensity data) in one file (that file is just for one image in a specific time). My question is how can I get and save the data from the camera on ROS (like the interface on windows does)?

Thanks, Abbas

2016-11-08 20:46:44 -0500 received badge  Popular Question (source)
2016-11-06 16:48:47 -0500 asked a question Error to run Kinova Mico2 robotic arm

Hi,

I followed this tutorial "https://github.com/Kinovarobotics/kinova-ros" to run Kinova MICO2 (4DOF robotic arm) on ROS (I use Ubuntu16.04,64 bit, and I installed the Ubuntu on virtual machine). When I run this command roslaunch kinova_bringup kinova_robot.launch kinova_robotType:=m2n4a200 use_urdf:=true, I got this error:

... logging to /home/abbas/.ros/log/d8266744-a46e-11e6-9dcb-c9050e407d76/roslaunch-ubuntu-2385.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

xacro: Traditional processing is deprecated. Switch to --inorder processing!
To check for compatibility of your document, use option --check-order.
For more infos, see http://wiki.ros.org/xacro#Processing_Order
No such file or directory: /home/abbas/catkin_ws/src/kinova-ros/kinova_description/urdf/m2s4a200_standalone.xacro
XacroException('No such file or directory: /home/abbas/catkin_ws/src/kinova-ros/kinova_description/urdf/m2s4a200_standalone.xacro',)
Invalid <param> tag: Cannot load command parameter [robot_description]: command [/opt/ros/kinetic/share/xacro/xacro.py '/home/abbas/catkin_ws/src/kinova-ros/kinova_description/urdf/m2s4a200_standalone.xacro'] returned with code [2]. 

Param xml is <param command="$(find xacro)/xacro.py '$(find kinova_description)/urdf/$(arg kinova_robotType)_standalone.xacro'" name="robot_description"/>
The traceback for the exception was written to the log file

How can I solve this issue?

Thanks,

Abbas

2016-10-30 19:05:32 -0500 edited question Error to run swissranger camera (sr4000) even after udev rules edition

Hi,

I followd "Download and install swissranger_camera tutorial" (I use ROS kinetic on Ubuntu 16.04 and installed the Ubuntu on virtuall machine).I edited the udev rules, and I also run sudo chmod -R a+rwx /dev/bus/usb.

When I run

rosrun swissranger_camera swissranger_camera

I got this error

[ERROR] [1477869827.785201373]: Exception thrown while connecting to the camera: [SR::open]: Failed to open device!

How I can solve this issue?

Thanks,

Abbas