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

RobertZickler's profile - activity

2023-02-27 13:25:24 -0500 commented question How to disable the output of one node

As I can remember I didn't. Sorry.

2023-02-27 13:25:24 -0500 received badge  Commentator
2023-02-27 11:47:20 -0500 received badge  Nice Question (source)
2022-08-22 09:51:58 -0500 received badge  Good Answer (source)
2022-02-06 14:17:29 -0500 received badge  Favorite Question (source)
2021-11-07 13:45:52 -0500 received badge  Nice Answer (source)
2021-10-05 11:10:05 -0500 received badge  Critic (source)
2021-09-08 18:12:24 -0500 received badge  Necromancer (source)
2021-07-08 10:25:08 -0500 commented answer Fail: ABORTED: No motion plan found. No execution attempted

@tengfei and @nmelchert have a look at this answer So in short: plan = group.plan() if not plan.joint_trajectory.poin

2021-07-08 10:24:27 -0500 commented answer Fail: ABORTED: No motion plan found. No execution attempted

@tengfei and @nmelchert have a look at this answer: https://answers.ros.org/question/319938/validityreturn-state-of-move

2021-07-08 10:24:13 -0500 commented answer Fail: ABORTED: No motion plan found. No execution attempted

@tengfei and @nmelchert have a look at this answer: https://answers.ros.org/question/319938/validityreturn-state-of-move

2021-03-29 04:02:27 -0500 received badge  Student (source)
2021-02-23 04:22:46 -0500 received badge  Famous Question (source)
2021-02-08 04:52:33 -0500 received badge  Famous Question (source)
2021-02-08 04:52:33 -0500 received badge  Notable Question (source)
2021-01-21 09:21:46 -0500 answered a question How to implement the robot body filter?

Hey ahedfares89, thanks for your reply. I tried to apply your manual but got stuck. It's probably more of an C++-proble

2021-01-05 01:25:18 -0500 received badge  Notable Question (source)
2020-12-14 17:54:29 -0500 received badge  Famous Question (source)
2020-11-30 07:08:17 -0500 commented question How to implement the robot body filter?

Thank you. As you can see here: http://official-rtab-map-forum.67519.x6.nabble.com/RTAB-Map-Octomap-for-ROS-MoveIt-with-

2020-11-02 04:28:34 -0500 commented answer How to disable the output of one node

Hey Roberto, thank you. I've seen and tried that but I still get the error messages. How can I silent those too? "stder

2020-11-02 04:28:08 -0500 commented answer How to disable the output of one node

Hey Roberto, thank you. I've seen and tried that but I still get the error messages. How can I silent those too? stder

2020-10-21 02:23:12 -0500 received badge  Nice Answer (source)
2020-10-20 09:47:23 -0500 commented question Error when trying to move the robot via python script

This has to do with indentation of the text. Try to indent with 5 times 'space'

2020-10-20 09:46:30 -0500 edited answer Error when trying to move the robot via python script

You have to write rospy.Publisher(...). With a capital P Like described here: http://wiki.ros.org/rospy/Overview/Publis

2020-10-20 09:44:26 -0500 edited answer Error when trying to move the robot via python script

You have to write rospy.Publisher(...). With a capital P Like described here: http://wiki.ros.org/rospy/Overview/Publis

2020-10-20 09:43:20 -0500 answered a question Error when trying to move the robot via python script

You have to write rospy.Publisher(...). With a capital P

2020-10-20 09:43:20 -0500 received badge  Rapid Responder (source)
2020-10-19 06:49:49 -0500 commented question How to implement the robot body filter?

Thank you. As you can see here: http://official-rtab-map-forum.67519.x6.nabble.com/RTAB-Map-Octomap-for-ROS-MoveIt-with-

2020-10-19 02:34:42 -0500 received badge  Popular Question (source)
2020-10-16 10:09:49 -0500 asked a question How to disable the output of one node

How to disable the output of one node Hey everybody, I'm using the usb_cam-package and this is sending a lot of error/i

2020-10-15 03:46:15 -0500 commented answer How to move my robot

My apology, you are absolutely right. My answer is therfore unnecessary. I completely missunderstood the question.

2020-10-15 03:29:36 -0500 commented answer How to move my robot

When you look here (MoveIt System Architecture) you see that move_group is getting the planning_scene from the Occupancy

2020-10-15 03:29:03 -0500 commented answer How to move my robot

When you look here (MoveIt System Architecture) you see that move_group is getting the planning_scene

2020-10-15 03:28:12 -0500 commented answer How to move my robot

When you look here link text you see that move_group is getting the planning_scene

2020-10-15 02:45:02 -0500 answered a question How to move my robot

Hey, to get the obstacles in MoveIt (octomap) from rtabmap, you have to write a script that subscribes to the rtabmap-o

2020-10-15 02:45:02 -0500 received badge  Rapid Responder (source)
2020-10-14 08:28:46 -0500 received badge  Teacher (source)
2020-10-14 08:22:57 -0500 edited answer Ximea package for ros-melodic

Have you tried this package/instruction: ximea_ros_cam It works for me with Melodic and USB3 Cheers Robert

2020-10-14 08:22:57 -0500 received badge  Editor (source)
2020-10-14 08:22:39 -0500 answered a question Ximea package for ros-melodic

Have you tried this package/instruction: ximea_ros_cam It works for me with Melodic and USB3 Cheers Robert

2020-10-07 08:08:42 -0500 received badge  Popular Question (source)
2020-09-23 05:25:59 -0500 commented question How to add camera component on coustom robot?

Your camera is publishing a stream respectively to a frame. Like for example "camera_stream_frame". If the camera stram

2020-09-23 05:25:42 -0500 commented question How to add camera component on coustom robot?

Your camera is publishing a stream respectively to a frame. Like for example "camera_stream_frame". If the camera stram

2020-09-23 02:27:54 -0500 received badge  Autobiographer
2020-09-23 02:20:03 -0500 asked a question How to implement a FilterChain for PointCloud2

How to implement a FilterChain for PointCloud2 Hey everyone, I'm trying to setup a filter chain for filtering a pointcl

2020-09-23 01:55:06 -0500 commented question How to implement the robot body filter?

I've already tried to implement the filter chain but with no success. The documentation could be improved. I also wasn't

2020-09-23 01:47:30 -0500 received badge  Notable Question (source)
2020-09-22 06:42:15 -0500 received badge  Popular Question (source)
2020-09-22 05:59:59 -0500 commented question How to implement the robot body filter?

I've seen the params but where/how do I specify the sensor_msgs/PointCloud2-stream that is comming from my Camera?

2020-09-22 01:27:30 -0500 edited question How to implement the robot body filter?

How to implement the robot body filter? Hey everybody, I'm stuck on the implementation of the Robot Body Filter (https: