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

Hamid Didari's profile - activity

2023-05-11 04:04:48 -0500 received badge  Rapid Responder (source)
2023-05-11 04:04:48 -0500 answered a question Extract single message from large rosbag

You can write a Python scrip to extract msgs from a rosbag. https://wiki.ros.org/rosbag/Code%20API

2023-03-06 09:33:40 -0500 commented answer Python Class for simple subscriber

I need to see your code and error. Please ask a new question and put your code in it.

2022-11-03 21:45:15 -0500 received badge  Nice Answer (source)
2022-07-23 06:35:32 -0500 received badge  Good Answer (source)
2022-04-12 05:28:38 -0500 commented answer How to invert the Z axis of the referential (XYZ). The orientation is expressed in quarternion?

I think you should use this one: q_new = quaternion_multiply(q_orig,q_rot) Could you try that?

2022-04-12 05:27:16 -0500 commented answer How to invert the Z axis of the referential (XYZ). The orientation is expressed in quarternion?

I think you should use this one: q_new = quaternion_multiply(q_orig,q_rot) Could you try this one?

2022-04-12 01:26:03 -0500 answered a question How to invert the Z axis of the referential (XYZ). The orientation is expressed in quarternion?

You shouldn't simply add pi to your roll axis. for rotating a frame, you should use a quaternion or transformation. for

2022-03-30 03:25:55 -0500 commented question Cannot find header file of custom service: No such file or directory

add this line at the end of your Cmake and try it again: add_dependencies(move_robot my_behavior_tree_generate_messag

2022-03-30 02:33:41 -0500 commented question Cannot find header file of custom service: No such file or directory

Can you share your Cmake?

2021-06-10 08:21:47 -0500 commented question Unable to build RTAB map using 2d rotating LiDAR

Hi, @tsdk00 could you send me your bag file? (it's not downloadable now)

2021-03-18 09:43:14 -0500 received badge  Nice Question (source)
2021-02-09 14:04:27 -0500 received badge  Nice Answer (source)
2021-01-28 11:06:48 -0500 received badge  Nice Answer (source)
2020-03-09 12:06:25 -0500 received badge  Good Question (source)
2020-03-09 12:06:02 -0500 marked best answer catkin vs rosbuild system?

Hi what is the difference between catkin and rosbuild? In what kind of uses is one of them more preferable than the other?

2019-12-16 23:27:28 -0500 commented answer How to control servo in Pixhawk4 using odroid

did mavros connect to pixhawk correctly? try to subscribe imu topic and check mavras that connected correctly.

2019-12-14 22:50:23 -0500 commented answer How to control servo in Pixhawk4 using odroid

read this tutorial

2019-12-10 23:25:02 -0500 received badge  Rapid Responder (source)
2019-12-10 23:25:02 -0500 answered a question How to control servo in Pixhawk4 using odroid

you can use mavros to connect pixhawk to odroid. then by using mavros_msgs/OverrideRCIn topic you can control the pwm ou

2019-12-05 04:10:58 -0500 answered a question pixhawk connection JETSON TX2

from the manual in this link you must use /dev/ttyS0 or /dev/ttyTHS2 . /dev/ttyTHS1 is not aviliable.

2019-12-05 04:10:58 -0500 received badge  Rapid Responder (source)
2019-12-05 03:22:52 -0500 commented question pixhawk connection JETSON TX2

I used tx2 with a j120 carrier board and connected pix4 v2 through serial 5 with 921600 baud rate and there is no proble

2019-12-05 03:22:36 -0500 commented question pixhawk connection JETSON TX2

I used tx2 with a j120 carrier board and connect pix4 v2 through serial 5 with 921600 baud rate and there is no problem.

2019-12-05 03:12:45 -0500 commented question pixhawk connection JETSON TX2

did you set the px4 baud rate to 921600?

2019-07-29 17:31:44 -0500 received badge  Good Answer (source)
2019-07-22 03:53:07 -0500 commented answer [SVO] Get pose for a long time

in my opinion you better use orb slam and font camera it's better because svo works well with wide lens cameras

2019-07-22 02:31:20 -0500 commented answer [SVO] Get pose for a long time

in svo, first an init image select and track features till camera moves enough and needs at least 40 features.it can see

2019-07-22 01:48:14 -0500 received badge  Nice Answer (source)
2019-07-22 00:19:19 -0500 edited answer [SVO] Get pose for a long time

[ WARN] [1563654234.306474166]: First image has less than 100 features. Retry in more textured environment. tel

2019-07-22 00:17:28 -0500 edited answer [SVO] Get pose for a long time

[ WARN] [1563654234.306474166]: First image has less than 100 features. Retry in more textured environment. tel

2019-07-22 00:17:13 -0500 answered a question [SVO] Get pose for a long time

[ WARN] [1563654234.306474166]: First image has less than 100 features. Retry in more textured environment. tel

2019-07-22 00:17:13 -0500 received badge  Rapid Responder (source)
2019-04-23 07:08:25 -0500 commented answer Using this package with a different purpose [Land a quadcopter]

imu = gyroscope + accelerometer

2019-04-23 01:09:24 -0500 commented answer Using this package with a different purpose [Land a quadcopter]

you can disable 2d odometry and in my experience i suggest you do not use magnetometer and pressure sensor for landing b

2019-04-22 23:07:43 -0500 commented answer Using this package with a different purpose [Land a quadcopter]

why are you need a map? for landig uav you don't need a map

2019-04-22 23:05:36 -0500 commented answer Ubntu desktop VS core

you can use ubuntu core version with Snapcraft and also pls see this page

2019-04-22 09:10:16 -0500 edited answer Ubntu desktop VS core

Hi you can use ros on ubuntu-desktop or ubuntu-server or armhf or arm64 ...(pls see this page) and ros tested on embedde

2019-04-22 09:07:45 -0500 edited answer Ubntu desktop VS core

Hi you can use ros on ubuntu-desktop or ubuntu-server or armhf or arm64 ... and ros tested on embedded system like odroi

2019-04-22 09:06:16 -0500 answered a question Ubntu desktop VS core

Hi you can use ros on ubuntu-desktop or ubuntu-server or armhf or arm64 ...

2019-04-22 09:03:02 -0500 answered a question Using this package with a different purpose [Land a quadcopter]

Hi I think this pkg is better for you to use if you want just fuse imu and vo than tum ar_drone

2019-04-12 22:59:11 -0500 answered a question ssh into intel nuc and run node that require a display

try "ssh -X" Instead "ssh"

2019-04-11 02:27:37 -0500 edited question The Question is regarding setting up the new workspace in the bashrc file.

The Question is regarding setting up the new workspace in the bashrc file. I had created catkin_ws before and now i have

2019-03-28 13:51:30 -0500 commented answer Ardupilot + ROS

Px4 in lpe verstion

2019-03-28 07:35:59 -0500 answered a question Ardupilot + ROS

Hi i use ps3 camera for landing and take off with marker but if you want spent money i suggest you to buy mvbluefox ~20

2019-02-25 02:41:00 -0500 commented question How does a ROS node import/export data?

why are you use your NN from out of ros you can write python in ros?

2019-01-23 05:55:38 -0500 answered a question Setting output file name for the ROS video recorder

try rosrun image_view video_recorder _filename:="/home/(usr name)/test.avi" image:=/camera/color/image_raw

2019-01-23 03:57:08 -0500 answered a question ROS publishing "/initialpose" topic in code

in your code onPoseSet func run for once and then your app terminate by return you can change your code like this: #in

2019-01-22 03:19:13 -0500 received badge  Nice Answer (source)