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

kolya_rage's profile - activity

2023-08-01 20:40:50 -0500 marked best answer Moveit gdb debugging

Hi, I'm trying to run move_group code through gdb. I compiled moveit from sources with --cmake-args -DCMAKE_BUILD_TYPE=Debug. Still, it seems like debug information haven't been lost. What I did: I ran my own node that uses move_group.plan(my_plan) and tried to step through plan(). But it doesn't step into the function like it hadn't written debugging data. I use ros kinetic Would use any help. Thanks

2020-10-02 08:27:09 -0500 received badge  Famous Question (source)
2019-02-26 14:29:21 -0500 commented question How can I execute a planned trajectory in rviz again?

tell please. Is this actual tutorial's code you are testing, or your own implementation. If it is - please mail me with

2019-02-25 02:54:07 -0500 commented question test path planning algorithm

So you are saying that you know dimensions and locations of your obstacle, and now you want your robot to know those to

2019-02-22 07:22:17 -0500 commented question SLAM using fish-eye stereo camera

It has two cameras. So you can get depth from a single frame

2019-02-22 07:20:33 -0500 commented question SLAM using fish-eye stereo camera

orb slam, lsd slam

2019-02-21 14:50:34 -0500 commented question Graph Mapping

Yes, you can.

2019-02-21 14:28:24 -0500 commented question Unable to locate package libgl1-mesa-dev-lts-trusty

well, I suggest either updating to ubuntu 16 or working through docker which is the best thing ever if you have differen

2019-02-21 14:28:02 -0500 commented question Unable to locate package libgl1-mesa-dev-lts-trusty

well, I suggest either updating to ubuntu 16 or working through docker which is the best thing ever if you have differen

2019-02-21 09:27:53 -0500 received badge  Teacher (source)
2019-02-21 05:15:10 -0500 commented question Unable to locate package libgl1-mesa-dev-lts-trusty

I tried docker container with ubuntu 14.04. Installation went just fine. apt update apt install libgl1-mesa-dev-lts-tr

2019-02-21 03:09:34 -0500 edited answer moveit error ABORTED: No motion plan found. No execution attempted.

Yes, this is a problem which is hard to debug, because function MoveGroup::plan() returns either success or fail(besides

2019-02-21 03:09:24 -0500 edited answer moveit error ABORTED: No motion plan found. No execution attempted.

Yes, this is a problem which is hard to debug, because function MoveGroup::plan() returns either success or fail(besides

2019-02-21 03:08:48 -0500 edited answer moveit error ABORTED: No motion plan found. No execution attempted.

Yes, this is a problem which is hard to debug, because function MoveGroup::plan() returns either success or fail(besides

2019-02-21 03:08:39 -0500 edited answer moveit error ABORTED: No motion plan found. No execution attempted.

Yes, this is a problem which is hard to debug, because function MoveGroup::plan() returns either success or fail(besides

2019-02-21 03:08:19 -0500 edited answer moveit error ABORTED: No motion plan found. No execution attempted.

Yes, this is a problem which is hard to debug, because function MoveGroup::plan() returns either success or fail(besides

2019-02-21 03:07:56 -0500 edited answer moveit error ABORTED: No motion plan found. No execution attempted.

Yes, this is a problem which is hard to debug, because function MoveGroup::plan() returns either success or fail(besides

2019-02-21 03:07:28 -0500 edited answer moveit error ABORTED: No motion plan found. No execution attempted.

Yes, this is a problem which is hard to debug, because function MoveGroup::plan() returns either success or fail(besides

2019-02-21 03:06:54 -0500 answered a question moveit error ABORTED: No motion plan found. No execution attempted.

Yes, this is a problem which is hard to debug, because function MoveGroup::plan() return either success or fail(besides

2019-02-21 02:53:13 -0500 commented question Unable to locate package libgl1-mesa-dev-lts-trusty

this is weird. The package is listed at ubuntu website. You sure you did sudo apt-update? I can try running in docker i

2019-02-21 02:48:21 -0500 commented question Unable to avoid obstacles & robot can't go in a straight line using ros-kinetic, move_base, and SLAM_gmapping.

If you can show a video capture of rviz - would help a lot

2019-02-21 02:44:45 -0500 answered a question Can MoveIt create plans for future move group states?

Yes, you can. You can either plan for a specific joint state(link to plan struct) as a start state. Or if the trajectory

2019-02-21 02:37:36 -0500 commented question Graph Mapping

simpy making a vector of poses already would be a graph. You look to nicely visualize your graph, or?

2019-02-20 12:50:20 -0500 commented question How can I execute a planned trajectory in rviz again?

It should. So you saved your joint_state before execution, then published a new one and then executed once again?

2019-02-20 12:35:16 -0500 commented question How can I execute a planned trajectory in rviz again?

You already have made an execution, It means the robot has already moved, and applying the same planning won't work, bec

2019-02-20 12:34:32 -0500 commented question How can I execute a planned trajectory in rviz again?

You already have made an execution, It means the robot has already moved, and applying the same planning won't work, bec

2019-02-20 12:34:10 -0500 commented question How can I execute a planned trajectory in rviz again?

So yes. I you already have made an execution, It means the robot has already moved, and applying the same planning won't

2019-02-15 06:42:29 -0500 commented question How can I execute a planned trajectory in rviz again?

well, every thing seems right to me. Does planning execution works in the rviz? I mean if you do planning in rviz moveit

2019-02-15 06:40:34 -0500 commented question How can I execute a planned trajectory in rviz again?

I see that wasn't a good advice for me. so fake execution is actually robot simulation.

2019-02-14 02:46:20 -0500 commented question How can I execute a planned trajectory in rviz again?

try setting fake execution to false

2019-02-14 02:44:57 -0500 commented question How can I execute a planned trajectory in rviz again?

I will try myself the tutorial a bit later

2019-02-14 02:44:44 -0500 commented question How can I execute a planned trajectory in rviz again?

try to set fake execution to false

2019-02-13 13:53:36 -0500 commented question How can I execute a planned trajectory in rviz again?

I see, you are following a tutorial. Well, the code above is ok, there are no mistakes. Show me your launch file to run

2019-02-13 13:53:16 -0500 commented question How can I execute a planned trajectory in rviz again?

I see, you are following a tutorial. Well, the code above is ok, there are no mistakes. Show me you launch file to run t

2019-02-13 13:47:20 -0500 commented question How can I execute a planned trajectory in rviz again?

you didn't execute you trajectory at the first time, you only planned. but then yes - trajectory was executed. Are you u

2019-02-13 04:34:41 -0500 commented question RealSense ROS Pointcloud and RGB Image alignment

https://github.com/IntelRealSense/librealsense/wiki/Projection-in-RealSense-SDK-2.0 Here is projection and deprojection

2019-02-13 04:23:45 -0500 commented question RealSense ROS Pointcloud and RGB Image alignment

Your point cloud is produced by the real sense, right?

2019-02-13 04:00:35 -0500 commented question RealSense ROS Pointcloud and RGB Image alignment

I see. So you should have projection matrix from the realsense camera, don't you?

2019-02-13 03:23:52 -0500 commented question RealSense ROS Pointcloud and RGB Image alignment

I'm not sure I understand. You want to project rgb to pcd. Or you want to downscale point cloud somehow?

2019-02-12 16:36:02 -0500 commented question rospy - strange behavior while publishing images

this is weird. try rospy.sleep(1.). Totally not sure if this will help :)

2019-02-12 16:26:35 -0500 answered a question Display PointCloud Rviz

Check that you have a proper header: it should have time stamp, so the ROS thinks the data is fresh. Make sure you do so

2019-02-12 16:06:41 -0500 commented question rviz error. segmentation fault (core dumped)

you tried this one https://askubuntu.com/questions/389903/ibus-doesnt-seem-to-restart ?

2019-02-12 16:04:33 -0500 commented question Is it possible to have Indigo or Hydro along with Kinetic on ubuntu 16.04?

Why don't you try docker? I run all the ROS stuff under docker so it doesn't kill my OpenCV library

2019-02-12 16:03:18 -0500 commented question Using rviz_visual_tools no matching function

I see, this was long time ago and nobody answered for some reason

2019-02-12 16:01:18 -0500 commented question Using rviz_visual_tools no matching function

please share the whole compiler output so I can help you out

2019-02-11 16:17:00 -0500 commented question getting error while doing rosmake lsd_slam

to use rosmake it says ubuntu 12 and ros fuerte

2019-02-11 16:17:00 -0500 received badge  Commentator
2019-02-11 16:16:32 -0500 commented question getting error while doing rosmake lsd_slam

You sure you have proper versions of ubuntu and ROS?

2019-02-11 16:07:55 -0500 commented question Hector Slam creating map problem

Are you sure you have good timestamps for tf? That's a common case.

2019-02-11 07:59:36 -0500 commented question Timeout for GetPositionIK service does not work as expected when using Trac IK

yep. You sure that this timeout is not passed to the plugin? If not, then take a look at the service source code itself.