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

jafar_abdi's profile - activity

2021-10-19 07:49:59 -0500 received badge  Nice Answer (source)
2021-07-06 06:16:15 -0500 commented answer colcon build moveit2 failure because of moveit_ros_warehouse collect2 error

After debugging it further, I think this's due to a bug in ament_cmake where it does prefer the system installed package

2021-07-05 07:06:50 -0500 answered a question colcon build moveit2 failure because of moveit_ros_warehouse collect2 error

I just tried building it from source and I didn't have any error, can you share more info, which commits hash are you us

2021-07-05 07:06:50 -0500 received badge  Rapid Responder (source)
2021-07-02 10:04:39 -0500 answered a question how to pass parameters to URDF in ros2 launch file?

One way to do it is as follow import xacro ... urdf = xacro.process_file(file_path, mappings={'tfpre': 'robot1/'}).toxm

2021-07-02 10:04:39 -0500 received badge  Rapid Responder (source)
2021-07-02 08:16:40 -0500 commented answer What is the current proper procedure to setup a new robotic arm in MoveIt2?

I don't mind to contribute to the porting process. That would be great, do you mind opening an issue here https://g

2021-07-02 08:16:40 -0500 received badge  Commentator
2021-07-01 15:44:30 -0500 commented answer What is the current proper procedure to setup a new robotic arm in MoveIt2?

use setup assistant in moveit and then modify the config files to match the ros2 and moveit2 requirments? Yes, exac

2021-07-01 07:56:04 -0500 answered a question What is the current proper procedure to setup a new robotic arm in MoveIt2?

That's very unfortunate, I would recommend you looking at run_move_group to see how to launch the move group node + RViz

2021-07-01 07:44:12 -0500 answered a question ROS2 rviz node -> two robots with different namespaces

It's not possible with MoveIt2 because we can't specify the namespace of the move group node when creating a move group

2021-03-18 08:22:29 -0500 answered a question How to set NodeOptions for a ComposableNode in a .launch.py file?

Looking at the source code of the component_manager, it looks like only use_intra_process_comms can be set from extra_ar

2021-03-18 08:22:29 -0500 received badge  Rapid Responder (source)
2020-04-01 06:30:08 -0500 received badge  Good Question (source)
2019-06-19 22:13:26 -0500 received badge  Famous Question (source)
2019-05-22 05:57:41 -0500 received badge  Famous Question (source)
2019-05-20 02:32:24 -0500 marked best answer installing turtlebot for kinetic

Hello everyone ...

I'm trying to install Turtlebot for kinetic link text

I changed all 'indigo' words to 'kinetic' after I did that I've this problem

E: Unable to locate package ros-kinetic-rocon-remocon

E: Unable to locate package ros-kinetic-rocon-qt-library

Can Anyone help me in solving this problem ..?

thanks

2019-03-01 03:17:20 -0500 received badge  Nice Question (source)
2019-02-25 06:20:02 -0500 received badge  Popular Question (source)
2019-02-25 06:20:02 -0500 received badge  Notable Question (source)
2018-12-12 05:22:00 -0500 asked a question "still waiting for data on topics /imu/data_raw and /imu/mag" warning when using imu_filter_madgwicks

"still waiting for data on topics /imu/data_raw and /imu/mag" warning when using imu_filter_madgwicks Hi, I'm using thi

2018-11-15 09:44:08 -0500 received badge  Famous Question (source)
2018-09-21 06:40:15 -0500 marked best answer Error while launching any .launch file

Hi all,

I'm getting this error

machine.env_loader must have been assigned before creating ssh child instance
The traceback for the exception was written to the log file

when running any .launch file on my local machine( I'm not using ssh at all)

I'm using ubuntu 16.04 + ROS kinetic

I have to admit that I missed up with /etc/hosts and ROS_MASTER_URI but I don't know what I did wrong :)

2018-09-21 03:54:44 -0500 received badge  Notable Question (source)
2018-09-21 02:51:56 -0500 answered a question Error while launching any .launch file

After following this tutorial the error has gone Click

2018-09-20 21:14:39 -0500 received badge  Popular Question (source)
2018-09-20 15:40:52 -0500 commented question Error while launching any .launch file

ROS_MASTER_URI:: http://jafar-abdi.local:11311, /etc/hosts 127.0.0.1 jafar-abdi

2018-09-20 12:18:35 -0500 edited question Error while launching any .launch file

Error while launching any .launch file Hi all, I'm getting this error machine.env_loader must have been assigned befor

2018-09-20 12:17:41 -0500 asked a question Error while launching any .launch file

Error while launching any .launch file Hi all, I'm getting this error machine.env_loader must have been assigned befor

2018-09-16 04:33:56 -0500 received badge  Notable Question (source)
2018-09-15 18:46:47 -0500 received badge  Popular Question (source)
2018-09-15 14:43:29 -0500 marked best answer receiving signal SIGSEGV, Segmentation fault when running a node

Hello everyone,

I getting "Segmentation fault (core dumped)" error when running a node, despite the fact that it worked well before

when I run it with gdb I'm getting this

Starting program: /home/jafar/catkin_ws/devel/lib/kuka_arm/trajectory_sampler 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffd8257700 (LWP 3192)]
[New Thread 0x7fffd7a56700 (LWP 3193)]
[New Thread 0x7fffd7255700 (LWP 3194)]
[New Thread 0x7fffd6a54700 (LWP 3199)]
[New Thread 0x7fffd6253700 (LWP 3200)]
[New Thread 0x7fffd5a52700 (LWP 3213)]

Thread 1 "trajectory_samp" received signal SIGSEGV, Segmentation fault.
0x00007ffff55d8f18 in ros::WallTime::now() ()
from /opt/ros/kinetic/lib/librostime.so

Anyone know why this's happening ..?

Thanks

2018-09-15 14:43:29 -0500 received badge  Scholar
2018-09-15 14:43:20 -0500 answered a question receiving signal SIGSEGV, Segmentation fault when running a node

It worked after I run sudo apt-get update sudo apt-get upgrade

2018-09-15 05:33:42 -0500 edited question receiving signal SIGSEGV, Segmentation fault when running a node

Getting received signal SIGSEGV, Segmentation fault when running a node Hello everyone, I getting "Segmentation fault (

2018-09-15 05:30:34 -0500 asked a question receiving signal SIGSEGV, Segmentation fault when running a node

Getting received signal SIGSEGV, Segmentation fault when running a node Hello everyone, I getting "Segmentation fault (

2018-09-13 11:19:16 -0500 received badge  Good Question (source)
2018-02-28 20:26:57 -0500 marked best answer arduino rosserial with interrupt

Hi all,

I'm now building a robot which uses interrupt to count up the number of ticks and do the calculations in arduino nano, after that I decided to use rosserial library to send the number of ticks to the raspberry pi, when I put the code which send the number of ticks inside the void loop function it works, but if I but the code inside the interrupt handler I doesn't work very well and when it work it send strange numbers for example "6074229997415956480" number of ticks .

ISR(TIMER1_COMPA_vect){

    RTicks_msg.data = EncoderR.GetTicks();
    LTicks_msg.data = EncoderL.GetTicks();
    RTicksPup.publish(&RTicks_msg);
    LTicksPup.publish(&LTicks_msg);
    nh.spinOnce();
}

any help ..?

thanks,

2018-01-28 01:10:17 -0500 received badge  Famous Question (source)
2018-01-03 09:42:17 -0500 received badge  Famous Question (source)
2017-10-01 11:18:15 -0500 received badge  Notable Question (source)
2017-03-25 15:56:02 -0500 commented answer Are there any robot that working with ROS Kinetic? (not turtlebot)

Hi Orhan, do you know a robotics arm to simulate it in gazebo(I'm using kinetic too) ..?

2017-03-05 14:52:12 -0500 commented question turtlebot gmapping demo can't make a correct map,any help?

can you provide more information ..?

2017-02-14 20:46:10 -0500 received badge  Famous Question (source)
2017-01-29 18:46:46 -0500 received badge  Notable Question (source)
2017-01-29 18:46:46 -0500 received badge  Popular Question (source)